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
MutableEntityExtendedName | 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": "bdce4311-f7c5-47ea-8300-70781283f575", "ParentId": "20ca8eae-60cd-470a-aab3-7d52ded68d01", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "f413f8e8-dca8-4438-81d1-21098597a399", "731b15e0-6aad-4dae-bbdd-daf7cf713570" ], "Companies": [ "9ea8fdb3-c2c3-415c-bb9f-974e307e3b2b", "899d9261-ea41-49a0-88ba-262638de995a" ], "Groups": [ "d42c2fb7-7f91-47c3-90a9-b49cf95aa8a9", "ade95508-fff4-4cfc-9548-a5c855a840aa" ], "Opportunities": [ "33f821d7-0fb6-4fbf-bef5-df69cd78e345", "dea843be-008f-4811-8563-59b722ecfc28" ] } }