Skip to main content

Returns a TaskResult resource based on id.

GET 

/TaskResults/:taskResultId

The TaskResult resource with matching id 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 TaskResult is:

  • urn:ietf:params:scim:schemas:sailpoint:1.0:TaskResult

Request

Path Parameters

    taskResultId stringrequired

    id of TaskResult resource.

Query Parameters

    attributes string

    A comma-separated list of attributes to return in the response. This query parameter supersedes excludedAttributes, so providing the same attribute(s) to both will result in the attribute(s) being returned.

    excludedAttributes string

    A comma-separated list of attributes to exclude from the response. Some attributes cannot be excluded.

Responses

Returns a single TaskResult resource based on the id.

Schema
    id string

    Unique identifier of the TaskResult.

    name string

    Name of the TaskResult.

    type string

    Type of the TaskResult.

    completionStatus string

    Possible values: [Success, Warning, Error, Terminated, TempError]

    Completion Status of the TaskResult.

    launcher string

    Launcher of the TaskResult.

    host string

    Host of the TaskResult.

    progress string

    Progress of the TaskResult.

    targetClass string

    Target Class of the TaskResult.

    targetName string

    Target Name of the Task Result.

    terminated boolean

    Flag to indicate this TaskResult is terminated.

    partitioned boolean

    Flag to indicate this TaskResult is partitioned.

    launched date-time

    The launched DateTime of the TaskResult.

    completed date-time

    The completed DateTime of the TaskResult.

    expiration date-time

    The expiration DateTime of the TaskResult.

    verified date-time

    The verification DateTime of the TaskResult.

    percentageComplete integer

    The percentage completed of this TaskResult.

    pendingSignOffs integer

    The number of pending signoffs of this TaskResult.

    taskDefinition string

    Name of the TaskDefinition of the TaskResult.

    taskSchedule string

    Name of the TaskSchedule of the TaskResult.

    attributes undefined[]

    A list of attributes of the TaskResult.

  • Array [
  • key string

    The attribute key.

    value string

    The attribute value.

  • ]
  • messages undefined[]

    List of messages of the TaskResult.

    meta object
    created date-time

    DateTime when the TaskResult was created.

    location string

    URL to the TaskResult.

    lastModified date-time

    DateTime of TaskResult last modification.

    version string

    TaskResult version.

    resourceType string

    Resource type of the metadata subject.

    schemas array
Loading...