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": "c662a8a9-0521-43f5-b243-10f5844aa5f4", "ParentId": "c3ea14fe-e0e9-4c83-b6ea-169f02ddc427", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "d31976e4-b683-4c2b-b8cc-4f2448bd6e4d", "9c572f58-0076-4ac9-946b-55214e5d89db" ], "Companies": [ "a29fd92e-09f0-4fe1-b033-d86ef71a1d52", "d25e4ffe-30a7-48a5-8f6f-ad046c2f3de8" ], "Groups": [ "16b035ef-7567-47c9-9f1b-1f813c05cfeb", "aacf6af1-5ad5-4fe9-9329-944c4e765b56" ], "Opportunities": [ "2d5b265c-cf8c-47d9-a9e2-c1841c3bf929", "bba3d541-487c-4fcc-81bd-07bdbc7d4b0a" ] } }, { "Id": "c662a8a9-0521-43f5-b243-10f5844aa5f4", "ParentId": "c3ea14fe-e0e9-4c83-b6ea-169f02ddc427", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "d31976e4-b683-4c2b-b8cc-4f2448bd6e4d", "9c572f58-0076-4ac9-946b-55214e5d89db" ], "Companies": [ "a29fd92e-09f0-4fe1-b033-d86ef71a1d52", "d25e4ffe-30a7-48a5-8f6f-ad046c2f3de8" ], "Groups": [ "16b035ef-7567-47c9-9f1b-1f813c05cfeb", "aacf6af1-5ad5-4fe9-9329-944c4e765b56" ], "Opportunities": [ "2d5b265c-cf8c-47d9-a9e2-c1841c3bf929", "bba3d541-487c-4fcc-81bd-07bdbc7d4b0a" ] } } ]