The field's id
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/fields/{id}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://api-cm.np6.com/fields/{id}' \
-H 'X-Key: string'Response
application/json
{ "type": "singleSelectList", "id": 0, "name": "string", "isUnicity": true, "isMandatory": true, "isCriterion": true, "constraint": { "operator": 0, "value": "string" }, "valueListId": 0 }
- Production serverhttps://api-cm.np6.com/fields/{id}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PUT \
'https://api-cm.np6.com/fields/{id}' \
-H 'Content-Type: application/json' \
-H 'X-Key: string' \
-d '{
"type": "singleSelectList",
"id": 0,
"name": "string",
"isUnicity": true,
"isMandatory": true,
"isCriterion": true,
"constraint": {
"operator": 0,
"value": "string"
},
"valueListId": 0
}'Response
application/json
{ "type": "singleSelectList", "id": 0, "name": "string", "isUnicity": true, "isMandatory": true, "isCriterion": true, "constraint": { "operator": 0, "value": "string" }, "valueListId": 0 }