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": "39cbf2b8-4e23-4e1a-a022-b6e8bbe2c0eb", "ParentId": "cc4a6b9c-1d07-4611-8493-6a7e6069e83e", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "9f65b30f-2676-4bc0-bec0-c258aba3b4ac", "fdc478fa-7458-4942-b38a-97195ed2c544" ], "Companies": [ "cec31a4a-f711-47e2-8181-c81132b3fe1e", "94be5614-0f29-4662-9ca9-1b40e716fe31" ], "Groups": [ "1d8c82b3-ae53-4c6f-9f56-c06d6a48472d", "5ead6c59-a504-4826-970b-db3ba1a327b5" ], "Opportunities": [ "fd76e1f4-3abf-4826-9d2a-edf260bc6e2c", "5b57f682-a528-4ec9-b21e-1b9bd5fca881" ] } }, { "Id": "39cbf2b8-4e23-4e1a-a022-b6e8bbe2c0eb", "ParentId": "cc4a6b9c-1d07-4611-8493-6a7e6069e83e", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "9f65b30f-2676-4bc0-bec0-c258aba3b4ac", "fdc478fa-7458-4942-b38a-97195ed2c544" ], "Companies": [ "cec31a4a-f711-47e2-8181-c81132b3fe1e", "94be5614-0f29-4662-9ca9-1b40e716fe31" ], "Groups": [ "1d8c82b3-ae53-4c6f-9f56-c06d6a48472d", "5ead6c59-a504-4826-970b-db3ba1a327b5" ], "Opportunities": [ "fd76e1f4-3abf-4826-9d2a-edf260bc6e2c", "5b57f682-a528-4ec9-b21e-1b9bd5fca881" ] } } ]