Skip to content

Latest commit

 

History

History
155 lines (123 loc) · 2.56 KB

year_week_announcements.md

File metadata and controls

155 lines (123 loc) · 2.56 KB

Food Services Menu Announcements

GET /foodservices/announcements.{format}

Description

This method returns additional announcements regarding food served in the current week

Summary

Name Value Name Value
Request Protocol GET Requires API Key Yes
Method ID 1301 Enabled Yes
Service Name foodservices Service ID 269
Information Steward Food Services Data Type Direct DB Connection
Update Frequency Every request (live) Cache Time 0 seconds

Notes

  • Usage won't increase if there is not data returned
  • We cannot modify the data from this method
  • The results are only for this current week (where the week starts on Monday)
  • Any value can be null

Sources

Parameters

GET /foodservices/announcements.{format}
Parameter Type Required Description
key filter yes Your API key
callback filter no JSONP callback format

Output Formats

  • json
  • xml

Examples

GET /foodservices/announcements.{format}

Response

Field Name Type Value Description
date object Advertisement date object
ad_text string Advertisement text

Any value can be null

Output

JSON

{
  "meta":{
    "requests":139,
    "timestamp":1381961705,
    "status":204,
    "message":"No data returned",
    "method_id":2,
    "version":2.07,
    "method":{
      
    }
  },
  "data":[
    
  ]
}