The webtask's id to update
- Returns a cipher for a specified webtask without any additional data
Retrieve all webtasks
Create a webtask
Retrieve the specified webtask
Update the specified webtask
Delete the specified webtask
Update the specified webtask
Retrieve the script of the specified webtask
Update the script of the specified webtask
Returns a cipher for a specified webtask with additional data
Execute the specified webtask
Execute multiple webtasks
Returns a cipher for a sp...
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/scripting/webtasks/{id}/script
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PUT \
'https://api-cm.np6.com/scripting/webtasks/{id}/script' \
-H 'Content-Type: text/plain' \
-H 'X-Key: string' \
-d string- Production serverhttps://api-cm.np6.com/scripting/webtasks/{id}/cipher
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://api-cm.np6.com/scripting/webtasks/{id}/cipher' \
-H 'X-Key: string'- Production serverhttps://api-cm.np6.com/scripting/webtasks/{id}/cipher
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
'https://api-cm.np6.com/scripting/webtasks/{id}/cipher' \
-H 'X-Key: string'