GET /contacts/v1/customobjectfield/{id}/relationships

Retrieves relationship details for a customobjectfield that is registered in the contacts model.

NameTypeDescription
idguidRequiredID of the custom object as GUID value
StatusNameTypeDescription
200  Contact model relationship detail for a custom object field
 customobjectFieldIdguidRequested CustomObjectFieldID
 requestServiceMessageIDguidService message ID value of the request
 resultMessagesarrayArray of returned messages generated while processing the request
 serviceMessageIDguidService message ID value of the response
 customObjectFieldRelationshipsarrayArray of relationship detail for the requested CustomObjectField
 customObjectFieldRelationships.attributeInfoobjectContact attribute and parent attribute set info of the requested CustomObjectField
 customObjectFieldRelationships.attributeInfo.parentAttributeSetobjectAttributeSet info of the requested CustomObjectField
 customObjectFieldRelationships.attributeInfo.parentAttributeSet.definitionIDguidDefinition ID value of the attribute set that the requested CustomObjectField belongs to
 customObjectFieldRelationships.attributeInfo.parentAttributeSet.definitionNameguidDefinition Name value of the attribute set that the requested CustomObjectField belongs to
 customObjectFieldRelationships.attributeInfo.parentAttributeSet.definitionKeyguidCustomer key value of the attribute set that the requested CustomObjectField belongs to
 customObjectFieldRelationships.attributeInfo.AttributeDefinitionEntityobjectAttribute Info of the requested CustomObjectField
 customObjectFieldRelationships.attributeInfo.AttributeDefinitionEntity.definitionIDguidDefinition ID value of the attribute of the requested CustomObjectField
 customObjectFieldRelationships.attributeInfo.AttributeDefinitionEntity.definitionNameguidDefinition Name value of the attribute of the requested CustomObjectField
 customObjectFieldRelationships.attributeInfo.AttributeDefinitionEntity.definitionKeyguidCustomer key value defined of the attribute of the requested CustomObjectField
 customObjectFieldRelationships.attributegroupsarrayArray of AttributeGroups the requested CustomObjectField is associated with
 customObjectFieldRelationships.attributegroups.definitionIDguidDefinition ID value of the attribute group that the requested CustomObjectField belongs to
 customObjectFieldRelationships.attributegroups.definitionNameguidDefinition Name value of the attribute group that the requested CustomObjectField belongs to
 customObjectFieldRelationships.attributegroups.definitionKeyguidCustomer Key value defined for the attribute group that the requested CustomObjectField belongs to
    
400  CustomObjectFieldID is a required field
 messagestringThe request must contain a valid CustomObjectFieldID