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": "5047f4ec-2d83-423e-8b20-12cf821ab9ed",
"ParentId": "01903139-0835-4d9a-bdaf-cb5e6f772137",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"45366033-f68a-430c-b0fd-ad939a933dea",
"7c7628b6-ad52-477b-af46-85db8d3fc10a"
],
"Companies": [
"b2b08444-bb12-45a1-a6f2-a67583f23274",
"f5c28c98-bf4a-4d41-a067-8f2784a6783f"
],
"Groups": [
"0b824f90-042c-437d-977d-261278e0456d",
"c4609797-42da-4926-941e-9a8bb0d28854"
],
"Opportunities": [
"4c0b8127-672e-41dd-97b7-4ccfed0a682a",
"3277dd8a-143a-4749-977e-7e543ecb4cfe"
]
}
}