List Bid Contacts
list_bid_contactsRetrieve a paginated list of bid contacts for a project, with optional filtering by vendor, trade, creation/update date, or search terms.
Instructions
Get a list of all the contacts of a company or contacts of a perticular vendor of the company (with vendor_id as a parameter). See Filtering on List Actions for information on using the filtering capabilities provided by this endpoint. Use this to enumerate Bid Management records when you need a paginated overview, to find IDs, or to filter by query parameters. Returns a paginated JSON array of Bid Management records. Use page and per_page to control pagination; the response includes pagination metadata. Required parameters: project_id. Procore API: Preconstruction > Bid Management. Endpoint: GET /rest/v1.0/projects/{project_id}/bid_contacts
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| 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) | |
| filters__created_at | No | Query string parameter — return item(s) created within the specified ISO 8601 datetime range. Formats: `YYYY-MM-DD`...`YYYY-MM-DD` - Date `YYYY-MM-DDTHH:MM:SSZ`...`YYYY-MM-DDTHH:MM:SSZ` - DateTime with UTC Offset `YYYY-MM-... | |
| filters__updated_at | No | Query string parameter — return item(s) last updated within the specified ISO 8601 datetime range. Formats: `YYYY-MM-DD`...`YYYY-MM-DD` - Date `YYYY-MM-DDTHH:MM:SSZ`...`YYYY-MM-DDTHH:MM:SSZ` - DateTime with UTC Offset `YYY... | |
| filters__vendor_id | No | Query string parameter — return item(s) with the specified Vendor IDs. | |
| filters__origin_id | No | Query string parameter — origin ID. Returns item(s) with the specified Origin ID. | |
| filters__trade_id__ | No | Query string parameter — returns users whose vendor record is associated with the specified trade id(s). | |
| filters__search | No | Query string parameter — return users where the search string matches the user's first name, last name, email address, keywords, job title, or company name | |
| sort | No | Query string parameter — return items with the specified sort. |