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": "875fc363-e600-454c-bbd8-59c90d67d0cb", "ParentId": "70818b77-83ab-438a-ae7a-b59ca2967f2e", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "678ec7e8-9766-47e8-b44b-528cc3990c79", "831d3299-3bc0-47a0-9f67-ec30ca388aa6" ], "Companies": [ "f50f7eb3-1517-4910-843a-a3579a2ef691", "ed9b8047-22e9-43e0-88e9-10aaa3a50ae6" ], "Groups": [ "37df2f10-4919-48a1-9819-4e73f76a92ef", "e6e12bb2-88c7-4f79-9e19-107b5b72a11c" ], "Opportunities": [ "7b9c8ae0-5c99-4bfc-b248-9835c958a720", "94a96453-3324-4870-a51a-6af15bd4179e" ] } }