Versions Compared

Key

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

...

Expand
titleExample of usage

Request URL: https://slaapp.almarise.com/integration/V1/sla-custom-event/add/multiple

Request body:

{
  "ticketId": "10039",
  "metricId": "6751a9af00835a31fb1c27ac",
  "events": [
    {
      "triggerName": "metricResume",
      "slaEventAction": "RESUME",
      "actionDate": "2024-12-09T09:51:33.963Z"
    },
    {
      "triggerName": "metricFinish",
      "slaEventAction": "FINISH",
      "actionDate": "2024-12-09T09:55:33.963Z"
    }
  ]
}



Panel
bgColor#DEEBFF
GET/integration/V1/sla-custom-event/list/full

...