Atom Feed Usage

From FPDS-NG

Revision as of 04:14, 5 November 2009 by WikiSysop (talk | contribs)

To construct the ATOM Feed URL with required search criteria follow the below methodology ATOM_URL = BASE_URL+“URL String of the Search Criteria”+" "+“URL String of the Search Criteria”

Repeat the search criteria to add additional search criteria

BASE_URL: https://beta.fpdsng.com/dbsight/FEEDS/ATOM?FEEDNAME=DETAIL&q=


Search Criteria Listing

Search CriteriaURL String
Last Modified DateLAST_MODIFIED_DATE:[2006/04/02,2007/04/02]
Agency CodeAGENCY_CODE:”3600”
Agency NameAGENCY_NAME:”General Services Administration”
Contracting AgencyCONTRACTING_AGENCY_ID:"5700"
Award Completion DateAWARD_COMPLETION_DATE:[2006/04/02,2007/04/02]
Award Status (Deleted | Final)AWARD_STATUS=”Final”
Contract Type (IDV | Award)CONTRACT_TYPE:”AWARD”
Contract IDPIID:”ABCD”
Contracting Agency NameCONTRACTING_AGENCY_NAME:”DEPT OF THE AIR FORCE”
Contracting Office ID CONTRACTING_OFFICE_ID:”FA8734”
Contracting Office NameCONTRACTING_OFFICE_NAME:”FA8734 ESC 554 ELSG PNPK”
Created ByCREATED_BY:”ABC”
Created DateCREATED_DATE:[2008/10/14,2008/10/14]



Example:

  1. Search the data based on the Last Modified Date

    ATOM_URL = https://beta.fpdsng.com/dbsight/FEEDS/ATOM?FEEDNAME=DETAIL&q=LAST_MODIFIED_DATE:[2006/04/02,2007/04/02]

  2. Search the data based on:
    • Last Modified Date
    • GSA (Agency code of 3600)
    ATOM_URL = https://beta.fpdsng.com/dbsight/FEEDS/ATOM?FEEDNAME=DETAIL&q=LAST_MODIFIED_DATE:[2006/04/02,2007/04/02]+“ “ + AGENCY_CODE:”3600”

  3. Search the data based on the
    • Last Modified Date
    • GSA (Agency code of 3600)
    • Awards only
    ATOM_URL = https://beta.fpdsng.com/dbsight/FEEDS/ATOM?FEEDNAME=DETAIL&q= + “ “ + LAST_MODIFIED_DATE:[2006/04/02,2007/04/02] + “ “+ AGENCY_CODE:”3600” + “ “+ CONTRACT_TYPE:"AWARD"

Sample ATOM URL:

https://beta.fpdsng.com/dbsight/FEEDS/ATOM?FEEDNAME=DETAIL&q=LAST_MODIFIED_DATE:[2006/04/02,2007/04/02] AGENCY_CODE:"3600" CONTRACT_TYPE:"AWARD"