GET /contacts/v1/customObject/{id}/isUsedInContacts
Retrieves information on whether the contact model for an account uses the custom object.
Name | Type | Description | |
---|---|---|---|
id | guid | Required | ID of the custom object as GUID value |
Status | Name | Type | Description |
---|---|---|---|
200 | A validation response | ||
isUsedByContacts | boolean | Indicates whether a contact model uses the custom object | |
requestServiceMessageID | guid | Service message ID for the request | |
resultMessages | array | Array of returned messages regarding custom objects | |
serviceMessageID | guid | Service message ID for the response |
Example Request
Example Response