/
CU
cubesoftware
/
Cube API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 4h ago · Updated 3d ago
Details
Filter operations
Agents
10
Attributes
2
Audit Trail
6
Auth
3
Authentication
2
Canvases
19
ChatMessages
3
ChatSessions
3
ChatSettings
3
Comments
5
Companies
3
Company Groups
12
compliance
1
Connections
15
ContentType
2
cube
6
Cube Data
13
Cube Value Range
8
Currencies
23
Dashboard
7
Data Table Uploads
5
Data Tables
12
data-tables
1
dimensions
1
Dimensions
21
Drilldown
1
ERP
4
Events
1
Formulas
3
integrations
4
Integrations
7
Invitations
7
Library
20
Notifications
4
Permissions
2
permissionsets
2
PlanModeSessions
1
Planning Table
12
Scenarios
1
stripe
1
Tags
5
Taskflow
21
get
List action items
post
Create an action item
get
Retrieve an action item
delete
Delete an action item
patch
Update an action item
get
List workflows
post
Create a workflow
get
Retrieve a workflow
delete
Delete a workflow
patch
Update a workflow (PATCH)
post
/processes/{id}/duplicate
post
/processes/{id}/remind-now
post
/processes/{id}/tasks/{task_id}/remind
get
/processes/{id}/tasks/export
get
List workflows tasks
post
Create a task
get
/tasks/{id}
put
/tasks/{id}
delete
/tasks/{id}
patch
Update a task
post
Bulk create and update Tasks
Team
1
User
8
UserCompanies
6
Workflow
5
Taskflow
Create a workflow
Create a new workflow. Required field: name.
post
/processes
Headers
X-Company-ID
string
required
Associates request with company
Request body
Process
required
id
integer
required
name
string
required
description
string
status
'NOT_STARTED'
|
'IN_PROGRESS'
|
'COMPLETED'
NOT_STARTED
- Not Started
IN_PROGRESS
- In Progress
COMPLETED
- Completed
completed_at
string
date-time
nullable
required
completed_by
integer
nullable
required
created_by
integer
required
modified_by
integer
nullable
required
owner
integer
Response
Process
required
id
integer
required
name
string
required
description
string
status
'NOT_STARTED'
|
'IN_PROGRESS'
|
'COMPLETED'
NOT_STARTED
- Not Started
IN_PROGRESS
- In Progress
COMPLETED
- Completed
completed_at
string
date-time
nullable
required
completed_by
integer
nullable
required
created_by
integer
required
modified_by
integer
nullable
required
owner
integer
Changes