GET api/CustomTables?customTableName={customTableName}
Get Custom table records. Supported Headers: Filter, Sort, SortDesc, SelectField
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
customTableName | string |
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": "a9d0bc06-9eac-4b53-954d-c11304d62031", "ParentId": "77ddabaa-38e8-469f-aef5-55e315410c5f", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "145e8529-b958-4ab7-a276-d477105f36bc", "1d0d431b-2a2f-4ccf-b8d0-ecbeed57bbbc" ], "Companies": [ "e1072c1b-250d-4f43-bed6-dc5e3d7fe5f1", "fc63c9f3-442f-4d16-b717-f7b7bee0e7ae" ], "Groups": [ "44786f6c-3540-4c7c-b816-f42fea8d50b2", "33e33e27-eec8-4f50-9209-534ffa2aed97" ], "Opportunities": [ "e1c08445-e072-4601-97e3-272c97121572", "9b899d55-6391-4a06-9830-a5caa522ef2e" ] } }, { "Id": "a9d0bc06-9eac-4b53-954d-c11304d62031", "ParentId": "77ddabaa-38e8-469f-aef5-55e315410c5f", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "145e8529-b958-4ab7-a276-d477105f36bc", "1d0d431b-2a2f-4ccf-b8d0-ecbeed57bbbc" ], "Companies": [ "e1072c1b-250d-4f43-bed6-dc5e3d7fe5f1", "fc63c9f3-442f-4d16-b717-f7b7bee0e7ae" ], "Groups": [ "44786f6c-3540-4c7c-b816-f42fea8d50b2", "33e33e27-eec8-4f50-9209-534ffa2aed97" ], "Opportunities": [ "e1c08445-e072-4601-97e3-272c97121572", "9b899d55-6391-4a06-9830-a5caa522ef2e" ] } } ]