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": "8565fe5e-6e20-486e-8313-c54aa3188b16", "ParentId": "be6805a7-23b6-48e0-8375-c77395c29113", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "ba87451b-5eb9-4020-b090-a608604de04c", "218ac1d5-525a-4d30-a992-7f9cc0e3f2d9" ], "Companies": [ "f87dc14c-d595-4eab-a3c2-974dc0017a47", "fa278702-02e9-4363-b9a4-a70cff89bf17" ], "Groups": [ "bbc5acdf-8a90-485e-b4ef-82978503477b", "ec80dd69-02b5-4369-88fb-18fd33b0e712" ], "Opportunities": [ "ac611073-d5d4-45d1-a27f-1a872b167bda", "5ff9b9ba-f7cf-4ad1-8e8d-99b97e90e744" ] } }