file
Validate a file using FileId
Validate a file returning file data. The response always includes filesCount and files. For nodeType=file, filesCount=1 and files contains the current file. For nodeType=envelope, files contains envelope child files.
get/ocs/v2.php/apps/libresign/api/{apiVersion}/file/validate/file_id/{fileId}
Path parameters
apiVersion'v1' required
fileIdinteger required
The identifier value of the LibreSign file
Query parameters
showVisibleElements0 | 1
Whether to include visible elements in the response
showMessages0 | 1
Whether to include validation messages in the response
showValidateFile0 | 1
Whether to include the file payload in the response
Headers
OCS-APIRequestboolean required
Required to be true for the API request to pass
Response
OK