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": "a65aa5db-dd62-44db-be69-e0ba1b8ef6b2", "ParentId": "b04af9c4-7288-40f2-92aa-9a17482db02f", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "259fe3ba-b665-4338-8589-d43be187a9d3", "b56d45a1-f27f-43cf-b280-42fcb89f0f60" ], "Companies": [ "34cf1589-7fa4-4af1-bc73-5023d65ca49b", "0d6d2fca-18f4-4d8a-9aba-199eedf59c7f" ], "Groups": [ "1980eda7-725c-486d-bbe1-d2a461636b4b", "7a8e0c52-058b-4cc5-81ee-b26430edfa33" ], "Opportunities": [ "11ebadae-4b54-40c9-bcc3-56603f67eeb4", "eed0c48d-0ec8-4914-8b95-76c2c78e6824" ] } }, { "Id": "a65aa5db-dd62-44db-be69-e0ba1b8ef6b2", "ParentId": "b04af9c4-7288-40f2-92aa-9a17482db02f", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "259fe3ba-b665-4338-8589-d43be187a9d3", "b56d45a1-f27f-43cf-b280-42fcb89f0f60" ], "Companies": [ "34cf1589-7fa4-4af1-bc73-5023d65ca49b", "0d6d2fca-18f4-4d8a-9aba-199eedf59c7f" ], "Groups": [ "1980eda7-725c-486d-bbe1-d2a461636b4b", "7a8e0c52-058b-4cc5-81ee-b26430edfa33" ], "Opportunities": [ "11ebadae-4b54-40c9-bcc3-56603f67eeb4", "eed0c48d-0ec8-4914-8b95-76c2c78e6824" ] } } ]