List Account Tags
GET/v2/account-tags
Retrieves a list of Account Tags
Filtering
The following operators and attributes are available for filtering Account Tags:
Attribute | Operators | Example |
---|---|---|
id | lt ,le ,eq ,gt ,ge ,in | eq(id,3fa85f64-5717-4562-b3fc-2c963f66afa6) |
created_at | lt ,le ,eq ,gt ,ge | ge(created_at,2024-04-29T00:00:00.000Z) |
updated_at | lt ,le ,eq ,gt ,ge | le(updated_at,2024-04-29T00:00:00.000Z) |
name | eq ,like | eq(name,AccountName) |
Sorting
The following attributes are available for sorting. When specified, the results are sorted in ascending order based on the value of the field. To sort in descending order, prefix the attribute with -
, for example, -updated_at
. The default sort order is created_at
in descending order.
id
created_at
updated_at
name
Request
Responses
- 200
- 400
- 500
OK
Bad Request
Internal server error.