...
Expand |
---|
|
Request URL: https://slaapp.almarise.com/integration/V1/sla-custom-event/add/multiple Request body:
|
Panel |
---|
|
GET/integration/V1/sla-custom-event/list/full |
Returns a detailed list of SLA events for the given metric.
Expand |
---|
|
Parameter | Type | Default value | Required |
---|
ticketId | string |
| | metricId | string |
| |
|
Expand |
---|
|
Request URL: https://slaapp.almarise.com/integration/V1/sla-custom-event/list/full?ticketId=10039&metricId=6751a9af00835a31fb1c27ac Response body: Code Block |
---|
[
{
"id": "6752df8607cc8c581fa2ad7f",
"ticketId": "10039",
"metricId": "6751a9af00835a31fb1c27ac",
"triggerName": "Pause",
"slaEvent": "PAUSE",
"eventDate": "2024-12-06T11:24:14.807Z",
"evaluationTimestamp": "2024-12-06T11:27:02.43819Z",
"origin": "API",
"originEnum": "API"
},
{
"id": "6752e37907cc8c581fa2ad8f",
"ticketId": "10039",
"metricId": "6751a9af00835a31fb1c27ac",
"triggerName": "Start",
"slaEvent": "START",
"eventDate": "2024-12-06T11:42:42.75Z",
"evaluationTimestamp": "2024-12-06T11:43:53.993078Z",
"origin": "API",
"originEnum": "API"
}
]
|
|