List Incident Severity Levels
list_incident_severity_levelsFetch paginated incident severity levels for a company. Filter by ID, name, or notification triggers to locate specific levels.
Instructions
Return a list of all Incident Severity Levels associated with a Company. Use this to enumerate Incidents when you need a paginated overview, to find IDs, or to filter by query parameters. Returns a paginated JSON array of Incidents. Use page and per_page to control pagination; the response includes pagination metadata. Required parameters: company_id. Procore API: Project Management > Incidents. Endpoint: GET /rest/v1.0/companies/{company_id}/incidents/severity_levels
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| page | No | Query string parameter — page number for paginated results (default: 1) | |
| per_page | No | Query string parameter — number of items per page (default: 100, max: 100) | |
| filters__email_trigger | No | Query string parameter — return item(s) set to trigger email notifications. | |
| filters__id | No | Query string parameter — return item(s) with the specified IDs. | |
| filters__push_notification_trigger | No | Query string parameter — return item(s) set to trigger push notifications. | |
| filters__updated_at | No | Query string parameter — return item(s) last updated within the specified ISO 8601 datetime range. Formats: `YYYY-MM-DD`...`YYYY-MM-DD` - Date `YYYY-MM-DDTHH:MM:SSZ`...`YYYY-MM-DDTHH:MM:SSZ` - DateTime with UTC Offset `YYY... | |
| sort | No | Query string parameter — sort order for results. Prefix with '-' for descending order |