Query a collection
If you want to fetch a collection of tags of a givin type you can use the tags collection endpoint.
GET /tags
{
"items": [
{
"id": "87b8f24e-bdba-4712-9ad1-909d2ea6bd76",
"created_on": "2018-02-16T15:37:12+00:00",
"changed_on": null,
"label": "Tag",
"name": "Martin Garrix",
"slug": "martin-garrix",
"color": null
}
],
"total": 1,
"after": "YWZ0ZXJfMQ==",
"before": "YmVmb3JlXzA=",
"skip": 0,
"limit": 100
}
Arguments
The following arguments are available or required when querying a collection:
argument | type | required | description |
---|---|---|---|
q | String | false | Search by name. |
sort | String | false | created_on , changed_on , name |
slug | String | false | -- |
Was this article helpful?
We’d love to learn from your feedback