Get signer form fields
Get signer form fields
Path Parameters
- signerId string required
ID of signer
Responses
- 200
operation successful
- application/json
- Schema
- Example (from schema)
Schema array
- label string
- label_extra string
- state boolean
- fieldorder integer
- value string
If the field is a signer file this value will be a short lived download URL
[
{
"label": "string",
"label_extra": "string",
"state": true,
"fieldorder": 0,
"value": "string"
}
]
Loading...