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
MutableEntityExtended| Name | 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": "12d196b5-f680-4678-a1e7-6a95c8eed2f4",
"ParentId": "f35d9235-dd30-42e8-bbcc-069050e3520e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"695f0a58-6d25-47f9-97fd-6558751d8ca1",
"c1074d0b-4735-4c10-9568-911ef55d2abf"
],
"Companies": [
"3e94dbb6-f3f2-4b7b-af18-30aa9f930f5c",
"591992f5-a1ce-430c-a017-d5befb438b23"
],
"Groups": [
"cb93d447-3bfe-44f1-9ec3-796d2d16376c",
"081cc881-1737-45ec-b030-6f4955af2427"
],
"Opportunities": [
"f1567914-c3c3-43d5-a55a-e654b316b05a",
"db4e12ee-c3df-445d-a8b9-56c380409dc7"
]
}
}