Returns a Workflow resource based on id.
GET {{baseUrl}}/Workflows/:workflowId?attributes=<string>&excludedAttributes=<string>
The Workflow 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 Workflow is:
- urn:ietf:params:scim:schemas:sailpoint:1.0:Workflow
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
{"name":"Aggregate Correlated Applications","id":"7f00000180281df7818028be6a9c01a3","description":"Library for Steps.","type":"Scheduled Assignment","handler":"sailpoint.api.StandardWorkflowHandler","meta":{"created":"2022-04-14T10:43:29.436-05:00","location":"http://localhost:8080/identityiq/scim/v2/Workflows/7f00000180281df7818028be6a9c01a3","lastModified":"2022-05-05T15:52:30.119-05:00","version":"\"W\"1649951094834\"","resourceType":"Workflow"}}