ListIncidents
Retrieve all incidents for your organization, including related objects like users and attachments. Manage pagination with size and offset parameters for precise control over the response data.
Instructions
Get all incidents for the user's organization.
Query Parameters:
- include: Specifies which types of related objects should be included in the response.
- page[size]: Size for a given page. The maximum allowed value is 100.
- page[offset]: Specific offset to use as the beginning of the returned page.
Responses:
- 200 (Success): OK
- Content-Type:
application/json
- Response Properties:
- data: An array of incidents.
- included: Included related resources that the user requested.
- Example:
- Content-Type:
- 400: Bad Request
- Content-Type:
application/json
- Response Properties:
- errors: A list of errors.
- Example:
- Content-Type:
- 401: Unauthorized
- Content-Type:
application/json
- Response Properties:
- errors: A list of errors.
- Example:
- Content-Type:
- 403: Forbidden
- Content-Type:
application/json
- Response Properties:
- errors: A list of errors.
- Example:
- Content-Type:
- 404: Not Found
- Content-Type:
application/json
- Response Properties:
- errors: A list of errors.
- Example:
- Content-Type:
- 429: Too many requests
- Content-Type:
application/json
- Response Properties:
- errors: A list of errors.
- Example:
- Content-Type:
Input Schema
Name | Required | Description | Default |
---|---|---|---|
include | No | Specifies which types of related objects should be included in the response. | |
page[offset] | No | Specific offset to use as the beginning of the returned page. | |
page[size] | No | Size for a given page. The maximum allowed value is 100. |