Show Coordination Issue In Recycle Bin
show_coordination_issue_in_recycle_binRetrieve a specific coordination issue from the recycle bin by ID and project ID to view its full details.
Instructions
Return a single Coordination Issue item in Recycle Bin. Use this to fetch the full details of a specific Coordination Issues by its identifier. Returns a JSON object describing the requested Coordination Issues. Required parameters: id, project_id. Procore API: Project Management > Coordination Issues. Endpoint: GET /rest/v1.0/coordination_issues/recycle_bin/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — coordination Issue ID | |
| project_id | Yes | Query string parameter — unique identifier for the project. | |
| view | No | Query string parameter — the compact view contains only ids. The normal view is a subset of the response shown below, and does not include attachments, viewpoints, linked items and updated_by The extended view contains the... | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |