Check If Number And Revision Entered Are Available Or Duplicated.
check_if_number_and_revision_entered_are_available_or_duplicatedDetermines if a submittal number and revision are available or duplicated, returning the next available number if taken.
Instructions
Returns if the number and revision entered are available or duplicated. When duplicated, it returns the next_number attribute with the next available number. Use this to read information about Submittals from Procore. 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/check_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) |