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": "5012656e-325a-4130-b050-e3bb13d1bec9", "ParentId": "81f1c2db-2be7-4496-ae3d-23a63d768ae1", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "cc0aa728-a2ef-471c-a6f1-0d5944fbb3d9", "0b083921-c6e7-4202-9a33-85cdd550d0c2" ], "Companies": [ "14936d71-5157-4381-899f-6cca5a7a5f96", "7ac047ff-eb9f-44ba-bbe7-735885569e13" ], "Groups": [ "4d29ef2b-1920-4d08-be0a-bce3f8eef0ee", "43c4c3b2-b591-4487-98a8-79ee132ba42b" ], "Opportunities": [ "89eb1e65-6c52-47aa-8b76-147bf8d787db", "e6c31954-eba8-4aaa-8198-2df06678ca84" ] } }, { "Id": "5012656e-325a-4130-b050-e3bb13d1bec9", "ParentId": "81f1c2db-2be7-4496-ae3d-23a63d768ae1", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "cc0aa728-a2ef-471c-a6f1-0d5944fbb3d9", "0b083921-c6e7-4202-9a33-85cdd550d0c2" ], "Companies": [ "14936d71-5157-4381-899f-6cca5a7a5f96", "7ac047ff-eb9f-44ba-bbe7-735885569e13" ], "Groups": [ "4d29ef2b-1920-4d08-be0a-bce3f8eef0ee", "43c4c3b2-b591-4487-98a8-79ee132ba42b" ], "Opportunities": [ "89eb1e65-6c52-47aa-8b76-147bf8d787db", "e6c31954-eba8-4aaa-8198-2df06678ca84" ] } } ]