Returns all Application resources.

GET {{baseUrl}}/Applications?filter=<string>&lookupByName=false&sortBy=<string>&sortOrder=ascending&startIndex=1&count=1&attributes=<string>&excludedAttributes=<string>

This endpoint returns all Application resources.

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 Applications is: - urn:ietf:params:scim:schemas:core:1.0:Application

Request Params

KeyDatatypeRequiredDescription
filterstringAllows for query filters according to RFC-7644, Section 3.4.2.2 - not all operations are supported.
lookupByNameboolean
sortBystringAllows sorting the results by a resource's attributes.
sortOrderstringDetermines what order to sort results in.
startIndexnumberDetermines the starting index of the result set.
countnumberSpecifies the number of results per page.
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;totalResults&quot;:63184264,&quot;startIndex&quot;:1,&quot;schemas&quot;:[&quot;urn:ietf:params:scim:api:messages:2.0:ListResponse&quot;],&quot;Resources&quot;:[{&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;]}},{&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;]}}]}