GET api/CustomTables?customTableName={customTableName}
Get Custom table records. Supported Headers: Filter, Sort, SortDesc, SelectField
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
customTableName | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of 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": "e0c6f326-2551-4151-a5cf-317f4e1c271c", "ParentId": "91374b6e-9b34-46b5-a84d-5558b311c172", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "1699db6e-15da-4868-a1be-5d64e02b7f87", "1e23fe43-87f9-46bb-a3e7-def8255f213a" ], "Companies": [ "92bbaa28-0d3d-4b87-8ff5-f0cd3a15a3ac", "8f64a771-6055-42e6-9284-2b57c4a07314" ], "Groups": [ "41f17066-aa2f-4b69-a9d9-d17c967195b9", "f9ac76f4-a8ae-4d08-8b14-8931f1bd8bc2" ], "Opportunities": [ "60a1de1e-f7cb-45fe-b5f2-bce1de8b1cec", "888d6394-0915-4c9a-b8b1-959576d4fe27" ] } }, { "Id": "e0c6f326-2551-4151-a5cf-317f4e1c271c", "ParentId": "91374b6e-9b34-46b5-a84d-5558b311c172", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "1699db6e-15da-4868-a1be-5d64e02b7f87", "1e23fe43-87f9-46bb-a3e7-def8255f213a" ], "Companies": [ "92bbaa28-0d3d-4b87-8ff5-f0cd3a15a3ac", "8f64a771-6055-42e6-9284-2b57c4a07314" ], "Groups": [ "41f17066-aa2f-4b69-a9d9-d17c967195b9", "f9ac76f4-a8ae-4d08-8b14-8931f1bd8bc2" ], "Opportunities": [ "60a1de1e-f7cb-45fe-b5f2-bce1de8b1cec", "888d6394-0915-4c9a-b8b1-959576d4fe27" ] } } ]