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": "f95046e5-ea50-4f59-8b9a-c53bec8fc81a", "ParentId": "e92127bf-1556-41f1-8beb-d5441bc67793", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "71ef73ee-a253-4106-af2e-0c5a5e25802e", "7bb936cb-06ca-4890-961a-a846c8f6d75b" ], "Companies": [ "ed925b99-c21a-4edc-a796-9ab7c95c0e4a", "bfa3a49c-08ae-45b8-a5c1-2cfc774bd2be" ], "Groups": [ "a90d3af3-40ce-48b0-9be0-92f0feec5c6a", "6ad10c56-7199-4f0f-b3fe-08a80ed9d206" ], "Opportunities": [ "fcc02382-8f85-4ac9-9ab3-2bf43feff228", "426431fb-3730-4c75-85b4-09fe8c452258" ] } }