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