Panel |
---|
|
GET/integration/V1/metric/{id}metrics |
Get Returns the SLA metric(s) of the given ID.
Expand |
---|
|
|
Parameter | Type | Default value | Required |
---|
id | string | Ids (array[string]) - IDs of metrics to return.
Expand |
---|
|
Request URL: https://slaapp.almarise.com/integration/V1/metric/6751a9af00835a31fb1c27acmetrics Response body: Code Block |
---|
[
{
"name": "Time Toto Resolution",
"description": "Time to Resolution of the ticket",
"id": "6751a9af00835a31fb1c27ac"
} |
|
Panel |
---|
|
PUT/integration/V1/metric/{id} |
Updates the given SLA metric (e.g. change the name of the metric).
Expand |
---|
|
Parameter | Type | Default value | Required |
---|
id | string | | Expand |
---|
|
Code Block |
---|
{
},
{
"name": "stringTime to First Response",
"description": "Time to First Response of the ticket",
"id": "string67530aa500835a31fb1c27b3"
} |
|
expand |
Responses
- OK. Returned if the request is successful. - Unauthorized....
- Forbidden. Returned if the user does not have permission to complete this request. - Server Error....
Request URL: https://slaapp.almarise.com/integration/V1/metric/6751a9af00835a31fb1c27ac
...
...