Get form element values
Retrieves a paged list of permissible values that can be assigned to a specific field
Request
URI
POST
https://{api_host}/advanced-designer-service/api/forms/{formId}/{bindingId}/{elementId}/values
COPY
Path Parameters
string
formId
Required
form identifier
string
bindingId
Required
binding identifier
string
elementId
Required
An identifier of the element within the form
Request Body
Specifies information required to complete the request
elementValuesRequest of type(s) application/json
Required
{
"pagingInfo": {
"offset": 0,
"count": 0
},
"headers": {
"entries": [
{
"key": "string"
}
]
},
"tenantId": "string",
"text": "string",
"userId": "string",
"dependencyValues": {
"entries": [
{
"key": "string"
}
]
}
}
string
tenantId
Optional
tenantId
string
text
Optional
text
string
userId
Optional
userId
Responses
200
successful operation
Returns elementValues of type(s) */*
{
"values": [
{
"label": "string"
}
]
}
Catalog Callback Operation Operations
GET
Get form
POST
Get form batch update
POST
Get form element values