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": "30fe9db4-a31d-4676-950f-d3b4c4c96cc1", "ParentId": "9787d4ba-2dae-441f-8786-199ce4498657", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "df4557d8-5968-47b8-a559-3e61034276f3", "bf83e90f-bae2-4441-b1f3-3222d0185983" ], "Companies": [ "c945e53c-48d1-4646-b787-8fe84717e274", "8564c9bf-0f5c-4d3b-b807-d1632329c37c" ], "Groups": [ "5ded4739-11fb-40bd-af96-7aa79bfd2a9b", "c8572ba2-71c3-4275-91eb-ca6e3c1f2363" ], "Opportunities": [ "18b8d064-01cd-4a14-8097-9adc26322088", "b1fdaf8a-af76-4147-b7a9-735f53a531a2" ] } }