Group Incidents (POST)
Lists collections of incidents by groups.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
group_by
The field to group the incidents by.
acknowledged_date
Provides ways to specify date ranges on objects.
actual_close_date
Provides ways to specify date ranges on objects.
applies_to_parts
Filters for incidents that apply to any of the provided parts.
created_by
Filters for incidents created by any of the provided users.
created_date
Provides ways to specify date ranges on objects.
cursor
The cursor to resume iteration from. If not provided, then
iteration starts from the beginning.
custom_fields
Filters for custom fields.
identified_date
Provides ways to specify date ranges on objects.
limit
The maximum number of groups to return. If not set, then the
default is '10'.
limit_per_group
The maximum number of incidents to return for an individual group.
The default is '50'.
mitigated_date
Provides ways to specify date ranges on objects.
mode
The iteration mode to use. If “after”, then entries after the provided cursor will be returned, or if no cursor is provided, then from the beginning. If “before”, then entries before the provided cursor will be returned, or if no cursor is provided, then from the end. Entries will always be returned in the specified sort-by order.
Allowed values:
modified_date
Provides ways to specify date ranges on objects.
owned_by
Filters for incidents owned by any of the provided users.
pia
Filters for incidents with any of the provided PIAs.
playbooks
Filters for incidents with any of the provided playbooks.
reported_by
Filters for incidents with any of the provided reporters.
severity
Filters for incidents containing any of the provided severities.
sort_by
Comma-separated fields to sort the incidents by.
stage
Filters for incidents in any of the provided stages.
staged_info
subtype
Filters for incidents with any of the provided subtypes.
sync_metadata
target_close_date
Provides ways to specify date ranges on objects.
title
Filters for incidents by the provided titles.
sourceDeprecated
Filters for incidents with any of the provided sources.
Response
Success.
groups
The list of groups.
next_cursor
The cursor used to iterate subsequent results in accordance to the
sort order. If not set, then no later elements exist.
prev_cursor
The cursor used to iterate preceding results in accordance to the
sort order. If not set, then no prior elements exist.