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": "07e969f8-ff5e-4226-9754-d46a2458eb0c", "ParentId": "f9c7098f-eb7d-47fd-b0d0-d57e8fcc9da0", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "cb9195c0-4c17-4254-aaff-d5e481655467", "673fd3b4-504a-4ac5-b782-a8fd0321e9a6" ], "Companies": [ "ba4dd535-9f44-4e63-9cb5-dff8484fa18a", "53f194d8-31ca-4f5a-8f8a-a3419e17d353" ], "Groups": [ "635e6157-04f6-4a97-aef6-8979e1d58eaf", "51443520-5883-41bf-91b9-0a43a966c567" ], "Opportunities": [ "1152f9f0-386f-499b-b429-1b99faf57624", "bbe625f9-dd57-46f4-841d-175bcc479437" ] } }, { "Id": "07e969f8-ff5e-4226-9754-d46a2458eb0c", "ParentId": "f9c7098f-eb7d-47fd-b0d0-d57e8fcc9da0", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "cb9195c0-4c17-4254-aaff-d5e481655467", "673fd3b4-504a-4ac5-b782-a8fd0321e9a6" ], "Companies": [ "ba4dd535-9f44-4e63-9cb5-dff8484fa18a", "53f194d8-31ca-4f5a-8f8a-a3419e17d353" ], "Groups": [ "635e6157-04f6-4a97-aef6-8979e1d58eaf", "51443520-5883-41bf-91b9-0a43a966c567" ], "Opportunities": [ "1152f9f0-386f-499b-b429-1b99faf57624", "bbe625f9-dd57-46f4-841d-175bcc479437" ] } } ]