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": "089e8490-5b29-4714-9999-bd384e8e9d64", "ParentId": "5ac9839a-15c3-4ded-9702-8d0e2006dfb8", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "e60915d9-5ea4-4cc5-8b18-85439df49061", "ffc8f480-63de-4d02-878e-6b6d5d431723" ], "Companies": [ "750d04cc-9322-4ddd-8792-e0d06d924228", "9112829c-b616-4f54-a1ea-c5d3c5794c0b" ], "Groups": [ "73a98e70-9a63-4779-8240-6e8784c3b843", "bb987032-b59d-43dc-8aea-27b2d2c84e3c" ], "Opportunities": [ "1b07b51a-8e0c-477e-aece-cb94ee099f21", "95055c7f-11ce-4336-86a6-c4e250960cb5" ] } }