API
Search
⌃K
Links

Daily Menu

API for Daily Menu is unstable - the schema may change in the future.

Daily Menu schema

id long? Daily menu ID - cannot be null in PUT/PATCH methods 📶 EQUALS,ENUM
_cloudId long Cloud ID
deleted boolean Daily menu deleted 📶 EQUALS,ENUM
footer string? Text of menu menu footer
header string? Text of menu header
validFrom timestamp Menu is available from this date and time 📶 EQUALS,ENUM,NUMBER 🔽 BOTH
validUntil timestamp Menu is available until this date and time 📶 EQUALS,ENUM,NUMBER
versionDate timestamp? Last modification date and time 📶 EQUALS,ENUM,NUMBER

JSON response

{
"_cloudId": <integer>,
"deleted": <boolean,
"footer": <string>,
"header": <string>,
"id": <long>,
"validFrom": <timestamp>,
"validUntil": <timestamp>,
"versionDate": <timestamp>
}
get
https://api.dotykacka.cz
/v2/clouds/:cloudId/daily-menus
Get daily menus
get
https://api.dotykacka.cz
/v2/clouds/:cloudId/daily-menus/:dailyMenuId
Get daily menu
options
https://api.dotykacka.cz
/v2/clouds/:cloudId/daily-menus
Options daily menus
options
https://api.dotykacka.cz
/v2/clouds/:cloudId/daily-menus/:dailyMenuId
Options daily menu