Skip to content

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
Required
Pattern"\\d+"
fromDate*

The fist date from which to include actions

Typestring
Required
Pattern"[^/]+"
toDate*

The last date from which to include actions

Typestring
Required
Pattern"[^/]+"
storeLogActionIds*

The ids of the actions, seperated by commas like: 1,2,3

Typestring
Required
Pattern"(\\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+"

Responses

Playground

Authorization
Variables
Key
Value

Samples

cURL
JavaScript
PHP
Python