Show Project Date
show_project_date_v1_0Retrieve full details of a project date record using its ID and project ID. Returns a JSON object with the requested project date information.
Instructions
Show details of the specified Project Date. Use this to fetch the full details of a specific Project records by its identifier. Returns a JSON object describing the requested Project records. Required parameters: id, project_id. Procore API: Core > Project. Endpoint: GET /rest/v1.0/projects/{project_id}/project_dates/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — iD of the Project Date | |
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |