list_bid_contacts
Retrieve bid contact information for construction projects to manage preconstruction and bidding processes. Filter contacts by vendor, trade, date, or search criteria.
Instructions
List Bid Contacts. [Preconstruction/Bid Management] GET /rest/v1.0/projects/{project_id}/bid_contacts
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| page | No | Page | |
| per_page | No | Elements per page | |
| filters__created_at | No | 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 | 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 | Return item(s) with the specified Vendor IDs. | |
| filters__origin_id | No | Origin ID. Returns item(s) with the specified Origin ID. | |
| filters__trade_id__ | No | Returns users whose vendor record is associated with the specified trade id(s). | |
| filters__search | No | Return users where the search string matches the user's first name, last name, email address, keywords, job title, or company name | |
| sort | No | Return items with the specified sort. |