The topic's id
/
Retrieve the specified to...
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.
If you have any questions or need assistance, please contact our support team at https://support.chapsvision.com.
Languages
Servers
Production server
https://api-cm.np6.com
- Production serverhttps://api-cm.np6.com/marketing/pressure/topics/{id}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://api-cm.np6.com/marketing/pressure/topics/{id}' \
-H 'X-Key: string'Response
{ "id": "aae42f42-3759-4e80-94c5-e47daab1487b", "label": "Black friday", "description": "Black friday", "stamp": { "creation": "2026-02-05T09:27:59.751Z", "modification": "2026-02-05T09:27:59.751Z" }, "createdBy": "Connected user", "modifiedBy": "Connected user" }
- Production serverhttps://api-cm.np6.com/marketing/pressure/topics
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
https://api-cm.np6.com/marketing/pressure/topics \
-H 'X-Key: string'Response
application/json
[ { "id": "aae42f42-3759-4e80-94c5-e47daab1487b", "label": "Black friday", "description": "Black friday", "stamp": { "creation": "2026-02-05T09:27:59.755Z", "modification": "2026-02-05T09:27:59.755Z" }, "createdBy": "Connected user", "modifiedBy": "Connected user" }, { "id": "aae42f42-3759-4e80-94c5-e47daab1487c", "label": "Singles Day", "description": "Singles Day", "stamp": { "creation": "2026-02-05T09:27:59.755Z", "modification": "2026-02-05T09:27:59.755Z" }, "createdBy": "Connected user", "modifiedBy": "Connected user" } ]
- Production serverhttps://api-cm.np6.com/settings/marketing/pressure/topic
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
https://api-cm.np6.com/settings/marketing/pressure/topic \
-H 'X-Key: string'Response
application/json
true