v50

latestOpenAPI 3.0.3agplraw.githubusercontent.com2026-06-2680131565.4 KB
file

List identification documents that need to be approved

get/ocs/v2.php/apps/libresign/api/{apiVersion}/file/list

Path parameters

apiVersion'v1' required

Query parameters

pageinteger nullable

the number of page to return

lengthinteger nullable

Total of elements to return

signer_uuidstring nullable

Signer UUID

fileIds[]integer[] nullable

The list of fileIds (database file IDs). It's the ids of LibreSign files

nodeIds[]integer[] nullable

The list of nodeIds. It's the ids of files at Nextcloud

status[]integer[] nullable

Status could be none or many of 0 = draft, 1 = able to sign, 2 = partial signed, 3 = signed, 4 = deleted.

startinteger nullable

Start date of signature request (UNIX timestamp)

endinteger nullable

End date of signature request (UNIX timestamp)

sortBystring nullable

Name of the column to sort by

sortDirectionstring nullable

Ascending or descending order

parentFileIdinteger nullable

Filter files by parent envelope file ID

details0 | 1

Whether to return the detailed payload instead of the lightweight summary payload

Headers

OCS-APIRequestboolean required

Required to be true for the API request to pass

Response

OK