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": "cac69262-869b-4a4c-b6b3-13fd251bd8e3",
"ParentId": "2d25b6a6-27b2-4424-980d-9192001d448f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"073bfefc-1107-458d-a19b-30627daaec24",
"98c192b2-92e3-402c-ad38-706aa2610e2c"
],
"Companies": [
"b18afbdc-7bda-4b9b-8e0f-865a168df6ac",
"8076739b-b52f-40e9-b4ee-119f4a6aaaf0"
],
"Groups": [
"b7fab26a-13e3-4a99-aa17-e3fa937161d3",
"e550706a-a063-4287-b45c-158c58046c11"
],
"Opportunities": [
"78a753e1-0cc5-43dd-b2d4-58bd74d6b4b6",
"e86cb280-6e8a-447c-bd89-587e67871bd4"
]
}
},
{
"Id": "cac69262-869b-4a4c-b6b3-13fd251bd8e3",
"ParentId": "2d25b6a6-27b2-4424-980d-9192001d448f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"073bfefc-1107-458d-a19b-30627daaec24",
"98c192b2-92e3-402c-ad38-706aa2610e2c"
],
"Companies": [
"b18afbdc-7bda-4b9b-8e0f-865a168df6ac",
"8076739b-b52f-40e9-b4ee-119f4a6aaaf0"
],
"Groups": [
"b7fab26a-13e3-4a99-aa17-e3fa937161d3",
"e550706a-a063-4287-b45c-158c58046c11"
],
"Opportunities": [
"78a753e1-0cc5-43dd-b2d4-58bd74d6b4b6",
"e86cb280-6e8a-447c-bd89-587e67871bd4"
]
}
}
]