List Coordination Issue Change History
list_coordination_issue_change_historyRetrieve the change history of a coordination issue sorted by most recent. Use this to track modifications with pagination support for project and issue IDs.
Instructions
This endpoint returns the change history for the specified CoordinationIssue. The 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}/change_history
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. The compact view returns ids only. The default view is normal. | |
| 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) |