For the complete documentation index, see llms.txt. This page is also available as Markdown.

getSignatureInfo

Description

This endpoint retrives all the signature requests, and the results can be filtered by userId and signature status.

public getSignatureInfo(query?: VyQuery_GetSignatureInfo) : VyPromise<VySignatureInfoDto>

Parameters

query (optional)

Query to filter the operation results

Returns

VyPromise<VySignatureInfoDto> Signature requests retrieved succesfully.

Last updated