Download OpenAPI specification:Download
REST Services for managing MIS data.
For endpoints that support localization the language can be passed either as a query string parameter (using the name 'language') or in the 'accept-language' header.
If no language is passed to such endpoints then the default configured language will be used.
Accept-Language | string The ISO 639-1 language to use for localizable data. |
fieldKey | string Nullable |
dataSourceName | string Nullable |
OK
Bad Request
Unauthorized
Forbidden
Not Found
UnprocessableEntity
Internal Server Error
{- "fieldKey": "string",
- "dataSourceName": "string"
}
{- "results": [
- "string"
]
}
Accept-Language | string The ISO 639-1 language to use for localizable data. |
startRow | integer <int32> |
endRow | integer <int32> |
rowGroupCols | Array of objects (ColumnVO) Nullable |
valueCols | Array of objects (ColumnVO) Nullable |
pivotCols | Array of objects (ColumnVO) Nullable |
pivotMode | boolean |
groupKeys | Array of strings Nullable |
filterModel | object Nullable |
sortModel | Array of objects (SortModel) Nullable |
dataSourceName | string Nullable |
allRows | boolean |
OK
Bad Request
Unauthorized
Forbidden
Not Found
UnprocessableEntity
Internal Server Error
{- "startRow": 0,
- "endRow": 0,
- "rowGroupCols": [
- {
- "id": "string",
- "displayName": "string",
- "field": "string",
- "aggFunc": "string"
}
], - "valueCols": [
- {
- "id": "string",
- "displayName": "string",
- "field": "string",
- "aggFunc": "string"
}
], - "pivotCols": [
- {
- "id": "string",
- "displayName": "string",
- "field": "string",
- "aggFunc": "string"
}
], - "pivotMode": true,
- "groupKeys": [
- "string"
], - "filterModel": {
- "property1": {
- "filterType": "string",
- "type": "string",
- "values": [
- "string"
], - "dateFrom": "2024-11-07T14:53:54Z",
- "dateTo": "2024-11-07T14:53:54Z",
- "filter": 0,
- "filterTo": 0,
- "operator": "string",
- "condition1": { },
- "condition2": { }
}, - "property2": {
- "filterType": "string",
- "type": "string",
- "values": [
- "string"
], - "dateFrom": "2024-11-07T14:53:54Z",
- "dateTo": "2024-11-07T14:53:54Z",
- "filter": 0,
- "filterTo": 0,
- "operator": "string",
- "condition1": { },
- "condition2": { }
}
}, - "sortModel": [
- {
- "colId": "string",
- "sort": "string"
}
], - "dataSourceName": "string",
- "allRows": true
}
{- "data": [
- {
- "property1": null,
- "property2": null
}
], - "lastRow": 0,
- "secondaryColumnFields": [
- "string"
]
}
dataSourceId required | integer <int32> |
scenarioId required | integer <int32> |
Accept-Language | string The ISO 639-1 language to use for localizable data. |
OK
Bad Request
Unauthorized
Forbidden
Not Found
UnprocessableEntity
Internal Server Error
{- "success": true
}
dataSourceId required | integer <int32> |
scenarioId required | integer <int32> |
Accept-Language | string The ISO 639-1 language to use for localizable data. |
OK
Bad Request
Unauthorized
Forbidden
Not Found
UnprocessableEntity
Internal Server Error
{- "id": 0,
- "name": "string",
- "columnState": "string",
- "groupState": "string",
- "filterModel": "string",
- "pivotMode": true,
- "createDate": "2024-11-07T14:53:54Z"
}
Accept-Language | string The ISO 639-1 language to use for localizable data. |
OK
Bad Request
Unauthorized
Forbidden
Internal Server Error
{- "results": [
- {
- "id": 0,
- "name": "string",
- "tableName": "string"
}
]
}
dataSourceId required | integer <int32> |
Accept-Language | string The ISO 639-1 language to use for localizable data. |
OK
Bad Request
Unauthorized
Forbidden
Not Found
UnprocessableEntity
Internal Server Error
{- "id": 0,
- "name": "string",
- "tableName": "string"
}
dataSourceId required | integer <int32> |
Accept-Language | string The ISO 639-1 language to use for localizable data. |
OK
Bad Request
Unauthorized
Forbidden
Not Found
UnprocessableEntity
Internal Server Error
{- "data": "string"
}
dataSourceId required | integer <int32> |
Accept-Language | string The ISO 639-1 language to use for localizable data. |
OK
Bad Request
Unauthorized
Forbidden
Not Found
UnprocessableEntity
Internal Server Error
{- "results": [
- {
- "id": 0,
- "name": "string",
- "columnState": "string",
- "groupState": "string",
- "filterModel": "string",
- "pivotMode": true,
- "createDate": "2024-11-07T14:53:54Z"
}
]
}
dataSourceId required | integer <int32> |
Accept-Language | string The ISO 639-1 language to use for localizable data. |
name | string Nullable |
columnState | string Nullable |
groupState | string Nullable |
filterModel | string Nullable |
pivotMode | boolean Nullable |
OK
Bad Request
Unauthorized
Forbidden
Not Found
UnprocessableEntity
Internal Server Error
{- "name": "string",
- "columnState": "string",
- "groupState": "string",
- "filterModel": "string",
- "pivotMode": true
}
{- "id": 0
}