ProcFormSignatures(
int FormID
)
Get the list of signatures attached to a form.
Available since RPM19
Request
Request Data:
- (int) FormID (required) – the form to fetch
Response
{ "Result": { "FormID": <int>, "Signatures": [ { "FAFilesID": <int>, "Name": <string>, "Stage": <string>, "DateAdded": <string>, "File": <string> // Base 64 encoded image }, //... more signatures ] } }
Errors
- Form not found