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": "bf36985a-fba2-4792-9a36-de9bd8948a27",
"ParentId": "a3e158c8-665b-4f82-bb57-748218b0e6f2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"caf08e24-e18a-4495-aba3-5ebfe45a2cbe",
"07e5eeea-8409-4642-a33c-eb265bcb6908"
],
"Companies": [
"6bbb3454-29e2-4ff2-b41c-d5a192c04cf7",
"b7edc169-b2c4-43f6-a268-e8c870e9a785"
],
"Groups": [
"469d3136-5c2d-4961-9d60-618614d35163",
"eae6e79d-76e6-4514-9e6e-780590e44ced"
],
"Opportunities": [
"9c2523fc-5cab-4c83-b471-51824991c961",
"971d1447-4c42-4d2b-b832-7e20c7a269ff"
]
}
},
{
"Id": "bf36985a-fba2-4792-9a36-de9bd8948a27",
"ParentId": "a3e158c8-665b-4f82-bb57-748218b0e6f2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"caf08e24-e18a-4495-aba3-5ebfe45a2cbe",
"07e5eeea-8409-4642-a33c-eb265bcb6908"
],
"Companies": [
"6bbb3454-29e2-4ff2-b41c-d5a192c04cf7",
"b7edc169-b2c4-43f6-a268-e8c870e9a785"
],
"Groups": [
"469d3136-5c2d-4961-9d60-618614d35163",
"eae6e79d-76e6-4514-9e6e-780590e44ced"
],
"Opportunities": [
"9c2523fc-5cab-4c83-b471-51824991c961",
"971d1447-4c42-4d2b-b832-7e20c7a269ff"
]
}
}
]