Retrieve "bounce" reactivities of all marketing actions
NP6 API Reference (8.1.0)
This documentation provides comprehensive access to the full range of functionalities offered by the NP6 platform through a standardized RESTful interface.
Defines a start date filter Specify this parameter to retrieve all events related to activations that have a timestamp greater than or equal to the specified value You can use an ISO format date or a timestamp
activationEndstring(date-time)
Defines an end date filter Specify this parameter to retrieve all events related to activations that have a timestamp less than the specified value You can use an ISO format date or a timestamp
reactivityStartstring(date-time)
Defines a start date filter Specify this parameter to retrieve only events with a timestamp greater than or equal to the specified value You can use an ISO format date or a timestamp
reactivityEndstring(date-time)
Defines an end date filter Specify this parameter to retrieve all events related to activations that have a timestamp less than the specified value You can use an ISO format date or a timestamp
sortstring
Defines a sort order applied on events timestamp By default, events are unordered and may not streamed in the same order between two requests You should use this query parameter if you want to guarantee the sort order of events
Enum"asc""desc"
Headers
X-Keystringrequired
A unique API key used to authenticate requests to the NP6 platform. This key must be included in every API call to validate the identity and permissions of the client. Keep your API key secure and do not expose it in public code or logs.
Production server https://api-cm.np6.com/actions/reactivities
curl
JavaScript
Node.js
Python
Java
C#
PHP
Go
Ruby
R
Payload
curl -i -X GET \ 'https://api-cm.np6.com/actions/reactivities?activationEnd=2019-08-24T14%3A15%3A22Z&activationStart=2019-08-24T14%3A15%3A22Z&reactivityEnd=2019-08-24T14%3A15%3A22Z&reactivityStart=2019-08-24T14%3A15%3A22Z&sort=asc' \ -H 'X-Key: string'
Responses
An array of events related to underlying activations
Bodyapplication/jsonArray [
typestring
Discriminator
execution
cancellation
activation
bounce
hit
creation
modification
impression
suppression
optout
reply
complaint
idstring(uuid)
Uuid of the event
timestampinteger(int64)
Publication timestamp of the event This is the number of milliseconds elapsed since January 1, 1970 00:00:00 UTC.
Retrieve "bounce" reactivities of all marketing actions
Request
Query
activationStartstring(date-time)
Defines a start date filter Specify this parameter to retrieve all events related to activations that have a timestamp greater than or equal to the specified value You can use an ISO format date or a timestamp
activationEndstring(date-time)
Defines an end date filter Specify this parameter to retrieve all events related to activations that have a timestamp less than the specified value You can use an ISO format date or a timestamp
reactivityStartstring(date-time)
Defines a start date filter Specify this parameter to retrieve only events with a timestamp greater than or equal to the specified value You can use an ISO format date or a timestamp
reactivityEndstring(date-time)
Defines an end date filter Specify this parameter to retrieve all events related to activations that have a timestamp less than the specified value You can use an ISO format date or a timestamp
sortstring
Defines a sort order applied on events timestamp By default, events are unordered and may not streamed in the same order between two requests You should use this query parameter if you want to guarantee the sort order of events
Enum"asc""desc"
Headers
X-Keystringrequired
A unique API key used to authenticate requests to the NP6 platform. This key must be included in every API call to validate the identity and permissions of the client. Keep your API key secure and do not expose it in public code or logs.
Production server https://api-cm.np6.com/actions/reactivities/bounces
curl
JavaScript
Node.js
Python
Java
C#
PHP
Go
Ruby
R
Payload
curl -i -X GET \ 'https://api-cm.np6.com/actions/reactivities/bounces?activationEnd=2019-08-24T14%3A15%3A22Z&activationStart=2019-08-24T14%3A15%3A22Z&reactivityEnd=2019-08-24T14%3A15%3A22Z&reactivityStart=2019-08-24T14%3A15%3A22Z&sort=asc' \ -H 'X-Key: string'
Responses
An array of bounce events related to underlying activations
Bodyapplication/jsonArray [
idstring(uuid)
Uuid of the event
timestampinteger(int64)
Publication timestamp of the event This is the number of milliseconds elapsed since January 1, 1970 00:00:00 UTC.
Retrieve "hit" reactivities of all marketing actions
Request
Query
activationStartstring(date-time)
Defines a start date filter Specify this parameter to retrieve all events related to activations that have a timestamp greater than or equal to the specified value You can use an ISO format date or a timestamp
activationEndstring(date-time)
Defines an end date filter Specify this parameter to retrieve all events related to activations that have a timestamp less than the specified value You can use an ISO format date or a timestamp
reactivityStartstring(date-time)
Defines a start date filter Specify this parameter to retrieve only events with a timestamp greater than or equal to the specified value You can use an ISO format date or a timestamp
reactivityEndstring(date-time)
Defines an end date filter Specify this parameter to retrieve all events related to activations that have a timestamp less than the specified value You can use an ISO format date or a timestamp
sortstring
Defines a sort order applied on events timestamp By default, events are unordered and may not streamed in the same order between two requests You should use this query parameter if you want to guarantee the sort order of events
Enum"asc""desc"
Headers
X-Keystringrequired
A unique API key used to authenticate requests to the NP6 platform. This key must be included in every API call to validate the identity and permissions of the client. Keep your API key secure and do not expose it in public code or logs.
Production server https://api-cm.np6.com/actions/reactivities/hits
curl
JavaScript
Node.js
Python
Java
C#
PHP
Go
Ruby
R
Payload
curl -i -X GET \ 'https://api-cm.np6.com/actions/reactivities/hits?activationEnd=2019-08-24T14%3A15%3A22Z&activationStart=2019-08-24T14%3A15%3A22Z&reactivityEnd=2019-08-24T14%3A15%3A22Z&reactivityStart=2019-08-24T14%3A15%3A22Z&sort=asc' \ -H 'X-Key: string'
Responses
An array of hit events related to underlying activations
Bodyapplication/jsonArray [
idstring(uuid)
Uuid of the event
timestampinteger(int64)
Publication timestamp of the event This is the number of milliseconds elapsed since January 1, 1970 00:00:00 UTC.