The compilable's id to update
- Retrieve the specified compilable flaws
Retrieve all compilables
Create a compilable
Retrieve the specified compilable
Update a compilable
Delete a compilable
Update a compilable
Duplicate the specified compilable
Execute the specified compilable
Preview the specified compilable using the specified configuration
Retrieve the specified co...
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/compilables/{id}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PATCH \
'https://api-cm.np6.com/scripting/compilables/{id}' \
-H 'X-Key: string'Response
application/json
{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "description": "string", "state": "string", "stamp": { "creation": "2019-08-24T14:15:22Z", "modification": "2019-08-24T14:15:22Z" }, "value": { "type": "string" } }
- Production serverhttps://api-cm.np6.com/scripting/compilables/{id}/flaws
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://api-cm.np6.com/scripting/compilables/{id}/flaws' \
-H 'X-Key: string'A list of flaws
Discriminator
- invalid scope
- parameter is null
- null parameter identifier
- empty parameter identifier
- null parameter expectation
- invalid parameter expectation
- null parameter contact field name
- empty parameter contact field name
- parameter contact field name not found
- duplicated parameter identifier
- null table identifier expression
- empty table identifier expression
- invalid table identifier expression
- table identifier not found
- null query cursor request expression
- empty query cursor request expression
- null query argument name
- empty query argument name
- duplicated query argument name
- null query argument expression
- empty query argument expression
- invalid query argument expression
- query argument not found
- null query top expression
- empty query top expression
- invalid query top expression
- query top is not a safe integer
- query top is out of range
- query top parameter not found
- query top parameter type mismatch
- null query cursor order name
- empty query cursor order name
- duplicated query cursor order name
- invalid query cursor order sort
- query cursor order field not found
- null query projection
- null list in query projection
- empty list in query projection
- null query field projection name
- empty query field projection name
- empty binding in query field projection
- null projection in query field projection
- query field projection not found
- duplicated query field projection name
Response
application/json
[ { "type": "string" } ]
- Production serverhttps://api-cm.np6.com/scripting/compilables/{id}/duplication
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
'https://api-cm.np6.com/scripting/compilables/{id}/duplication' \
-H 'X-Key: string'Response
application/json
{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "description": "string", "state": "string", "stamp": { "creation": "2019-08-24T14:15:22Z", "modification": "2019-08-24T14:15:22Z" }, "value": { "type": "string" } }