show_project_date_v1_0
Retrieve specific project date details from Procore using project and date IDs to access scheduled milestones and deadlines.
Instructions
Show Project Date. [Core/Project] GET /rest/v1.0/projects/{project_id}/project_dates/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the Project Date | |
| project_id | Yes | Unique identifier for the project. | |
| page | No | Page number for pagination | |
| per_page | No | Items per page (max 100) |