Federal contract IDV Zapier resource
Reference the Zapier resource fields GovTribe sends for federal contract idv records.
The Federal Contract IDV resource is the Zapier representation of GovTribe federal contract idv records. Use this reference when you need to understand which Federal Contract IDV fields a Zap can receive from GovTribe.
Hooks and triggers
| Trigger | Source | Event or input | What it returns |
|---|---|---|---|
| New Results for Federal Contract IDV Saved Search | Federal Contract IDV saved-search trigger | Requires saved_search_model_id | Federal Contract IDV records from the selected saved search. |
Fields
| Field | Type | Attribute |
|---|---|---|
resource_type | string | GovTribe type |
id | string | GovTribe ID |
name | string | Name |
government_description | string | Description |
ai_description | string | GovTribe AI summary |
url | string | GovTribe URL |
set_aside_type | string | Set-aside type |
updated_at | datetime | Updated at |
created_at | datetime | Created at |
contract_type | string | Contract type |
pricing_type | string | Pricing type |
extent_competed | string | Extent competed |
funding_federal_agency__resource_type | string | GovTribe type |
funding_federal_agency__id | string | GovTribe ID |
funding_federal_agency__name | string | Name |
funding_federal_agency__url | string | GovTribe URL |
contracting_federal_agency__resource_type | string | GovTribe type |
contracting_federal_agency__id | string | GovTribe ID |
contracting_federal_agency__name | string | Name |
contracting_federal_agency__url | string | GovTribe URL |
awardee__resource_type | string | GovTribe type |
awardee__id | string | GovTribe ID |
awardee__name | string | Name |
awardee__url | string | GovTribe URL |
ultimate_awardee__resource_type | string | GovTribe type |
ultimate_awardee__id | string | GovTribe ID |
ultimate_awardee__name | string | Name |
ultimate_awardee__url | string | GovTribe URL |
naics_category__resource_type | string | GovTribe type |
naics_category__id | string | GovTribe ID |
naics_category__name | string | Name |
naics_category__government_description | string | Description |
naics_category__ai_description | string | GovTribe AI summary |
naics_category__url | string | GovTribe URL |
naics_category__code | string | Code |
psc_category__resource_type | string | GovTribe type |
psc_category__id | string | GovTribe ID |
psc_category__name | string | Name |
psc_category__government_description | string | Description |
psc_category__ai_description | string | GovTribe AI summary |
psc_category__url | string | GovTribe URL |
psc_category__code | string | Code |
financial_stats__resource_type | string | GovTribe type |
financial_stats__potential_value | number | Ceiling value |
government_files[]resource_type | string | GovTribe type |
government_files[]id | string | GovTribe ID |
government_files[]name | string | Name |
government_files[]government_description | string | Description |
government_files[]ai_description | string | GovTribe AI summary |
government_files[]file | file | Government files |
government_files[]created_at | datetime | Created at |
contacts[]resource_type | string | GovTribe type |
contacts[]id | string | GovTribe ID |
contacts[]name | string | Name |
contacts[]email | string | |
contacts[]title | string | Title |
contacts[]phone | string | Phone |
Example resource
{
"resource_type": "federal-contract-idv",
"id": "FEDERAL_CONTRACT_IDV_ID",
"name": "Federal Supply Schedule 47QSWA23D001X",
"url": "https://govtribe.com/award/federal-idv-award/federal-supply-schedule-47qswa23d001x",
"government_description": "Representative description text.",
"ai_description": "Representative description text.",
"updated_at": "2024-12-31T05:00:00+00:00",
"created_at": "2022-12-14T05:00:00+00:00",
"set_aside_type": "No Set-Aside Used",
"contract_type": "Federal Supply Schedule",
"pricing_type": "Fixed Price with Economic Price Adjustment",
"extent_competed": "Full and Open Competition",
"funding_federal_agency": {
"resource_type": "federal-agency",
"id": "FEDERAL_AGENCY_ID",
"name": "Funding Federal Agency",
"url": "https://govtribe.com/agency/federal-agency/funding-federal-agency"
},
"contracting_federal_agency": {
"resource_type": "federal-agency",
"id": "FEDERAL_AGENCY_ID",
"name": "Contracting Federal Agency",
"url": "https://govtribe.com/agency/federal-agency/contracting-federal-agency"
},
"awardee": {
"resource_type": "vendor",
"id": "VENDOR_ID",
"name": "Awardee",
"url": "https://govtribe.com/vendors/awardee"
},
"ultimate_awardee": {
"resource_type": "vendor",
"id": "VENDOR_ID",
"name": "Ultimate Awardee",
"url": "https://govtribe.com/vendors/ultimate-awardee"
},
"naics_category": {
"resource_type": "naics-category",
"id": "NAICS_CATEGORY_ID",
"name": "Administrative Management and General Management Consulting Services",
"government_description": "Representative description text.",
"ai_description": "Representative description text.",
"url": "https://govtribe.com/category/naics/541611-administrative-management-and-general-management-consulting-services",
"code": "541611"
},
"psc_category": {
"resource_type": "psc-category",
"id": "PSC_CATEGORY_ID",
"name": "Support- Professional: Program Management/Support",
"government_description": "Representative description text.",
"ai_description": "Representative description text.",
"url": "https://govtribe.com/category/psc/r408-program-managementsupport-services",
"code": "R408"
},
"financial_stats": {
"resource_type": "financial-stats",
"potential_value": 23980.38
},
"government_files": [
{
"resource_type": "government-file",
"id": "GOVERNMENT_FILE_ID",
"name": "C-5 Attachment Lakeview Asbestos Survey.pdf",
"government_description": null,
"ai_description": null,
"file": "(File) C-5 Attachment Lakeview Asbestos Survey.pdf",
"created_at": "2023-07-07T06:53:35+00:00"
}
],
"contacts": [
{
"resource_type": "contact",
"id": "CONTACT_ID",
"name": "A Person",
"email": "contact@example.com",
"title": "Contracting Officer",
"phone": "555-555-5555"
}
]
}Related articles
- Federal contract IDV: Review the GovTribe data type behind Federal Contract IDV resource payloads.