Retrieve tags

GET {{base_url}}/tags?limit=0&offset=0&title

Retrieves a list of JSON descriptions for all tags in your VideoAsk account.

Request Params

KeyDatatypeRequiredDescription
limitnumberIndicate the size of the page
offsetnumberIndicate from which answer we want to start the page
titlenullFilter tags by their title

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring
organization-idstring

RESPONSES

status: OK

{"count":1,"next":null,"previous":null,"results":[{"tag_id":"e6426810-be55-40ed-8b03-7136f90859bb","title":"My tag"}]}