Returns all Application resources.​
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
Query Parameters
- filter string
Allows for query filters according to RFC-7644, Section 3.4.2.2 - not all operations are supported.
- lookupByName boolean
- sortBy string
Allows sorting the results by a resource's attributes.
- sortOrder string
Default value:
ascending
Determines what order to sort results in.
- startIndex integer
Default value:
1
Determines the starting index of the result set.
- count integer
Default value:
1
Specifies the number of results per page.
- attributes string
The 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.
- excludedAttributes string
The 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.
- 200
Returns all SCIM Application resources.
- application/json
- application/scim+json
- Schema
- Example (from schema)
Schema
- totalResults integer
Number of Application resources returned.
- startIndex integer
The starting index of the resource set list. Can be specified with startIndex query parameter.
- schemas string[]
SCIM Schema used for response.
Resources undefined[]
id stringIdentityIQ id of the Application.
name stringUnique name for the Application. This name MUST be unique across the entire set of Applications.
descriptions arrayA list of localized descriptions of the Application.
type stringThe type of the Application.
features arrayA list of features of the Application.
owner object
The owner of the Application.
displayName stringDisplay name of the application owner.
value stringid of the application owner.
$ref stringURI reference of the application owner resource.
applicationSchemas object
List of the Application Schemas.
value stringThe urn of the Application Schema.
type stringThe type of Application Schema (account, group, etc.).
$ref stringThe URI of the SCIM resource representing the Entitlement.
meta
Metadata of the SCIM resource.
created date-timeDatetime this Application was created.
location stringThe location of the SCIM resource.
lastModified date-timeDatetime the Application was last modified.
version stringThe version of the SCIM resource.
resourceType stringThe SCIM resource type.
schemas string[]The schemas involved in the SCIM resource.
{
"totalResults": "18,",
"startIndex": 1,
"schemas": [
"urn:ietf:params:scim:api:messages:2.0:ListResponse"
],
"Resources": [
{
"id": "c0b4568a4fe7458c434ee77d1fbt156b",
"name": "Active Directory",
"descriptions": [
{
"locale": "en_US",
"value": "The main Active_Directory domain data for the corporate network."
}
],
"type": "Active Directory - Direct",
"features": [
[
"DIRECT_PERMISSIONS",
"NO_RANDOM_ACCESS",
"DISCOVER_SCHEMA"
]
],
"owner": {
"displayName": "Joe Smith",
"value": "c0b4568a4fe7458c434ee77d1fbt156b",
"$ref": "http://localhost:8080/identityiq/scim/v2/Users/c0b4568a4fe7458c434ee77d1fbt156b"
},
"applicationSchemas": {
"value": "urn:ietf:params:scim:schemas:sailpoint:1.0:Application:Schema:Active Directory:account",
"type": "account",
"$ref": "http://localhost:8080/identityiq/scim/v2/Schemas/urn:ietf:params:scim:schemas:sailpoint:1.0:Application:Schema:Active%20Directory:account"
},
"meta": {
"created": "2022-02-11T01:34:04.074-05:00",
"location": "http://localhost:8080/identityiq/scim/v2/Applications/c0b4568a4fe7458c434ee77d1fbt156b",
"lastModified": "2022-02-11T01:08:45.866-05:00",
"version": "W\"1644561244074\"",
"resourceType": "Application",
"schemas": [
"urn:ietf:params:scim:schemas:sailpoint:1.0:Application"
]
}
}
]
}
- Schema
- Example (from schema)
Schema
- totalResults integer
Number of Application resources returned.
- startIndex integer
The starting index of the resource set list. Can be specified with startIndex query parameter.
- schemas string[]
SCIM Schema used for response.
Resources undefined[]
The SCIM resources returned for this endpoint.
id stringIdentityIQ id of the Application.
name stringUnique name for the Application. This name MUST be unique across the entire set of Applications.
descriptions arrayA list of localized descriptions of the Application.
type stringThe type of the Application.
features arrayA list of features of the Application.
owner object
The owner of the Application.
displayName stringDisplay name of the application owner.
value stringid of the application owner.
$ref stringURI reference of the application owner resource.
applicationSchemas object
List of the Application Schemas.
value stringThe urn of the Application Schema.
type stringThe type of Application Schema (account, group, etc.).
$ref stringThe URI of the SCIM resource representing the Entitlement.
meta
Metadata of the SCIM resource.
created date-timeDatetime this Application was created.
location stringThe location of the SCIM resource.
lastModified date-timeDatetime the Application was last modified.
version stringThe version of the SCIM resource.
resourceType stringThe SCIM resource type.
schemas string[]The schemas involved in the SCIM resource.
{
"totalResults": "1500,",
"startIndex": 1,
"schemas": [
"urn:ietf:params:scim:api:messages:2.0:ListResponse"
],
"Resources": [
{
"id": "c0b4568a4fe7458c434ee77d1fbt156b",
"name": "Active Directory",
"descriptions": [
{
"locale": "en_US",
"value": "The main Active_Directory domain data for the corporate network."
}
],
"type": "Active Directory - Direct",
"features": [
[
"DIRECT_PERMISSIONS",
"NO_RANDOM_ACCESS",
"DISCOVER_SCHEMA"
]
],
"owner": {
"displayName": "Joe Smith",
"value": "c0b4568a4fe7458c434ee77d1fbt156b",
"$ref": "http://localhost:8080/identityiq/scim/v2/Users/c0b4568a4fe7458c434ee77d1fbt156b"
},
"applicationSchemas": {
"value": "urn:ietf:params:scim:schemas:sailpoint:1.0:Application:Schema:Active Directory:account",
"type": "account",
"$ref": "http://localhost:8080/identityiq/scim/v2/Schemas/urn:ietf:params:scim:schemas:sailpoint:1.0:Application:Schema:Active%20Directory:account"
},
"meta": {
"created": "2022-02-11T01:34:04.074-05:00",
"location": "http://localhost:8080/identityiq/scim/v2/Applications/c0b4568a4fe7458c434ee77d1fbt156b",
"lastModified": "2022-02-11T01:08:45.866-05:00",
"version": "W\"1644561244074\"",
"resourceType": "Application",
"schemas": [
"urn:ietf:params:scim:schemas:sailpoint:1.0:Application"
]
}
}
]
}