GET/integration/V1/metrics-state/{ticketId} |
This endpoint allows viewing the states of all SLA metrics in the given issue.
|
Request URL: https://slaapp.almarise.com/integration/V1/metrics-state/10039?showUiMetaData=false Response body:
|
GET/integration/V1/metrics-state/{ticketId}/metrics |
This endpoint returns metrics related to the given issue.
|
Request URL: https://slaapp.almarise.com/integration/V1/metrics-state/10039/metrics?showHidden=true Response body:
|
GET/integration/V1/metrics-state/{ticketId}/{slaMetricId} |
Returns the state of the requested SLA metric in the given issue.
|
Request URL: https://slaapp.almarise.com/integration/V1/metrics-state/10039/6751a9af00835a31fb1c27ac?showUiMetaData=false Response body:
|
- OK. Returned if the request is successful.
- Unauthorized.
- Forbidden. Returned if the user does not have permission to complete this request.
- Not Found.
- Server Error.