| Field | Value |
|---|---|
| Method | POST |
| Endpoint | https://{{host}}/api/public/views/{{viewName}}/query?sys_limit={{limit_value}}&sys_offset={{offset_value}} |
| Content Type | application/json |
| Authorization | auth: {{JWT}} See How to generate the JWT Token. |
| App Access | Read access to the Data Table from the Data Definition in DaaS. |
Path Parameters
| Parameter | Description |
|---|---|
host | Environment URL, for example, https://platform.kore.ai |
viewName | The table view from which to fetch data. |
sys_limit | The maximum number of records to be fetched. |
sys_offset | The number of records to be skipped from the beginning of the results dataset. |
Sample Request
Body Parameters
| Parameter | Description |
|---|---|
query | Filter criteria identifying the rows to be fetched. Accepts expressions (array of field/operand/value objects) and operator (and or or). |