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": "6ecd3897-7066-49c8-8ae5-d01fb668956b",
"ParentId": "c0635314-37f6-4a03-b614-0d031d659f26",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"45685208-6dc1-4c9f-905c-b170e709df93",
"ef0e791a-e400-456d-9ce8-fed980b90f01"
],
"Companies": [
"f58f995b-60f1-4ee5-8e5c-3b2464f13990",
"793cf7fb-7d44-443b-8d84-4fb91468a0cf"
],
"Groups": [
"b8e34704-12f7-423d-b702-d4452fdb960f",
"e8140dc8-db09-46a9-a9ff-bcf50a90cb63"
],
"Opportunities": [
"04614384-4a62-450c-97a2-cf0bbcd09e76",
"d94d73c3-7668-4016-9dd0-140c11e5af26"
]
}
}