Skip to main content

Returns an Application resource based on id or name.

GET 

/Applications/:applicationId

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

Path Parameters

    applicationId stringrequired

    id or name of Application resource.

Query Parameters

    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.

Responses

Returns a single Application resource based on the id.

Schema
    id string

    IdentityIQ id of the Application.

    name string

    Unique name for the Application. This name MUST be unique across the entire set of Applications.

    descriptions array

    A list of localized descriptions of the Application.

    type string

    The type of the Application.

    features array

    A list of features of the Application.

    owner object

    The owner of the Application.

    displayName string

    Display name of the application owner.

    value string

    id of the application owner.

    $ref string

    URI reference of the application owner resource.

    applicationSchemas object

    List of the Application Schemas.

    value string

    The urn of the Application Schema.

    type string

    The type of Application Schema (account, group, etc.).

    $ref string

    The URI of the SCIM resource representing the Entitlement.

    meta

    Metadata of the SCIM resource.

    created date-time

    Datetime this Application was created.

    location string

    The location of the SCIM resource.

    lastModified date-time

    Datetime the Application was last modified.

    version string

    The version of the SCIM resource.

    resourceType string

    The SCIM resource type.

    schemas string[]

    The schemas involved in the SCIM resource.

Loading...