Returns an array of log entries with foodsaver and log information.
GET
/api/stores/{storeId}/log/{fromDate}/{toDate}/{storeLogActionIds}
The log contains only entries from the past 7 days.
Authorizations
api_key
Requests manipulating data need to supply a CSRF token
TypeAPI Key (header: X-CSRF-Token)
Parameters
Path Parameters
storeId*
Typeinteger
RequiredPattern
"\\d+"
fromDate*
The fist date from which to include actions
Typestring
RequiredPattern
"[^/]+"
toDate*
The last date from which to include actions
Typestring
RequiredPattern
"[^/]+"
storeLogActionIds*
The ids of the actions, seperated by commas like: 1,2,3
Typestring
RequiredPattern
"(\\d+,)*\\d+"
Query Parameters
limit
How many bells to return.
Typestring
Default
"100"
Pattern
"\\d+"
offset
Offset for returned bells.
Typestring
Default
"0"
Pattern
"\\d+"