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
OnComplete
FVyOnGetSignatureInfoComplete
The callback function called when the user preferences retrieval operation is complete.
OnComplete Callback (FVyOnGetSignatureInfoComplete) Contains a FVySignatureInfoDto response type
Last updated