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": "24f6bc72-8840-45bf-bba1-bf624a69d4c5", "ParentId": "557247a3-7d26-4b3d-bb8f-4dbe240ea6d4", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "d5b1f83c-076f-4a3e-8e30-a0587b0f0e93", "2f9b8f4d-2a74-4e4e-ad62-9e404a10d4dd" ], "Companies": [ "5e4aca76-0549-4e8a-bf01-6b96f319075b", "76936ac4-70e3-44a4-9b77-b698b705e414" ], "Groups": [ "d9440a19-6112-4449-92c4-dabdf6d6e6be", "09faba6e-9ce4-4909-b937-c4f6ad408ee6" ], "Opportunities": [ "6af7bab3-0966-4bf3-acff-d4b41aefc218", "f0b3f6c1-64f3-4577-af3f-da14f6ec8576" ] } }