Get Next Available Number
get_next_available_numberRetrieve the next available submittal number for a specified project. Provide project_id; optional pagination parameters page and per_page control the response.
Instructions
Returns the next available number. See Get Next Available Number By Spec Section if number submittals by spec section is enabled. Use this to fetch the full details of a specific Submittals by its identifier. Returns a paginated JSON array of Submittals. Use page and per_page to control pagination; the response includes pagination metadata. Required parameters: project_id. Procore API (v1.1): Project Management > Submittals. Endpoint: GET /rest/v1.1/projects/{project_id}/submittals/next_available_number
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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) |