media.getTagList
Syntax
array media.getTagList ( int vhost, string sort = 'tag ASC', array filters = array(), int limit = 25, mixed startsWith = false )Argument Info
Type | Description | |||
---|---|---|---|---|
none | The vhost ID. | |||
'tag ASC' | Specify here which field you want to sort on. | |||
array() | You can specify the filter parameters here as an array. Recognized filters are uid (userid), channel, filetype, moderationStatus, timeLimit (in seconds) and tag. | |||
25 | The total number of tags you want to receive in your response. | |||
false |
Response
The response consists of an array of item elements for each tag the vhost. Each item contains additional the information about the tag.
item
The options array may contain the following parameters.
Return Values
Field | Description | Possible Values |
---|