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": "9a1cc049-1d84-4d3e-9d81-0f0e143faa80",
"ParentId": "ad1ace55-019a-41b9-9b89-0b11b542c977",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"1e93a9f0-3385-46e2-8519-b9a20d484542",
"b5a1e74e-25b3-48ba-b797-94676a34298e"
],
"Companies": [
"cace7fda-8625-473c-9065-03c86ad9aee5",
"93252849-db15-49c8-9f86-3ef5e4fc5e5d"
],
"Groups": [
"618503cb-3b93-4513-a0f2-cd94ae98d276",
"1b36ed8b-1e28-454a-a998-cbb0d39eb3b1"
],
"Opportunities": [
"940f7fb4-2428-4c8b-af14-b668fb509df5",
"710c11bf-f5b4-451c-8853-25c426a96a78"
]
}
}