Retrieves A paged list Of permissible values for A specific field On the approval source details form.
Retrieves a paged list of permissible values for a specific field on the approval source details form.
Request
URI
POST
https://{api_host}/approval-service/api/info/approvals/{approvalId}/form/source/{elementId}/values
COPY
Path Parameters
string
approvalId
Required
The approval id
string
elementId
Required
The element id
Request Body
elementValuesRequest of type(s) application/json
Optional
{
"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"
}
]
}
Approval Info Operations
GET
Retrieve A read-only form providing detailed information about the source Of A specific approval.
GET
Retrieve A read-only form providing detailed information about the source Of An approval associated with A specific approval request.
GET
Retrieve information about A specific approval By its unique identifier.
GET
Retrieve information about A specific approval request By its unique identifier.
POST
Retrieves A paged list Of permissible values for A specific field On the approval source details form, accessed via An approval request.
POST
Retrieves A paged list Of permissible values for A specific field On the approval source details form.
POST
Retrieves the updated state Of one Or more layout elements In response To change In one Or more layout fields' values.
POST
Retrieves the updated state Of one Or more layout elements In response To change In one Or more layout fields' values.