Show Incident Alert Recipient
show_incident_alert_recipientRetrieves full details of a specific incident alert recipient by company, severity level, and user ID. Returns a JSON object with alert recipient information.
Instructions
Returns the specified Incident Alert Recipient. 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, severity_level_id, id. Procore API: Project Management > Incidents. Endpoint: 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 | URL path parameter — unique identifier for the company. | |
| severity_level_id | Yes | URL path parameter — incident Severity Level ID | |
| id | Yes | URL path parameter — incident Alert Recipient's User ID | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |