Get the configuration options for an Approval task
| name | type | required | description |
|---|---|---|---|
| reciptask_sid | string | yes | Unique Identifier for the recipient task |
Append your key and the token obtained from either Access/exchange-token or Access/impersonate to the querystring (key=mykey&token=kj123khb123hb123hb123jh123) or to the headers (Authorization:Bearer kj123khb123hb123hb123jh123) of your request.
{
"AllowProcessComments": true,
"Description": null,
"HideFlowTab": false,
"IRecipTaskSID": "c286c137-8945-4085-9d9f-b163d96fd2b8",
"InstanceSID": "350a9f71-381e-43c5-b58a-f161d96fd248",
"Options": [
"Approve",
"Deny",
"Need More Info"
]
}