GET api/CustomTables?customTableName={customTableName}&mainEntityType={mainEntityType}&entityId={entityId}
Get the linked custom table sub entities for a Contact, Company, Group, or Opportunity. Supported Headers: Filter, Sort, SortDesc, SelectField
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
customTableName |
Custom Table Name |
string |
Required |
mainEntityType |
The main entity type. This is the table the custom record is linked to. |
MainEntityType |
Required |
entityId |
Main Entity Id. |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of MutableEntityExtendedName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
ParentId |
This field will only include data when working with Group records. |
globally unique identifier |
None. |
Fields | Dictionary of string [key] and Object [value] |
None. |
|
LinkedEntities | LinkedEntities |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Id": "5da03a8c-99d7-4404-b0b1-e120a7dbb70d", "ParentId": "4f14869e-f888-497c-8dca-3020bf860854", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "238bfff1-0a53-42b3-a7b4-9a0f78cd3231", "ee473434-6071-491e-822d-c460185ad878" ], "Companies": [ "5b66bcfc-3245-460a-9baf-f6e4314451b5", "6af3e5fe-0235-4f21-84c3-d0ff176aa236" ], "Groups": [ "57cec94c-f485-4a71-be92-ba462c0ffff9", "a1f21efd-e20d-4ce3-a243-626d528c4d69" ], "Opportunities": [ "11626963-cfdd-4ca4-be26-0226ebfd2c14", "49552d34-6143-4e94-8e69-0b76e76667df" ] } }, { "Id": "5da03a8c-99d7-4404-b0b1-e120a7dbb70d", "ParentId": "4f14869e-f888-497c-8dca-3020bf860854", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "238bfff1-0a53-42b3-a7b4-9a0f78cd3231", "ee473434-6071-491e-822d-c460185ad878" ], "Companies": [ "5b66bcfc-3245-460a-9baf-f6e4314451b5", "6af3e5fe-0235-4f21-84c3-d0ff176aa236" ], "Groups": [ "57cec94c-f485-4a71-be92-ba462c0ffff9", "a1f21efd-e20d-4ce3-a243-626d528c4d69" ], "Opportunities": [ "11626963-cfdd-4ca4-be26-0226ebfd2c14", "49552d34-6143-4e94-8e69-0b76e76667df" ] } } ]