Get Remediation Details By ID
Gets details of one or more incidents associated with a specific mailbox. Applies to company types: Company, Partner, Partner-full, Multipartner, Multipartner-full.
Parameters
Parameter | Description |
---|---|
Company ID | The ID of the company. Can be found under Account Settings -> General & Security -> Company ID. |
Incident IDs | A comma-separated list of incident IDs to retrieve details for. |
Page | Requested page number out of the total number of pages in the response. The response returns a total_pages element with the number of pages in the response. Start with “1” to get an idea of how many total pages the response has. |
Period | The period over which to filter the resulting incidents. Possible values: 0 - Last 24 hours, 1 - Last 7 days, 2 - Last 90 days, 3 - Last 180 days, 4 - Last 360 days, 5 - Current year to date, 6 - All time. |
Example Output
{
"page": 1,
"total_pages": 1,
"mitigations": [],
"messages": []
}
Workflow Library Example
Get Remediation Details by Id with Ironscales and Send Results Via Email
Preview this Workflow on desktop