Returns an Application resource based on id or name.

GET {{baseUrl}}/Applications/:applicationId?attributes=<string>&excludedAttributes=<string>

The Application resource with matching id or name is returned. Attributes to include in the response can be specified with the 'attributes' query parameter. Attributes to exclude from the response can be specified with the 'excludedAttributes' query parameter. The schema related to Application is: - urn:ietf:params:scim:schemas:sailpoint:1.0:Application.

Request Params

KeyDatatypeRequiredDescription
attributesstringThe Application attributes to include in the response. The query parameter value is a comma-separated list of fields to be returned in the response for each Application. The attributes listed will be the only ones returned in the response, with the exception of id, schemas, and meta, which are always returned for an Application.
excludedAttributesstringThe Application attributes to exclude frome the response. The query parameter value is a comma-separated list of fields to be excluded from the response for each Application. The attributes listed will be the only ones excluded frome the response, with the exception of id, schemas, and meta, which are always returned for an Application.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;id&quot;:&quot;c0b4568a4fe7458c434ee77d1fbt156b&quot;,&quot;name&quot;:&quot;Active Directory&quot;,&quot;descriptions&quot;:[{&quot;locale&quot;:&quot;en_US&quot;,&quot;value&quot;:&quot;The main Active_Directory domain data for the corporate network.&quot;}],&quot;type&quot;:&quot;Active Directory - Direct&quot;,&quot;features&quot;:[[&quot;DIRECT_PERMISSIONS&quot;,&quot;NO_RANDOM_ACCESS&quot;,&quot;DISCOVER_SCHEMA&quot;]],&quot;owner&quot;:{&quot;displayName&quot;:&quot;Joe Smith&quot;,&quot;value&quot;:&quot;c0b4568a4fe7458c434ee77d1fbt156b&quot;,&quot;$ref&quot;:&quot;http://localhost:8080/identityiq/scim/v2/Users/c0b4568a4fe7458c434ee77d1fbt156b&quot;},&quot;applicationSchemas&quot;:{&quot;value&quot;:&quot;urn:ietf:params:scim:schemas:sailpoint:1.0:Application:Schema:Active Directory:account&quot;,&quot;type&quot;:&quot;account&quot;,&quot;$ref&quot;:&quot;http://localhost:8080/identityiq/scim/v2/Schemas/urn:ietf:params:scim:schemas:sailpoint:1.0:Application:Schema:Active%20Directory:account&quot;},&quot;meta&quot;:{&quot;created&quot;:&quot;2022-02-11T01:34:04.074-05:00&quot;,&quot;location&quot;:&quot;http://localhost:8080/identityiq/scim/v2/Applications/c0b4568a4fe7458c434ee77d1fbt156b&quot;,&quot;lastModified&quot;:&quot;2022-02-11T01:08:45.866-05:00&quot;,&quot;version&quot;:&quot;W\&quot;1644561244074\&quot;&quot;,&quot;resourceType&quot;:&quot;Application&quot;,&quot;schemas&quot;:[&quot;urn:ietf:params:scim:schemas:sailpoint:1.0:Application&quot;]}}