Returns a Workflow resource based on id.
GET/Workflows/:workflowId
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
Path Parameters
id of Workflow resource.
Query Parameters
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.
A comma-separated list of attributes to exclude from the response. Some attributes cannot be excluded.
Responses
- 200
Returns a single Workflow resource based on the id.
- application/json
- Schema
- Example (from schema)
Schema
Unique identifier of the Workflow.
Name of the Workflow.
Description of the Workflow.
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 of the Workflow.
meta
object
DateTime when the Workflow was created.
URL to the Workflow.
DateTime of Workflow last modification.
Workflow version.
Resource 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"
}
}