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
Key | Datatype | Required | Description |
---|---|---|---|
limit | number | Indicate the size of the page | |
offset | number | Indicate from which answer we want to start the page | |
title | null | Filter tags by their title |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
organization-id | string |
RESPONSES
status: OK
{"count":1,"next":null,"previous":null,"results":[{"tag_id":"e6426810-be55-40ed-8b03-7136f90859bb","title":"My tag"}]}