/dataAccess/retrieveDocumentContainer/

Retrieves all details about an individual document container referenced by the given RetrieveDocumentContainerRequest.ContainerId.

Request

POST {{server}}/VPE/dataAccess/retrieveDocumentContainer/
Content-Type: application/json

{
    "DeviceId": "device-id",
    "SessionId": "...",

    "ContainerId": "..."
}
RetrieveDocumentContainerRequest.ContainerId

= ContainerId

Unique identifier of the document container to receive information of.

Response

{
    "Success": true,
    "Message": "Operation executed successfully.",

    "Container": {
        ...
    }
}
DocumentContainerResponse.Container

= Container

Document Container data received from the TrustID Cloud.

See also

Container model for more information about container details.