List Contact's Tags
Returns all tags for the specified contact.
Path Parameters
dsidstringrequired
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
}
]
}
}