Retrieve A read-only form providing detailed information about the source Of An approval associated with A specific approval request.
Retrieve a read-only form providing detailed information about the sourceof an approval associated with a specific approval request. There is no method-level security on this method because no single permission gives users access to approvals in general. However, there is a programmatic check to ascertain that the user has a specific relationship to the approval request that enables them to see it.
Request
URI
GET
https://{api_host}/approval-service/api/info/approvalrequests/{requestId}/form/source
COPY
Path Parameters
string
requestId
Required
The request id
Responses
200
successful operation
Returns form of type(s) */*
{
"layout": {
"pages": [
{
"id": "string",
"label": "string",
"state": {
"dependencies": [
"string"
],
"facets": [
{}
]
},
"sections": [
{
"id": "string",
"label": "string",
"state": {
"dependencies": [
"string"
],
"facets": [
{}
]
},
"rows": [
{
"items": [
{
"size": 0
}
]
}
]
}
]
}
]
},
"fieldPrefixes": [
"string"
],
"values": {
"entries": [
{
"key": "string"
}
]
}
}
array of string
fieldPrefixes
Optional
fieldPrefixes
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.