Class RequestVerifyService
Methods
checkStatus
- checkStatus(sessionId): Promise<any>
Returns Promise<any>
getAllUseCaseId
- getAllUseCaseId(credType): Promise<any>
Returns Promise<any>
getDvrIdTitle
- getDvrIdTitle(queryId): Promise<{
dvrId: string;
dvrTitle: string;
queryId: string;
}> Returns Promise<{
dvrId: string;
dvrTitle: string;
queryId: string;
}>
getFullQuery
- getFullQuery(queryId): Promise<ZkpassQuery>
Returns Promise<ZkpassQuery>