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": "f93dbd41-06ef-4339-bae6-fb4e82ffdc1a", "ParentId": "61a66422-6744-4fcf-9d07-674333f8b76c", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "93add0f3-d076-4797-8a92-70c355be5b74", "ab241996-070f-478a-a07b-fd3be991a2f4" ], "Companies": [ "011a1b9c-8179-4125-9e53-945fc775ba61", "43c33d93-d318-4bed-8550-b1630bade8a7" ], "Groups": [ "e30d8902-6e65-4696-9f88-fe1818950057", "177b0744-812d-457b-a142-6b701810c9e5" ], "Opportunities": [ "c3145b91-524a-492a-97df-f32914078c46", "90b43efa-4717-41ea-a0ce-edb7fc2c4056" ] } }, { "Id": "f93dbd41-06ef-4339-bae6-fb4e82ffdc1a", "ParentId": "61a66422-6744-4fcf-9d07-674333f8b76c", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "93add0f3-d076-4797-8a92-70c355be5b74", "ab241996-070f-478a-a07b-fd3be991a2f4" ], "Companies": [ "011a1b9c-8179-4125-9e53-945fc775ba61", "43c33d93-d318-4bed-8550-b1630bade8a7" ], "Groups": [ "e30d8902-6e65-4696-9f88-fe1818950057", "177b0744-812d-457b-a142-6b701810c9e5" ], "Opportunities": [ "c3145b91-524a-492a-97df-f32914078c46", "90b43efa-4717-41ea-a0ce-edb7fc2c4056" ] } } ]