Show Next Available Number For Observation Items
show_next_available_number_for_observation_itemsRetrieve the next available number for a new observation item in a Procore project, using the project ID to get the next sequential number.
Instructions
Returns the next available number for an observation item in the current Project. Use this to fetch the full details of a specific Observations by its identifier. Returns a paginated JSON array of Observations. Use page and per_page to control pagination; the response includes pagination metadata. Required parameters: project_id. Procore API: Project Management > Observations. Endpoint: GET /rest/v1.0/observations/items/next_available_number
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Query string 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) |