Retrieve a Password Document ​
GET /winapi/document/password
Retrieving a document can be achieved by passing a GET request with the DocumentID.
Powershell
# PowerShell Request
$PasswordstateUrl = 'https://passwordstate/winapi/document/password/<documentid>'
Invoke-Restmethod -Method GET -Uri $PasswordstateUrl -UseDefaultCredentials