...
Expand |
---|
|
Request URL: https://slaapp.almarise.com/integration/V1/sla-custom-event/add Request body: { "ticketId": "10039", "metricId": "6751a9af00835a31fb1c27ac", "triggerName": "metricPause", "slaEventAction": "PAUSE", "actionDate": "2024-12-06T12:34:42.750Z" } |
Panel |
---|
|
POST/integration/V1/sla-custom-event/add/multiple |
Allows adding multiple SLA events at once.
Expand |
---|
|
Code Block |
---|
{
"ticketId": "string",
"metricId": "string",
"events": [
{
"triggerName": "string",
"slaEventAction": "START",
"actionDate": "2024-12-06T12:37:34.340Z"
}
]
} |
|
Expand |
---|
|
Request URL: https://slaapp.almarise.com/integration/V1/sla-custom-event/add/multiple Request body:
|