- Print
- DarkLight
- PDF
Operation is used to create new Survey Constant. Available from product version 2024.3 and for admin users only.
Token issued for API consumer.
Survey Constants to be created
SurveyConstant
Group name of constant
Numeric value
Order number
Human readable textual representation
Text value
A newly created Survey Constant
{
"groupname": "TEST_GROUPNAME",
"id": 1,
"numValue": 1,
"orderno": 1,
"txt": "Constant 1",
"txtValue": "This is constant 1."
}
SurveyConstant
Group name of constant
Unique id of constant
Url to fetch all contants from this group
Numeric value
Order number
Human readable textual representation
Text value
There was an error in request. Usually field validation failed.
{
"orderno": [
"A valid integer is required."
]
}
Fields which failed validation
List of validation errors for this fieldname
Validation error
Authentication credentials are missing or invalid
{
"details": "Authentication credentials were not provided"
}
Detailed description of error