18F / fbopen

[DEPRECATED] An open API server, data import tools, and sample apps to help small businesses search for opportunities to work with the U.S. government.
Other
101 stars 45 forks source link

Updated Data not available through API #176

Closed sanketkh closed 9 years ago

sanketkh commented 9 years ago

Hello,

We are using the FBOpen API, but we came to an use case where when we try to get FBO data for a solicitation number using the API, we dont get the updated data as seen in FBO site(http://www.fbo.gov).

Please can you suggest us if there is a way to retrieve the updated data using the API.

Thanks, Sanket

arowla commented 9 years ago

What is the solicitation number you are looking for?

sanketkh commented 9 years ago

Solicitation Number is SPE4A615TCH54

The link for it in FBO site is https://www.fbo.gov/index?s=opportunity&mode=form&id=6b62fde2ec1ff264a71b0e377c0d99b0&tab=core&_cview=1

arowla commented 9 years ago

This is available here:

http://api.data.gov/gsa/fbopen/v0/opps?q=solnbr:SPE4A615TCH54&api_key=DEMO_KEY&show_closed=true

FBOpen does not show closed solicitations by default, so the show_closed=true query parameter is necessary to see this record.

sanketkh commented 9 years ago

We are using the show_closed=true query parameter and also we are getting the data, but as I had mentioned earlier that we are not able to get updated/modified data for the solicitation number. For example the "notice_type" received from API for this solicitation number is "COMBINE" whereas its been updated/modified to "Award" in the (www.fbo.gov) site. Also contact information does not seem to be updated in API response.

arowla commented 9 years ago

FBOpen does not load AWARD mods. So for this record we only load the original COMBINE record.

sanketkh commented 9 years ago

Ok, Got it !!!! Thanks !!!!