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": "7fbfde39-c4ff-4664-93eb-9d5489a6b21d",
"ParentId": "511923af-48f3-4c72-bf3a-bf290b65a626",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"6580cdc0-0636-41a3-93a7-f6b9fe42c322",
"1f09952a-b09f-4f3b-88e3-9dbf465f2050"
],
"Companies": [
"ac628e81-9656-4b39-a480-f8918f2c07f3",
"4eef3972-897d-4f7c-a7a9-9f195cb6a06b"
],
"Groups": [
"a714e9b6-09a4-47f2-9d3d-b6575f01b86d",
"a81ab795-dae1-4dd8-9cac-a8ddd5026731"
],
"Opportunities": [
"d6ab92be-02b5-4e90-a557-c2bc29269fb6",
"d7b3ae3b-0fe5-41ef-b0f6-07fa9d26a836"
]
}
}