viewPendingOperation (Command)
- 20 Dec 2024
- 1 Minute à lire
- SombreLumière
- PDF
viewPendingOperation (Command)
- Mis à jour le 20 Dec 2024
- 1 Minute à lire
- SombreLumière
- PDF
The content is currently unavailable in French. You are viewing the default English version.
Résumé de l’article
Avez-vous trouvé ce résumé utile ?
Merci pour vos commentaires
The viewPendingOperation command enables an adminstrator to view details of a pending operation in the context of maker–checker authorization.
Parameters
Parameter name | Data type | Description |
---|---|---|
sessionID | String | Required. The session identifier of the current administrative session. The logon command returns this identifier after a successful logon (see logon (Command)). |
pendingOperationID | String | Required. The ID of a pending operation that needs to be viewed. |
Parameter name | Data type | Description |
---|---|---|
results | PendingOperationViewResults | Required. Result structure containing return and status codes and a list of zero or more result attribute fields. See PendingOperationsViewResults (Data type). |
PendingOperationsViewResults (Data type)
Element name | Data Type | Description |
---|---|---|
resultCodes | ResultCodes | Required. The result and status codes returned by the command. |
resultAttribute | PendingOperationAttributeList | Required. List containing the pending operation attributes (see Table: PendingOperationView (Supported output attributes)). |
errorStack | ErrorStack | Required. The error stack, indicating that the command has not completed successfully. |
Only the POFLD_IDENTIFIER attribute can be specified in the view attribute set input parameter of this command. This attribute is mandatory.
The following attributes will be specified in the results output parameter of this command:
Example
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> <soapenv:Header/> <soapenv:Body> <adm:viewPendingOperation xmlns:adm="http://www.vasco.com/IdentikeyServer/IdentikeyTypes/Administration"> <sessionID>7=GWz|~fp4dg37=ZhpK50S5UPqgKXEYt</sessionID> <pendingOperationID>njZIcDOs</pendingOperationID> </adm:viewPendingOperation> </soapenv:Body> </soapenv:Envelope>
Requirements
Required administrative privileges:
- Administrative logon
Cet article vous a-t-il été utile ?