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": "09043185-3dee-44ab-bb93-173934352cc8", "ParentId": "a4894188-c33a-4dd7-80c6-4ba458c33846", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "27190134-3584-416b-b243-ad30102b2b92", "7c3c66bc-0144-4a4e-8781-f0c481510182" ], "Companies": [ "07aec40e-e7ea-4f86-b47a-17ba091f2996", "75656ac8-4844-430e-a3c6-92d28062f06c" ], "Groups": [ "f1bbf7e5-4ae5-4495-8f69-d4b29ee58098", "58a93d68-6f12-474a-a879-212c6ab78b42" ], "Opportunities": [ "5e2d4142-4e7b-4ae9-b93c-0633fd9006f9", "62c662d2-b69b-48b8-83d6-193540b6f1ff" ] } }, { "Id": "09043185-3dee-44ab-bb93-173934352cc8", "ParentId": "a4894188-c33a-4dd7-80c6-4ba458c33846", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "27190134-3584-416b-b243-ad30102b2b92", "7c3c66bc-0144-4a4e-8781-f0c481510182" ], "Companies": [ "07aec40e-e7ea-4f86-b47a-17ba091f2996", "75656ac8-4844-430e-a3c6-92d28062f06c" ], "Groups": [ "f1bbf7e5-4ae5-4495-8f69-d4b29ee58098", "58a93d68-6f12-474a-a879-212c6ab78b42" ], "Opportunities": [ "5e2d4142-4e7b-4ae9-b93c-0633fd9006f9", "62c662d2-b69b-48b8-83d6-193540b6f1ff" ] } } ]