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

GetSignatureInfo

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

void GetSignatureInfo(const FVyQuery_GetSignatureInfo& Query, const FVyOnGetSignatureInfoComplete& OnComplete) const;

Parameters

Query

Optional Query Parameters

OnComplete

FVyOnGetSignatureInfoComplete

The callback function called when the user preferences retrieval operation is complete.

OnComplete Callback (FVyOnGetSignatureInfoComplete) Contains a FVySignatureInfoDto response type

Last updated