Retrieve a Password List Document ​
GET /userapi/document/passwordlist
Retrieving a document can be achieved by passing a GET request with the DocumentID.
Powershell
# PowerShell Request
$PasswordstateUrl = 'https://passwordstate/userapi/document/passwordlist/<documentid>'
Invoke-Restmethod -Method GET -Uri $PasswordstateUrl -Header @{ "UserID" = "<UserID>" ; "APIKey" = "<APIKey>" }