Skip to main content

Find Applications

Find applications. The command uses the PV_APPLICATION public view to find data. Any filters passed should be passed on this public view.

GET https://instance.securid.com/aveksa/command.submit?cmd=findApplications

Request

Parameters

findApplications
formatproperties - (Default) Returns the response as key=value pairs. When multiple objects are returned, values are comma-delimited: key=value1,value2,value3.

json - Returns the response as JSON.

csv - Returns the response as comma-separated values.

tsv - Returns the response as tab-separated values.

xml - Returns the response as XML.
delimiterThe delimiter to use between values for csv and properties formats
returnColumns

The names of the columns to return. returnColumns may be a CSV list of multiple column names. The returnColumns parameter may also be listed multiple times (ie returnColumns=col1,col2&returnColumns=col3,col4)

Refer to Columns table below.
returnMaxRowsThe maximum number of objects to return
distincttrue, false Returns only distinct values, equivalent to the distinct keyword in SQL.
sortByColumns

The results will be sorted based on the columns listed using comma as the delimiter if multiple columns are specified.

Refer to Columns table below.
sortDirectionDetermines sorting order. asc for ascending, desc for descending. If not specified, the natural order returned by the database is used.
includeHeaderRowtrue, false Include column headers when the return format is csv or tsv. (Default) true
ignoreCasetrue, false Returns case-insensitive search results for specified filter parameters. (Default) false

Columns

id[Primary Key] Unique application identifier
nameApplication name
created_by[Foreign Key referencing USERS.ID] User id that created this application
creation_dateDate stamp when this application was created
descriptionDescription associated with this application
sensitivitySensitivity
ownershipOwnership
localityLocality
business_owner[Foreign Key referencing USERS.ID] Business owner user id
technical_owner[Foreign Key referencing USERS.ID] Technical owner user id
exception_manager[Foreign Key referencing USERS.ID] Exception manager user
business_unit_id[Foreign Key referencing BUSINESS_UNIT.ID] Related business unit id
alt_nameAlternate name for this entry
short_descShort description for this entry
long_descLong description for this entry
url_refURL reference for this entry
user_countTotal number of collected users for this application
account_countTotal number of collected accounts for this application
orphaned_account_countTotal number of collected accounts for this application that do not map to any user
entitlement_countTotal number of collected entitlements for this application
categoryCategory
exclude_from_normal_add_accessExclude application from normal add access
allow_create_entitlementAllow create entitlement
allow_manual_activityAllow manual activity
ents_require_accountStores true and false and signifies whether entitlements added to the users have to come from an account
directory_for_accountsStores the directory of the accounts for the application
rules_account_template_idSignifies the account template to be used when a change request is created from Rules to add entitlements to this application
attr_sync_enabledStores true and false and signifies whether attribute sync feature is enabled
allow_disabled_accountsStores true and false and signifies whether the disabled accounts are allowed to be collected
allow_locked_accountsStores true and false and signifies whether the locked accounts are allowed to be collected
roles_account_template_idSignifies the account template to be used when a change request is created from Roles to add entitlements to this application
business_owner_nameBusiness owner display name
technical_owner_nameTechnical owner display name
exception_manager_nameException manager display name
editableTRUE, FALSEIf the application is editable.
backup_business_owner[Foreign Key referencing USERS.ID] Backup business owner
backup_technical_owner[Foreign Key referencing USERS.ID] Backup technical owner
business_criticalitySpecifies the level of criticality for the business source
privileged_flagSpecifies that the business source manages and controls privileged access
contains_privileged_accessIndicates whether this application contains privileged access accounts. 0 = No, 1 = Yes
decommissioning_dateDate stamp when this application was decommissioned
is_activeIndicates whether this application is active
cau1Value of custom user type attributes configured on the instance represented by their reference names
cau2Value of custom user type attributes configured on the instance represented by their reference names
cad1Value of custom date type attributes configured on the instance represented by their reference names
cas1Value of custom string type attributes configured on the instance represented by their reference names

Headers

Bearer token
Acceptapplication/json
Content-Typeapplication/json

Response

Parameters

The API returns the requested columns specified by returnColumns as output. If returnColumns is unspecified then all columns listed will be returned.

Examples

Request

curl -K -X GET \
"https://instance.securid.com/aveksa/command.submit?cmd=findApplications&format=json" \
"&returnColumns=id%2Cname%2Cdescription&returnMaxRows=3" \
-H "Authorization: Bearer <token>" \
-H "Content-Type: application/json"

Response

{
“findApplications”: [
{
“id”:47,
“name”: “Generic SecurID Tokens”,
“description”: “Represents generic requestable tokens meant to allow the system to request the \”next available\” token”
},
{
“id”:429,
“name”: “Canvas”,
“description”: “Canvas LMS is a versatile Learning Management System known for its user-friendly interface and robust features. Widely used in educational institutions, it facilitates seamless course management, collaboration, and assessment. With customizable dashboards and mobile accessibility, Canvas enhances the teaching and learning experience, making it a preferred choice for educators and students alike.”
},
{
“id”:551,
“name”: “Alteryx”,
“description”: “Alteryx is a unified AI-powered data analytics platform that enables users to prepare, blend, analyze, and automate data workflows without coding. It accelerates data-driven decisions by combining code-free automation, predictive analytics, and generative AI in one easy-to-use environment. Widely used across industries, Alteryx supports integration with cloud platforms and BI tools to deliver scalable, trusted insights quickly and securely.”
}
]
}

Verified with RSA Governance & Lifecycle version 8.0.0.188886 P10_HF01.