Analytics - Rules
Get the rules execution history
get/v2/user/analytics/{storeId}/rules/executions
Path parameters
storeIdstring guid required
Your store identifier
Query parameters
pageNumberinteger required
The page to retrieve
pageSizeinteger required
The count of rule history to retrieve
Response
Rules executions list
Example response
{
"executions": [
{
"ruleId": "fd9a23a1-569b-40af-af91-f7275a57bf89",
"ruleName": "toto",
"startedUtcDate": "2016-08-29T09:12:33.001Z",
"completedUtcDate": "2016-08-29T09:12:33.001Z",
"status": "Succeeded",
"errorType": "ChannelNotPresent",
"optimisationActionName": "reenable",
"userId": "e8289350-69f8-45a6-b0ca-b641c83e0422",
"executionSource": "User",
"reportUrl": "http://www.google.com",
"links": {
"rule": {
"href": "/v2/user/analytics/10af9486-e28e-47ab-b045-e13e4acd55c3/rules/c38006b4-29d0-4b8a-978b-701a0b12d5a8",
"method": "GET"
}
}
}
],
"paginationResult": {
"entryCount": "25",
"pageCount": "38",
"totalEntryCount": "943",
"links": {
"first": {
"href": "/v2/user/marketplaces/orders/list/full",
"method": "POST",
"parameters": [
{
"name": "request",
"in": "body",
"type": "object",
"schema": "orderListRequest",
"value": {
"beginPeriodUtcDate": "2014-08-25T07:32:31.584Z",
"endPeriodUtcDate": "2014-09-24T07:32:31.584Z",
"pageSize": "25",
"pageNumber": "1"
}
}
]
},
"last": {
"href": "/v2/user/marketplaces/orders/list/full",
"method": "POST",
"parameters": [
{
"name": "request",
"in": "body",
"type": "object",
"schema": "orderListRequest",
"value": {
"beginPeriodUtcDate": "2014-08-25T07:32:31.584Z",
"endPeriodUtcDate": "2014-09-24T07:32:31.584Z",
"pageSize": "25",
"pageNumber": "38"
}
}
]
},
"next": {
"href": "/v2/user/marketplaces/orders/list/full",
"method": "POST",
"parameters": [
{
"name": "request",
"in": "body",
"type": "object",
"schema": "orderListRequest",
"value": {
"beginPeriodUtcDate": "2014-08-25T07:32:31.584Z",
"endPeriodUtcDate": "2014-09-24T07:32:31.584Z",
"pageSize": "25",
"pageNumber": "2"
}
}
]
}
}
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.