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": "9c2aec4c-fc71-4d50-8b66-f254e27782e0",
"ParentId": "c64ef71a-b2d3-4c0b-8187-3cf57ddda9a4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"7b7649f2-9cb4-4c16-8d2a-879117b14482",
"1c369360-c514-45a1-bfbe-6b6daf735529"
],
"Companies": [
"9b141cba-57ca-47d3-8688-d6dc7a6cf92f",
"04836b42-21a3-4c78-8842-9109176a61b6"
],
"Groups": [
"89c53123-c871-4cc1-a2f0-469a37ba4a94",
"fcbc12c0-7be5-4b8c-87dd-c385b49d00df"
],
"Opportunities": [
"51a140b4-78b7-4c15-b80a-9458472791db",
"ae089d58-d02f-4709-8e95-a681dcca9696"
]
}
},
{
"Id": "9c2aec4c-fc71-4d50-8b66-f254e27782e0",
"ParentId": "c64ef71a-b2d3-4c0b-8187-3cf57ddda9a4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"7b7649f2-9cb4-4c16-8d2a-879117b14482",
"1c369360-c514-45a1-bfbe-6b6daf735529"
],
"Companies": [
"9b141cba-57ca-47d3-8688-d6dc7a6cf92f",
"04836b42-21a3-4c78-8842-9109176a61b6"
],
"Groups": [
"89c53123-c871-4cc1-a2f0-469a37ba4a94",
"fcbc12c0-7be5-4b8c-87dd-c385b49d00df"
],
"Opportunities": [
"51a140b4-78b7-4c15-b80a-9458472791db",
"ae089d58-d02f-4709-8e95-a681dcca9696"
]
}
}
]