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": "1def4362-2b79-4217-b20c-bb6875abcc9e", "ParentId": "1c2d3678-1092-443f-8a83-4b4e903f5733", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "2b008c4c-ab32-4e00-846a-f794f3dcc5d5", "21b17098-a0e1-4a8b-bb12-1631f24b2899" ], "Companies": [ "607b23bf-314d-46a0-a85d-1fb39317e127", "aab4503d-e645-4894-87ba-24a897b66a1e" ], "Groups": [ "291402b9-1bcc-4c2e-9565-81af11714671", "82d39c3e-4dc9-4fa0-8750-baabbee1a89e" ], "Opportunities": [ "360e6aa8-0a4b-453d-925d-4e2166b81527", "95330174-0417-4566-9c47-958a9a81b47c" ] } }, { "Id": "1def4362-2b79-4217-b20c-bb6875abcc9e", "ParentId": "1c2d3678-1092-443f-8a83-4b4e903f5733", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "2b008c4c-ab32-4e00-846a-f794f3dcc5d5", "21b17098-a0e1-4a8b-bb12-1631f24b2899" ], "Companies": [ "607b23bf-314d-46a0-a85d-1fb39317e127", "aab4503d-e645-4894-87ba-24a897b66a1e" ], "Groups": [ "291402b9-1bcc-4c2e-9565-81af11714671", "82d39c3e-4dc9-4fa0-8750-baabbee1a89e" ], "Opportunities": [ "360e6aa8-0a4b-453d-925d-4e2166b81527", "95330174-0417-4566-9c47-958a9a81b47c" ] } } ]