RecordCreationWorkflows
Get one RecordCreationWorkflow
Retrieve a single RecordCreationWorkflow record by its Id.
GET
Get one RecordCreationWorkflow
A business-scoped record creation workflow with draft and published versions.
Authentication
This endpoint requires OAuth2 authentication. Include a valid bearer token in the
Authorization header.
The authenticated user must be a full unrestricted administrator or have the RecordCreationWorkflow-Read role.Path Parameters
integer
required
The Id of the RecordCreationWorkflow record to retrieve.
Code Examples
Response
200
integer
ID of the business that owns this workflow.
string
Display name of the workflow.
string
Optional description of the workflow.
string
Domain of the entity created by this workflow.
string
Type of entity created by this workflow.
integer
Current lifecycle status of the workflow. See
eRecordCreationWorkflowStatus enum values: 1 = Draft, 2 = Published, 3 = Archived.integer
How this workflow was originally created. See
eRecordCreationWorkflowSourceType enum values: 1 = Blank, 2 = BuiltIn, 3 = Generated, 4 = Duplicated.string
Stable key of the source template.
string
Revision of the source template when copied.
boolean
Whether this is the default published workflow for its entity.
integer
Current mutable draft version.
integer
Current immutable published version.
integer
User who created the workflow.
string
Display value for CreatedByUser.FullName..
string
Display value for CreatedByUser.Email..
integer
User who last updated the workflow.
string
Display value for UpdatedByUser.FullName..
string
Display value for UpdatedByUser.Email..
integer
Unique record identifier.
string
UUID of the record.
string
Date and time the record was created (ISO 8601).
string
Date and time the record was last updated (ISO 8601).
string
Email of the user who last updated this record.
boolean
Whether the record was recently created.
string
External system identifier.
Example Response