/
JO
jostens
/
dotCMS REST API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 5h ago · Updated 1d ago
Details
Filter operations
Accessibility Checker
4
Administration
10
AI
21
Announcements
1
API Token
7
Apps
12
Authentication
6
Browser Tree
5
Bundle
16
Cache Management
11
Categories
10
Cluster Management
5
Containers
21
Content
19
Content Analytics
3
Content Delivery
8
Content Import
12
Content Report
2
Content Type
10
Content Type Field
36
Data Integrity
8
Elasticsearch Content Search
3
Environment
11
Experiment
18
File Assets
1
Folders
7
Forms
1
getPagesContentTypes
1
Health
8
Internationalization
14
JavaScript
18
Job Queue
14
Language
2
License
8
Maintenance
24
Navigation
2
Notifications
5
OSGi Plugins
15
Page
17
Permissions
11
Personalization
4
Personas
2
Portlets
12
Publishing
16
Relationships
2
Roles
14
Rules Engine
26
SAML Authentication
5
Search Index
19
Site
20
System
10
System Configuration
23
System Logging
3
System Monitoring
2
System Storage
2
Tag (v1)
10
Tags
13
TailLog
2
Template
14
Templates
18
Temporary Files
2
Theme
2
Usage
1
Users
13
Variants
5
Web Assets
8
Widgets
1
Workflow
57
post
Report a dotCMS UI issue
post
Creates workflow action separator
post
Add a new workflow step
post
Copy a workflow scheme
get
Find action by ID
put
Update an existing workflow action
delete
Delete a workflow action
get
Find a workflow action within a step
delete
Remove a workflow action from a step
delete
Remove an actionlet from a workflow action
put
Update a workflow scheme
delete
Delete a workflow scheme
get
Retrieves a workflow step
put
Update an existing workflow step
delete
Delete a workflow step
delete
Delete default system action binding by action id
get
Find condition by action ID
get
Export a workflow scheme
get
Find all workflow actionlets
get
Find workflow actionlets by workflow action
post
Adds an actionlet to a workflow action
get
Find all actions in a workflow scheme
post
Finds workflow actions by schemes and system action
get
Find all actions in a workflow step
post
Adds a workflow action to a workflow step
get
Find workflow schemes by content type id
get
Find workflow schemes for multiple content types
get
Finds workflow actions by content inode
get
Find possible default actions by content type
get
Find possible default actions by scheme(s)
get
Find initial actions by content type
get
Find workflow schemes
post
Create a workflow scheme
get
Find steps by workflow scheme ID
get
Find default system actions mapped to a content type
get
Find default system actions mapped to a workflow scheme
put
Fire action by name (multipart form)
put
Fire workflow action by name
put
Fire default action (multipart form)
put
Fire system action by name
post
Fire system action by name over multiple contentlets
patch
Modify specific fields on multiple contentlets
put
Fire action by ID (multipart form)
put
Fire action by ID
post
Perform workflow actions on bulk content
put
Perform workflow actions on bulk content
post
Finds available bulk workflow actions for content
get
Find workflow status of content
get
Find default system actions by workflow action id
post
Find workflow tasks based on filter parameters
get
Find workflow tasks history and comments of content
post
Import a workflow scheme
put
Change the order of actions within a workflow step
put
Change the order of steps within a scheme
post
Creates/saves a workflow action
post
Create a workflow comment
put
Save a default system action mapping
get
/api/layout/{params}
get
/api/testResource/testGet/{params}
post
/api/testResource/testPost
get
/api/v1/system/request-draining-test/status
get
/api/v1/system/request-draining-test/long-request
get
/api/v1/system/request-draining-test/simulate-active-requests
Workflow
Add a new workflow step
Creates a
workflow step
.
Returns an object representing the step.
post
/api/v1/workflow/steps
Request body
WorkflowStepAddForm
required
schemeId
string
required
stepName
string
required
enableEscalation
boolean
required
escalationAction
string
required
escalationTime
string
required
stepResolved
boolean
required
Response
Created workflow step successfully
ResponseEntityWorkflowStepView
required
errors
ErrorEntity[]
entity
WorkflowStep
messages
MessageEntity[]
i18nMessagesMap
object
permissions
string[]
pagination
Pagination
Changes