Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
NameTypeDescription
startXmlDateTimeOffset

The earliest modification date included in the response foods. Use null for no start bound.

Code Block
languagejs
titleJSON Example
"Start":{"DateTime":"2015-06-01T00:00:00","Offset":"-08:00:00"} 
Code Block
languagexml
titleXML Example
<api:Start><exlx:DateTime>2015-06-01T00:00:00</exlx:DateTime><exlx:UtcOffsetInMinutes>-480</exlx:UtcOffsetInMinutes></api:Start

 

 

endXmlDateTimeOffset

The latest modification date included in the response foods. Use null for no end bound.

Code Block
languagejs
titleJSON Example
"End":{"DateTime":"2015-06-30T00:00:00","Offset":"-08:00:00"} 
Code Block
languagexml
titleXML Example
<api:End><exlx:DateTime>2015-06-30T23:59:59</exlx:DateTime><exlx:UtcOffsetInMinutes>-480</exlx:UtcOffsetInMinutes></api:End>