Connectors
...
Actions
Get Applications
4 min
description obtain a complete list of applications stored in the cyberark vault, ensuring secure access to application credentials endpoint url /passwordvault/webservices/pimservices svc/applications/ method get inputs parameters (object) appid (string) the application name location (string) the location of the application in the vault hierarchy includesublocations (boolean) whether or not the search will be performed in sublocations of the specified location output example \[ { "status code" 200, "response headers" {}, "reason" "success", "json body" { "application" \[ { "accesspermittedfrom" "string", "accesspermittedto" "string", "allowextendedauthenticationrestrictions" false, "appid" "string", "businessowneremail" "string", "businessownerfname" "string", "businessownerlname" "string", "businessownerphone" "string", "description" "string", "disabled" false, "expirationdate" "string", "location" "string" } ] } } ] output parameters status code (number) reason (string) json body (object) application (array) accesspermittedfrom (string) accesspermittedto (string) allowextendedauthenticationrestrictions (boolean) appid (string) businessowneremail (string) businessownerfname (string) businessownerlname (string) businessownerphone (string) description (string) disabled (boolean) expirationdate (string) location (string)