Returns a TaskResult resource based on id.
GET {{baseUrl}}/TaskResults/:taskResultId?attributes=<string>&excludedAttributes=<string>
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 Params
Key | Datatype | Required | Description |
---|---|---|---|
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. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"id":"c0a8019c80761c398180856488d2051d","name":"Aggregate Composite Application","type":"AccountAggregation","completionStatus":"Success","launcher":"james.smith","host":"mandrake.testdomain.com","progress":"3/5 tasks completed.","targetClass":"Permission","targetName":"Adam.Kennedy","terminated":false,"partitioned":true,"launched":"2022-05-02T10:30:00.014-05:00","completed":"2022-05-02T10:30:00.035-05:00","expiration":"2022-05-03T16:40:34.271-05:00","verified":"2022-05-03T16:40:34.271-05:00","percentageComplete":30,"pendingSignOffs":0,"taskDefinition":"Workflow Launcher","taskSchedule":"Perform Identity Request Maintenance","attributes":[{"key":"inactiveWorkItemsForwarded","value":"0"},{"key":"inactiveWorkItemsForwarded","value":"0"}],"meta":{"created":"2022-05-02T10:30:00.018-05:00","location":"http://localhost:8080/identityiq/scim/v2/TaskResults/c0a8019c80761c398180856488d2051d","lastModified":"2022-05-02T10:30:00.036-05:00","version":"W\"1651505400036\"","resourceType":"TaskResult"},"schemas":["urn:ietf:params:scim:schemas:sailpoint:1.0:TaskResult"]}