Api To Export Incident Subscriptions

Note: This page has not yet been converted to the new developer portal format. Please use Swagger to test this API.

API to Export Incident Subscriptions

POST /rest/cmdb/lookup/{orgId}/export

Description

Create Export request for incident subscriptions.

Request

{
  "email": "[email protected]"
}

Response

{
  "data": {
    "reportId": "5e5970d9bee7791dbc1c882a",
    "status": "START"
  }
}

The difference between RUNNING and START are that in case of START, the export started to run, while in case of RUNNING, an existing export was already running and the email was added to
the list.

GET /rest/cmdb/lookup/{orgId}/export/{reportId}

Description

Export request status.

Response

{
  "data": {
    "id": "5e5964aaef257c0fb74c2ec2",
    "email": [],
    "status": "DONE",
    "downloadUrl": "https://manager.everbridge.net/gateway/api/cmdb/lookup/1234567890/export/5e5964aaef257c0fb74c2ec2/download",
    "lastUpdatedOn": "2020-02-28T19:06:19.793Z"
  }
}