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": "d6e35231-3f38-44b0-968a-4964df6dc9df", "ParentId": "1a127ac7-d21c-413e-a51d-4b721a1292e9", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "3e88a7f0-3651-4b22-999a-c13c60fa4340", "77e92bb6-4a96-4ab9-b1cf-f02409262348" ], "Companies": [ "09c403e8-94a8-4878-b2db-f40e90cc3937", "5d4c58d4-ee1c-4f99-b70f-7fbd3a3a4aaf" ], "Groups": [ "03aaff74-00b6-4cbf-bc04-094134d4a5ad", "da320b6e-fa88-40bc-bdab-893ced119202" ], "Opportunities": [ "7c5de46a-fd40-4a27-aec0-f0e9b62e266e", "8e4576b6-1c18-4d85-b470-91effa4d46a8" ] } }