Skip to content

Get store log entries for the given time range and action types

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"[1-9][0-9]*"
fromDate*

The fist date from which to include actions

Typestring
Required
Pattern"[0-9]{4}-((0[13578]|1[02])-(0[1-9]|[12][0-9]|3[01])|(0[469]|11)-(0[1-9]|[12][0-9]|30)|(02)-(0[1-9]|[12][0-9]))T(0[0-9]|1[0-9]|2[0-3]):(0[0-9]|[1-5][0-9]):(0[0-9]|[1-5][0-9])\\.[0-9]{3,6}Z"
toDate*

The last date from which to include actions

Typestring
Required
Pattern"[0-9]{4}-((0[13578]|1[02])-(0[1-9]|[12][0-9]|3[01])|(0[469]|11)-(0[1-9]|[12][0-9]|30)|(02)-(0[1-9]|[12][0-9]))T(0[0-9]|1[0-9]|2[0-3]):(0[0-9]|[1-5][0-9]):(0[0-9]|[1-5][0-9])\\.[0-9]{3,6}Z"
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

Not logged in

Playground

Authorization
Variables
Key
Value

Samples

cURL
JavaScript
PHP
Python