GET api/CustomTables/{id}?tableName={tableName}
Get a custom table record by ID Supported Headers: SelectField
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
Custom Table Record GUID |
globally unique identifier |
Required |
tableName |
Custom Table Name |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
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": "704824b9-96ed-4d68-a514-5059d7cbc3c0", "ParentId": "9af17c15-4522-4d3a-9785-2e68095daa23", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "108339c4-d36a-4e81-a293-65a23f950475", "143143fc-4534-4067-9cd8-866e27b652c0" ], "Companies": [ "ea8911f5-81a3-4f8e-9060-2b5bdaf7d2a0", "98638281-7be4-4ba7-b6fc-1b24d0a71433" ], "Groups": [ "bce24f88-cac8-4b01-b806-8b849de27a40", "93217e2f-081c-4339-8454-ccb680d9dc92" ], "Opportunities": [ "7c2dfef0-12c4-441b-8c42-3e5df9971c28", "4ff5618c-cae3-4295-a7a3-adc131dc3d61" ] } }