This documentation provides comprehensive access to the full range of functionalities offered by the NP6 platform through a standardized RESTful interface.
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.
Bodyapplication/json
Value of the option
boolean
Production server https://api-cm.np6.com/settings/marketing/pressure/topic
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/marketing/pressure/rules
curl
JavaScript
Node.js
Python
Java
C#
PHP
Go
Ruby
R
Payload
curl -i -X GET \ https://api-cm.np6.com/marketing/pressure/rules \ -H 'X-Key: string'
Responses
A list of rules
Bodyapplication/jsonArray [
idstring(uuid)
Defines the id of the rule
labelstring
Defines the name of the rule
predicateobject
Defines the name of the rule
typestring
Discriminator
expressionsArray of objects
Defines the list of expression a logical operator could apply on
stampobject
Defines the stamp informations of the rule (creation and modification date)
creationstring(date-time)
Defines a date, used to store the creation date of a related data
modificationstring(date-time)
Defines a date, used to store the last modification date of a related data
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/marketing/pressure/rules/{id}
curl
JavaScript
Node.js
Python
Java
C#
PHP
Go
Ruby
R
Payload
curl -i -X GET \ 'https://api-cm.np6.com/marketing/pressure/rules/{id}' \ -H 'X-Key: string'
Responses
The rule
Bodyapplication/json
idstring(uuid)
Defines the id of the rule
labelstring
Defines the name of the rule
predicateobject
Defines the name of the rule
typestring
Discriminator
expressionsArray of objects
Defines the list of expression a logical operator could apply on
stampobject
Defines the stamp informations of the rule (creation and modification date)
creationstring(date-time)
Defines a date, used to store the creation date of a related data
modificationstring(date-time)
Defines a date, used to store the last modification date of a related data