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