List Tags on Item

This endpoint returns a paginated list of all the tags added to an item.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The unique identifier of the item

Query Params
string

Specify the field that should be used to sort the returned Tags. See the table below for accepted sort values.
Sort order will be either ascending or alphabetical depending on the field specified. Append - before the sorting field can reverse the order. e.g. sort=-id

  • id: Sort by Tag identifier code
  • tag_group_id: Sort by Tag group identifier code
  • name: Sort by Tag name
  • description: Sort by Tag description
  • items_count: Sort by number of Items in each Tag
  • created_at: Sort by Tag creation date
  • modified_at: Sort by date on which Tag was last modified
integer
1 to 100
Defaults to 25

Set the number of results returned per page. Defaults to 25 if not set.

integer
≥ 1
Defaults to 1

Specify the page of results to be returned. Defaults to 1 if not set.

Response

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json