You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 5
Next »
SLA API will list all data present in the SLA Report database tables.
This API must be used in conjunction with the Process Data Collector plugin via Plugin Default Properties.
Do ensure that the process(es) in the app has SLA configuration, in order for this API to display meaningful data.
| Name | Description |
---|
1 | List SLA report |
List all data present in the SLA Report database tables for the current app. Able to filter or sort the returned results via parameters.
Name | Description |
---|
URL | /sla | HTTP Method | GET | Query String Parameters | Parameter | Description |
---|
appId | Filter the response by app via app ID. | appVersion | Filter the response by app version. Must be used in conjunction with "appId" parameter. | processDefId | Filter the response by process via process definition ID. | sort | SLA data column to sort. Must be used in conjunction with "sortDescending" parameter. | sortDescending | Sort the specified "sort" parameter value in ascending or descending order. Expects a boolean value. Must be used in conjunction with "sort" parameter. | startOffset | Starting position of records to start query. Expects an integer. | pageSize | Number of results to return. Expects an integer. |
| Sample Response | |
|