Show Incident Severity Level
show_incident_severity_levelRetrieve full details of a specific incident severity level using its ID and company ID. Returns a JSON object with complete severity level data.
Instructions
Returns the specified Incident Severity Level. Use this to fetch the full details of a specific Incidents by its identifier. Returns a JSON object describing the requested Incidents. Required parameters: company_id, id. Procore API: Project Management > Incidents. Endpoint: GET /rest/v1.0/companies/{company_id}/incidents/severity_levels/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| id | Yes | URL path parameter — incident Severity Level ID | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |