JavaScript
Tags
List tags
Retrieves a paginated list of tags with optional search filtering.
GET
JavaScript
Authorizations
Your unique Avido API key
Your unique Avido Application ID
Query Parameters
Number of items to skip before starting to collect the result set.
Required range:
0 <= x <= 9007199254740991Example:
0
Number of items to include in the result set.
Required range:
1 <= x <= 100Example:
25
Field to order the result set by.
Available options:
createdAt, modifiedAt, name, status, id Example:
"createdAt"
Order direction.
Available options:
asc, desc Example:
"desc"
Search in tag name and description
Example:
"API"