Get Next Available Number By Spec Section
get_next_available_number_by_spec_sectionRetrieves the next available number and spec section number for submittals in a project. Use to obtain the next sequential number for a given spec section.
Instructions
Returns the next available number and next spec section number in the project if numbers submittals by spec section is enabled. Use this to fetch the full details of a specific Submittals by its identifier. Returns a JSON object describing the requested Submittals. Required parameters: project_id, spec_section_id. Procore API (v1.1): Project Management > Submittals. Endpoint: GET /rest/v1.1/projects/{project_id}/submittals/next_available_number/{spec_section_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| spec_section_id | Yes | URL path parameter — unique identifier of the spec section | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |