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