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": "088d0c2f-10ac-44c8-b56e-d95efd10c55b",
"ParentId": "41413aa6-9ace-4527-96eb-1085299240d0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"fc0f5773-50a1-4fde-bb05-dedde838a28f",
"f7d817bb-616b-4f28-ba83-7d73372f097b"
],
"Companies": [
"c650bbbc-0a0c-47c3-aee2-00d54a0fdec9",
"575650ec-12d7-4230-a73a-87847a8049b0"
],
"Groups": [
"ce6a9324-adc2-4728-955a-b92341506e39",
"aec1cdcf-0036-42f2-a520-4c779797c0b0"
],
"Opportunities": [
"90472ff9-c6d8-473c-87bf-1b230a963a53",
"ca2621bb-e398-43d1-a4b7-0f7106443dda"
]
}
}