Returns a Workflow resource based on id.​
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
Path Parameters
- workflowId string required
id of Workflow 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.
- 200
Returns a single Workflow resource based on the id.
- application/json
- Schema
- Example (from schema)
Schema
- id string
Unique identifier of the Workflow.
- name string
Name of the Workflow.
- description string
Description of the Workflow.
- type string
Possible values: [
Batch Provisioning
,Scheduled Assignment
,Scheduled Role Activation
,Managed Attribute
,Identity Correlation
,Identity Event
,Identity Lifecycle
,Identity Update
,Identity Refresh
,LCM Identity
,LCM Provisioning
,LCM Registration
,Policy Violation
,Role Modeler
,Subprocess
,Password Intercept
,Alert
,Attribute Sync
]Type of the Workflow.
- handler string
Handler of the Workflow.
meta object
created date-timeDateTime when the Workflow was created.
location stringURL to the Workflow.
lastModified date-timeDateTime of Workflow last modification.
version stringWorkflow version.
resourceType stringResource type of the metadata subject.
{
"id": "7f00000180281df7818028be6a9c01a3",
"name": "Aggregate Correlated Applications",
"description": "Library for Steps.",
"type": "Step Library",
"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"
}
}