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>, "AlternateID": <string>, "Name": <string>, "Stage": <string>, "AddedDate": <string>, "File": <string> // Base 64 encoded image }, //... more signatures ] } }
Errors
- Form not found
- "Call requires parameter: \"FormID\" which was not found"