show_incident_alert_recipient
Retrieve specific alert recipient details for incident severity levels in Procore to manage notifications and response workflows.
Instructions
Show Incident Alert Recipient. [Project Management/Incidents] GET /rest/v1.0/companies/{company_id}/incidents/severity_levels/{severity_level_id}/alert_recipients/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | Unique identifier for the company. | |
| severity_level_id | Yes | Incident Severity Level ID | |
| id | Yes | Incident Alert Recipient's User ID | |
| page | No | Page number for pagination | |
| per_page | No | Items per page (max 100) |