GET tags
GET /user-api/v1/tags
Query Parameters
Set a limit to the number of records to return (Default:25)
Number of records to skip.
Sort order:
created_at:asc, created_at:desc, name:asc, name:descRelated data to include:
contacts, companies, tasksHeaders
| Header | Value |
|---|---|
x-rolodex-api-key | f1e2d3c4b5a697... |
Response
With Include Parameters
GET /user-api/v1/tags?include=contacts,companies,tasks
Response with all includes
GETTag
GET /user-api/v1/tags/:id
Path Parameters
Tag ID
Query Parameters
Related data to include:
contacts, companies, tasksEndpoint Example
GET /user-api/v1/tags/tag_12345?include=contacts,companies