List Submittals (Deprecated)
list_submittalsList submittals from a Procore project. Filter by status, due date, location, and more. Find submittal IDs to use in other operations.
Instructions
This is a deprecated endpoint. Please use /submittals endpoint. See Filtering on List Actions for information on using the filtering capabilities provided by this endpoint. DEPRECATED: Procore has deprecated this endpoint (as of 2017-11-17). It may be removed without further notice; prefer a newer version of this resource where one exists, and use procore_search_endpoints to find it. Use this to discover submittals or to look up the id of one before calling a tool that needs it. Returns a JSON array of submittals; page and per_page control pagination and the response reports how many pages remain. 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: Project Management > Submittals. Endpoint: GET /rest/v1.0/submittal_logs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Query string parameter — page number for paginated results (default: 1) | |
| per_page | No | Query string parameter — number of items per page (default: 100, max: 100) | |
| project_id | Yes | Query string parameter — unique identifier for the project. | |
| filters__query | No | Query string parameter — return item(s) containing search query | |
| filters__due_by | No | Query string parameter — filter results by due by | |
| filters__status | No | Query string parameter — returns item(s) matching the specified status value. | |
| filters__end_date | No | Query string parameter — filter results by end date | |
| filters__response | No | Query string parameter — filter results by response | |
| filters__date_range | No | Query string parameter — filter results by date range | |
| filters__start_date | No | Query string parameter — filter results by start date | |
| filters__approved_id | No | Query string parameter — filters[approved_id] | |
| filters__location_id | No | Query string parameter — location ID. Returns item(s) with the specified Location ID or a range of Location IDs. | |
| filters__ball_in_court | No | Query string parameter — filters[ball_in_court] | |
| filters__spec_division | No | Query string parameter — filters[spec_division] | |
| filters__submittal_type | No | Query string parameter — filters[submittal_type] | |
| filters__spec_section_id | No | Query string parameter — filters[spec_section_id] | |
| filters__received_from_id | No | Query string parameter — filter results by received from id | |
| filters__include_sublocations | No | Query string parameter — use together with `filters[location_id]` | |
| filters__submittal_package_id | No | Query string parameter — array of Submittal Package IDs. Returns item(s) associated with the specified Submittal Package IDs. A single integer value is also accepted. | |
| filters__only_current_revision | No | Query string parameter — filters[only_current_revision] | |
| filters__responsible_contractor_id | No | Query string parameter — array of Responsible Contractor IDs. A single Responsible Contractor ID is also accepted. |