Customer - Alerts
Get store's alerts
get/v2/user/customer/stores/{storeId}/alerts
Path parameters
storeIdstring guid required
Your store identifier
Headers
If-None-Matchstring
ETag value to identify the last known version of requested resource.
To avoid useless exchange, we recommend you to indicate the ETag you previously got from this operation.
If the ETag value does not match the response will be 200 to give you a new content, otherwise the response will be: 304 Not Modified, without any content.
For more details go to this link: http://tools.ietf.org/html/rfc7232#section-2.3
Response
User account alerts information
Example response
{
"alerts": [
{
"alertId": "8",
"alertName": "NoImportSinceXDays",
"isActive": "true",
"properties": [
{
"propertyId": "2",
"propertyValidationExpression": "\\b0*([1-9]|[12][0-9]|30)\\b",
"propertyValue": "2"
}
]
}
]
}