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": "29b10589-7814-45b8-b452-9e33fba5e20e", "ParentId": "2d90c63d-d94e-4311-b6bf-6613e011678a", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "d4752206-8957-4f08-a767-17bd54732541", "0907d575-680b-400e-84d9-a8e88dd6cf87" ], "Companies": [ "7446d13b-b7f6-4169-b953-6032152728aa", "6d8d54ad-f3c7-491d-92df-65e222aa6098" ], "Groups": [ "fe64cfc5-b2e3-4b10-bb7d-dc93b35543e5", "144da534-2349-44a4-86ac-8d7d76eba31a" ], "Opportunities": [ "d154ae5e-437f-4666-b715-e0abe96ddb91", "e03e0330-4c16-4abf-9cc1-f2a2a6545d5f" ] } }, { "Id": "29b10589-7814-45b8-b452-9e33fba5e20e", "ParentId": "2d90c63d-d94e-4311-b6bf-6613e011678a", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "d4752206-8957-4f08-a767-17bd54732541", "0907d575-680b-400e-84d9-a8e88dd6cf87" ], "Companies": [ "7446d13b-b7f6-4169-b953-6032152728aa", "6d8d54ad-f3c7-491d-92df-65e222aa6098" ], "Groups": [ "fe64cfc5-b2e3-4b10-bb7d-dc93b35543e5", "144da534-2349-44a4-86ac-8d7d76eba31a" ], "Opportunities": [ "d154ae5e-437f-4666-b715-e0abe96ddb91", "e03e0330-4c16-4abf-9cc1-f2a2a6545d5f" ] } } ]