GovTribe

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

TriggerSourceEvent or inputWhat it returns
New Results for Federal Contract IDV Saved SearchFederal Contract IDV saved-search triggerRequires saved_search_model_idFederal Contract IDV records from the selected saved search.

Fields

FieldTypeAttribute
resource_typestringGovTribe type
idstringGovTribe ID
namestringName
government_descriptionstringDescription
ai_descriptionstringGovTribe AI summary
urlstringGovTribe URL
set_aside_typestringSet-aside type
updated_atdatetimeUpdated at
created_atdatetimeCreated at
contract_typestringContract type
pricing_typestringPricing type
extent_competedstringExtent competed
funding_federal_agency__resource_typestringGovTribe type
funding_federal_agency__idstringGovTribe ID
funding_federal_agency__namestringName
funding_federal_agency__urlstringGovTribe URL
contracting_federal_agency__resource_typestringGovTribe type
contracting_federal_agency__idstringGovTribe ID
contracting_federal_agency__namestringName
contracting_federal_agency__urlstringGovTribe URL
awardee__resource_typestringGovTribe type
awardee__idstringGovTribe ID
awardee__namestringName
awardee__urlstringGovTribe URL
ultimate_awardee__resource_typestringGovTribe type
ultimate_awardee__idstringGovTribe ID
ultimate_awardee__namestringName
ultimate_awardee__urlstringGovTribe URL
naics_category__resource_typestringGovTribe type
naics_category__idstringGovTribe ID
naics_category__namestringName
naics_category__government_descriptionstringDescription
naics_category__ai_descriptionstringGovTribe AI summary
naics_category__urlstringGovTribe URL
naics_category__codestringCode
psc_category__resource_typestringGovTribe type
psc_category__idstringGovTribe ID
psc_category__namestringName
psc_category__government_descriptionstringDescription
psc_category__ai_descriptionstringGovTribe AI summary
psc_category__urlstringGovTribe URL
psc_category__codestringCode
financial_stats__resource_typestringGovTribe type
financial_stats__potential_valuenumberCeiling value
government_files[]resource_typestringGovTribe type
government_files[]idstringGovTribe ID
government_files[]namestringName
government_files[]government_descriptionstringDescription
government_files[]ai_descriptionstringGovTribe AI summary
government_files[]filefileGovernment files
government_files[]created_atdatetimeCreated at
contacts[]resource_typestringGovTribe type
contacts[]idstringGovTribe ID
contacts[]namestringName
contacts[]emailstringEmail
contacts[]titlestringTitle
contacts[]phonestringPhone

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"
    }
  ]
}
  • Federal contract IDV: Review the GovTribe data type behind Federal Contract IDV resource payloads.