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": "c7dd69fc-56ea-4b58-bd5c-138a603510be",
"ParentId": "a4a5dd0c-4857-443c-b16f-9482561eb4ff",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"5086a601-ed17-42b8-8a35-51d69b1b0bb0",
"77b56c80-2b1a-412f-a55d-c5dba4c7a630"
],
"Companies": [
"fe4b7f4c-24c8-4255-b240-e122b2385050",
"d443a67b-5668-4cf4-a40f-57c16ab15af5"
],
"Groups": [
"939fef18-276a-4bc0-93a1-aa3419ad11b8",
"88b27fcd-6b03-487d-aa77-ad8bb4d30a0c"
],
"Opportunities": [
"03735b63-997b-4fd9-bb11-cc5301a6ce79",
"3216d0b1-db76-4b31-8cbf-8e9e97507a6c"
]
}
},
{
"Id": "c7dd69fc-56ea-4b58-bd5c-138a603510be",
"ParentId": "a4a5dd0c-4857-443c-b16f-9482561eb4ff",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"5086a601-ed17-42b8-8a35-51d69b1b0bb0",
"77b56c80-2b1a-412f-a55d-c5dba4c7a630"
],
"Companies": [
"fe4b7f4c-24c8-4255-b240-e122b2385050",
"d443a67b-5668-4cf4-a40f-57c16ab15af5"
],
"Groups": [
"939fef18-276a-4bc0-93a1-aa3419ad11b8",
"88b27fcd-6b03-487d-aa77-ad8bb4d30a0c"
],
"Opportunities": [
"03735b63-997b-4fd9-bb11-cc5301a6ce79",
"3216d0b1-db76-4b31-8cbf-8e9e97507a6c"
]
}
}
]