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": "630d1519-95c3-43d9-a289-1af46103718e", "ParentId": "43b04fbd-e1e3-4e7c-8e5a-f23570910b57", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "9f4a0161-8f05-488a-9d6d-987654d6233f", "699a0522-4125-4144-a67c-5df655119c31" ], "Companies": [ "c36ff67f-b6a0-4c2b-8bfc-dbe5b27b86a3", "5ae46787-3849-4675-9344-64701eac49c6" ], "Groups": [ "503a0d15-f4a2-4f50-9107-dc9c5a5d526d", "76c626c8-046c-4212-858e-1df3590fdf71" ], "Opportunities": [ "10635096-0773-47cc-8593-9b076fb53fd7", "55e4fb38-9a34-4b55-937f-be47d99fc5d6" ] } }, { "Id": "630d1519-95c3-43d9-a289-1af46103718e", "ParentId": "43b04fbd-e1e3-4e7c-8e5a-f23570910b57", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "9f4a0161-8f05-488a-9d6d-987654d6233f", "699a0522-4125-4144-a67c-5df655119c31" ], "Companies": [ "c36ff67f-b6a0-4c2b-8bfc-dbe5b27b86a3", "5ae46787-3849-4675-9344-64701eac49c6" ], "Groups": [ "503a0d15-f4a2-4f50-9107-dc9c5a5d526d", "76c626c8-046c-4212-858e-1df3590fdf71" ], "Opportunities": [ "10635096-0773-47cc-8593-9b076fb53fd7", "55e4fb38-9a34-4b55-937f-be47d99fc5d6" ] } } ]