Ask a question about DailyStory Developer Documentation

Dashboard
Edit Article Logout

List Contact's Tags


Returns all tags for the specified contact.

Path Parameters
idstringrequired
The dsid of the contact.
HTTP Response Examples
200
{ "Status": true, "Message": "", "Response": { "tags": [ { "id": 10, "tenantId": 111, "name": "Customer", "description": "customers of demo company", "date_created": "2020-03-15T00:35:42.43", "total_contacts": 0 } ] } }
HTTP Response Parameters
tagsarray
Array of Tag objects assigned to the contact. Each item has id, tenantId, name, description, date_created, and total_contacts.

How helpful was this article?

πŸ‘ or πŸ‘Ž

Related Articles

Markdown Version