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": "52f05108-13fe-43e1-8c54-5f953cb058c5",
"ParentId": "ff8c35c6-d29a-499d-a33a-e527f78482b3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"b5a7a83c-11a8-406c-b62e-ff91ac9e2cdc",
"401d948b-33ef-43a5-ab66-9e0ad9f542b5"
],
"Companies": [
"731e44cd-e474-4293-a486-afc7ccf6e682",
"c27e2b62-c6e9-4f70-99ac-e255ea304172"
],
"Groups": [
"2e8b42f2-e0ad-4043-bb6b-d63fe7d5b4e9",
"ed552919-d75c-4a32-86b4-3ad1aa5e0a17"
],
"Opportunities": [
"484822cd-6645-489a-85d9-df01037bfb08",
"7f5d33cc-9a9f-4dda-8ca5-b1ce2fa6630c"
]
}
}