List Status Change History For A Coordination Issue
list_status_change_history_for_a_coordination_issueList the status change history for a coordination issue, sorted by most recent. Track changes and filter results using pagination and view options.
Instructions
This endpoint returns the status change history for the specified CoordinationIssue. The status change history is sorted by most recent first. Use this to enumerate Coordination Issues when you need a paginated overview, to find IDs, or to filter by query parameters. Returns a paginated JSON array of Coordination Issues. Use page and per_page to control pagination; the response includes pagination metadata. Required parameters: id, project_id. Procore API: Project Management > Coordination Issues. Endpoint: GET /rest/v1.0/coordination_issues/{id}/status_changes
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 extended view provides what is shown below. The normal view is the same as the extended view but excludes attribute created_by, linked_rfi and linked_observation_item. The compact view returns ... | |
| 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) |