Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleResponse example

Request URL: https://slaapp.almarise.com/integration/V1/metrics

Response body:

Code Block
[
    {
        "name": "Time to Resolution",
        "description": "Time to Resolution of the ticket",
        "id": "6751a9af00835a31fb1c27ac"
    },
    {
        "name": "Time to First Response",
        "description": "Time to First Response of the ticket",
        "id": "67530aa500835a31fb1c27b3"
    }
]


Responses

Status
colourGreen
title200
- OK. Returned if the request is successful.

Status
colourGreen
title201
- OK. SLA Metric was successfully created.

Status
colourYellow
title400
- Bad request.

Status
colourYellow
title401
- Unauthorized.

Status
colourYellow
title403
- Forbidden. Returned if the user does not have permission to complete this request.

Status
colourYellow
title404
- Not Found. Metric ID does not exist.

Status
colourRed
title500
- Server Error.