Difference between revisions of "Atom Feed Usage"

From FPDS-NG

Line 7: Line 7:
  
  
<b>Search Criteria Listing</b></font>
+
<b>Search Criteria Listing</b>
<TABLE id="box-table-a" border=2 style="width:700px">  
+
<TABLE border=2 id="box-table-a">
</TABLE>
+
<tr><th align="center"><b>Search Criteria</b></th><th align="center"><b>URL String</b></th></tr>
 
+
<tr><td nowrap>Last Modified Date</td><td align="left">LAST_MODIFIED_DATE:[2006/04/02,2007/04/02]</td></tr>
 +
<tr><td nowrap>Web Services</td><td align="center">No</td></tr>
 +
<tr><td nowrap>Data Dictionary </td><td align="center">Yes</td></tr>
 +
<tr><td nowrap>NASA Specific Data Dictionary</td><td align="center">No</td></tr>
 +
<tr><td nowrap>Use Case Summary</td><td align="center">Yes</td></tr>
 +
<tr><td nowrap>Validation Rules</td><td align="center">Yes</td></tr>
 +
<tr><td nowrap>Online Help</td><td align="center">Yes</td></tr>
 +
<tr><td nowrap>Computer-Based Training</td><td align="center">Yes</td></tr>
 +
<tr><td nowrap>Report Manual</td><td align="center">Yes</td></tr>
 +
</table>
  
  

Revision as of 04:03, 5 November 2009

Usage: To construct the ATOM Feed URL with required search criteria follow the below methodology ATOM_URL = BASE_URL + “ “ + “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]
Web ServicesNo
Data Dictionary Yes
NASA Specific Data DictionaryNo
Use Case SummaryYes
Validation RulesYes
Online HelpYes
Computer-Based TrainingYes
Report ManualYes



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"