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": "8ea73eff-7f67-4142-a7d3-15f0372ce9c4", "ParentId": "a2bcccd6-27ec-4a64-920f-c23ca315b2aa", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "f1fa3510-5571-4cbf-a7d7-57511bb7f10e", "26d02506-8fcb-4980-96a1-739c2d2bb567" ], "Companies": [ "a564f000-2598-49e2-a6ad-26049a6cba49", "1054c90c-df7d-41ff-8e77-acf8e3b7d10b" ], "Groups": [ "e6b4d52a-3f92-421c-b3be-8c28b1c3c202", "2e905698-ad7a-40a2-b4f3-8283e8dc042e" ], "Opportunities": [ "3b1e7cbf-5305-4c11-af9b-431321d394ab", "b0865d55-8701-4c16-8061-87dadbb0019d" ] } }, { "Id": "8ea73eff-7f67-4142-a7d3-15f0372ce9c4", "ParentId": "a2bcccd6-27ec-4a64-920f-c23ca315b2aa", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "f1fa3510-5571-4cbf-a7d7-57511bb7f10e", "26d02506-8fcb-4980-96a1-739c2d2bb567" ], "Companies": [ "a564f000-2598-49e2-a6ad-26049a6cba49", "1054c90c-df7d-41ff-8e77-acf8e3b7d10b" ], "Groups": [ "e6b4d52a-3f92-421c-b3be-8c28b1c3c202", "2e905698-ad7a-40a2-b4f3-8283e8dc042e" ], "Opportunities": [ "3b1e7cbf-5305-4c11-af9b-431321d394ab", "b0865d55-8701-4c16-8061-87dadbb0019d" ] } } ]