+49 69 83008980 service@xqueue.com
Benötigen Sie Hilfe?

Im Maileon Help-Center finden Sie umfassende Dokumentationen zu unserem System.

Beliebte Suchanfragen: Importe | Rest-API | Integrationen | SMS

Get the History of Product-Activation-Changes

Sie sind hier:

 

Get the History of Product-Activation-Changes

GET https://api.maileon.com/partner/settings/products/{product}/logs?nl_account_id={newsletterAccountId}

Description: Get the history of activation/inactivation of a specific product.

Path Parameter:
– product: string (name of the product)

Parameters:
– key: apikey
– nl_account_id: int // the id of the newsletter account

Returns:
– logs[]:
– event: enum{‚ADDED‘, ‚ACTIVATED‘, ‚INACTIVATED‘}
– details*: string
– createdUser: string
– createdTime: iso8601datetime

Example:

{"logs": [
{
"event": "INACTIVATED",
"createdUser": "apikey",
"createdTime": "2015-10-23T20:26:56+02:00"
},
{
"event": "ACTIVATED",
"details": "timerestricted: true - duration: 172708120 - details: partner-api call",
"createdUser": "apikey",
"createdTime": "2015-10-23T20:26:04+02:00"
},
{
"event": "INACTIVATED",
"createdUser": "apikey",
"createdTime": "2015-10-23T20:24:30+02:00"
},
{
"event": "ACTIVATED",
"details": "timerestricted: false - duration: null - details: partner-api call",
"createdUser": "apikey",
"createdTime": "2015-10-23T20:23:18+02:00"
} ,
{
"event": "ADDED",
"createdUser": "SYSTEM",
"createdTime": "2014-11-04T10:14:43+01:00"
}
]

Inhaltsverzeichnis