Customer relation types
Get a customer relation type
Get information about a specific customer relation type.
Returns the detail of a single customer relation type record. To list all available relation types, use GET /customer-relation-types.
get/customer-relation-types/{customer_relation_type_id}
Path parameters
customer_relation_type_idstring required
The unique ID of a customer relation type in CareCloud.
Headers
Accept-Languagestring
The unique ID of the language code by ISO 639-1.
Response
OK
Example response
{
"data": {
"customer_relation_type_id": "8bed991c68a470e7aaeffbf048",
"name": "Family account",
"last_change": "2019-05-16 13:35:40",
"state": 1
}
}