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": "7b0e2572-cca7-4b17-87a6-d2b795036b7d",
"ParentId": "5d7fcb9f-9520-432a-85ea-f7603fb2e0ac",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"6c5b61fb-1c30-408d-8207-f14dfc62a9e3",
"05aa04ce-30ad-4312-92a6-b00e4c5a1c91"
],
"Companies": [
"993e42ed-f449-4417-bbe4-274b774c2220",
"3ab9d357-dcc3-4de5-b28a-fc40a4aee877"
],
"Groups": [
"5edc487e-6473-4395-881b-0169607d2ac8",
"00260b50-1732-45e5-bbe4-2c6fdd4b5a23"
],
"Opportunities": [
"a1a5c5fd-847e-4fdd-ab20-17962198a200",
"6a699ab2-c020-4daf-87da-224e1c11fd00"
]
}
},
{
"Id": "7b0e2572-cca7-4b17-87a6-d2b795036b7d",
"ParentId": "5d7fcb9f-9520-432a-85ea-f7603fb2e0ac",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"6c5b61fb-1c30-408d-8207-f14dfc62a9e3",
"05aa04ce-30ad-4312-92a6-b00e4c5a1c91"
],
"Companies": [
"993e42ed-f449-4417-bbe4-274b774c2220",
"3ab9d357-dcc3-4de5-b28a-fc40a4aee877"
],
"Groups": [
"5edc487e-6473-4395-881b-0169607d2ac8",
"00260b50-1732-45e5-bbe4-2c6fdd4b5a23"
],
"Opportunities": [
"a1a5c5fd-847e-4fdd-ab20-17962198a200",
"6a699ab2-c020-4daf-87da-224e1c11fd00"
]
}
}
]