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 MutableEntityExtended| Name | 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": "64098ab5-04d4-4184-9dc0-327fe85333f6",
"ParentId": "28d0dea8-4080-42e3-b685-28e062e8113b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"c45fa6a5-c158-4874-8c1c-8b35962d59a8",
"c065a4ba-b642-44c5-adae-f0beef8271a2"
],
"Companies": [
"0e729d1f-9f49-4c29-9cd9-74464cc5ce7e",
"350ac1f6-38da-4420-b168-6fd07318ca55"
],
"Groups": [
"cd88bd01-f805-4c11-9d95-c36648f0934d",
"7031ded3-bd37-4ef7-882b-28d0fe5db0b2"
],
"Opportunities": [
"4b51bc57-5d93-4239-be84-6adb1b73a3e7",
"cb744ef7-fef2-4836-95a5-02c2b5773de7"
]
}
},
{
"Id": "64098ab5-04d4-4184-9dc0-327fe85333f6",
"ParentId": "28d0dea8-4080-42e3-b685-28e062e8113b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"c45fa6a5-c158-4874-8c1c-8b35962d59a8",
"c065a4ba-b642-44c5-adae-f0beef8271a2"
],
"Companies": [
"0e729d1f-9f49-4c29-9cd9-74464cc5ce7e",
"350ac1f6-38da-4420-b168-6fd07318ca55"
],
"Groups": [
"cd88bd01-f805-4c11-9d95-c36648f0934d",
"7031ded3-bd37-4ef7-882b-28d0fe5db0b2"
],
"Opportunities": [
"4b51bc57-5d93-4239-be84-6adb1b73a3e7",
"cb744ef7-fef2-4836-95a5-02c2b5773de7"
]
}
}
]