Skip to content

Instantly share code, notes, and snippets.

@nmonga91
Last active August 7, 2017 19:47
Show Gist options
  • Save nmonga91/82e22a0272ec83b14874f971de87a419 to your computer and use it in GitHub Desktop.
Save nmonga91/82e22a0272ec83b14874f971de87a419 to your computer and use it in GitHub Desktop.
Award Last Updated Endpoint

Retrieve last updated date for Award data

Route: /api/v2/awards/last_updated/

Method: GET

This route sends a request to the backend to retrieve the last updated date for the Award data.

Response (JSON)

{
  "last_updated": "08/01/2017"
}

last_updated will be an empty string if there is no Award data available to check against.

Errors

Possible HTTP Status Codes:

  • 500 : All other errors
{
  "detail": "Sample error message"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment