Alerts

Number of APIs: 3

  1. Returns all Alert resources. GET {{baseUrl}}/Alerts?filter=<string>&lookupByName=false&sortBy=<string>&sortOrder=ascending&startIndex=1&count=1000&attributes=<string>&excludedAttributes=<string>

  2. Creates a new Alert. POST {{baseUrl}}/Alerts?attributes=<string>&excludedAttributes=<string>

  3. Returns an Alert resource based on id. GET {{baseUrl}}/Alerts/:alertId?attributes=<string>&excludedAttributes=<string>