Get Next Available Number
get_next_available_numberRetrieve the next available submittal number for a Procore project. Use this to get the full field set for a known next number; requires project_id.
Instructions
Returns the next available number. See Get Next Available Number By Spec Section if number submittals by spec section is enabled. Use this when you already know which next available number you want and need its full field set. project_id defaults to the value set by procore_set_config when omitted. Returns a single JSON object describing the next available number. Read-only — it changes nothing in Procore. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. 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. |