GET /data/v1/incidents/{INCIDENT_ID}/related
Summary: List Related Incidents
Operation ID: list-related-incidents
Auth: unknown
Operation ID: list-related-incidents
Auth: unknown
Description
Returns all the incidents that seem related to a specific incident.
Parameters (5)
INCIDENT_ID
(string, path, required)
ID of the Incident
limit
(integer, query, optional, default: 25)
Number of items to include in the response
order_by
(string, query, optional)
Value to order the results by
Constraints: {'enum': ['negative_impact', 'value', 'views', 'field']}
order_direction
(string, query, optional)
Sort order.
Constraints: {'enum': ['asc', 'desc']}
page
(integer, query, optional, default: 1)
Offset by this many pages, of the size of `limit`
No probe data for this endpoint yet.