No API documented yet. Know where the docs live? Propose the links above.
Actions (61)
Admin · 39
- Create rolePOST /api/v2/roles
Create a new role in the Cascade instance.
documented - Create userPOST /api/v2/users
Create a new user in the Cascade instance.
documented - Delete org unitDELETE /api/v2/org_units/{id}
Delete an organization unit by ID.
documented - Delete org unitDELETE /api/v2/org_units/{id}
Delete an organization unit by ID.
documented - Delete roleDELETE /api/v2/roles/{id}
Delete a role by ID.
documented - Get org unitGET /api/v2/org_units/{id}
Retrieve an organization unit by ID.
documented - Get org unitGET /api/v2/org_units/{id}
Retrieve an organization unit by ID.
documented - Get roleGET /api/v2/roles/{id}
Retrieve a role by ID.
documented - Get userGET /api/v2/users/{id}
Retrieve a user by ID.
documented - Get user statisticsGET /api/v2/users/{id}/statistic
Retrieve statistics for a specific user.
documented - Get user statisticsGET /api/v2/users/{id}/statistic
Retrieve statistics for a specific user.
documented - List org unitsGET /api/v2/org_units
List organization units.
documented - List role appointmentsGET /api/v2/roles/{id}/appointments
List role appointments.
documented - List role appointmentsGET /api/v2/roles/{id}/appointments
List role appointments.
documented - List role assigned tasksGET /api/v2/roles/{id}/assigned_tasks
List tasks assigned to a role.
documented - List role assigned tasksGET /api/v2/roles/{id}/assigned_tasks
List tasks assigned to a role.
documented - List role collaborationsGET /api/v2/roles/{id}/collaborations
List role collaborations.
documented - List role collaborationsGET /api/v2/roles/{id}/collaborations
List role collaborations.
documented - List role goalsGET /api/v2/roles/{id}/goals
List goals assigned to a role.
documented - List role goalsGET /api/v2/roles/{id}/goals
List goals assigned to a role.
documented - List role immediate rolesGET /api/v2/roles/{id}/immediate_roles
List immediate roles for a role.
documented - List role immediate rolesGET /api/v2/roles/{id}/immediate_roles
List immediate roles for a role.
documented - List role notificationsGET /api/v2/roles/{id}/notifications
List role notifications.
documented - List role notificationsGET /api/v2/roles/{id}/notifications
List role notifications.
documented - List role watchersGET /api/v2/roles/{id}/goal_watchers
List goal watchers for a role.
documented - List role watchersGET /api/v2/roles/{id}/goal_watchers
List goal watchers for a role.
documented - List rolesGET /api/v2/roles
List roles in the Cascade instance.
documented - List user configsGET /api/v2/users/{id}/user_configs
List user configurations for a specific user.
documented - List user configsGET /api/v2/users/{id}/user_configs
List user configurations for a specific user.
documented - List user eventsGET /api/v2/users/{id}/events
List events for a specific user.
documented - List user eventsGET /api/v2/users/{id}/events
List events for a specific user.
documented - List user job applicationsGET /api/v2/users/{id}/job_applications
List job applications for a specific user.
documented - List user job applicationsGET /api/v2/users/{id}/job_applications
List job applications for a specific user.
documented - List user scheduled jobsGET /api/v2/users/{id}/scheduled_jobs
List scheduled jobs for a specific user.
documented - List user scheduled jobsGET /api/v2/users/{id}/scheduled_jobs
List scheduled jobs for a specific user.
documented - List user snapshotsGET /api/v2/users/{id}/snapshots
List snapshots for a specific user.
documented - List user snapshotsGET /api/v2/users/{id}/snapshots
List snapshots for a specific user.
documented - List usersGET /api/v2/users
List users in the Cascade instance.
documented - Update userPUT /api/v2/users/{id}
Update a user by ID.
documented
Goals · 5
- Create goalPOST /api/v2/goals
Create a new goal in the Cascade instance.
documented - Create milestonePOST /api/v2/goals/{id}/milestones
Add a milestone (or milestones) to a specific goal.
documented - Get goalGET /api/v2/goals/{id}
Retrieve a goal by its ID.
documented - List goalsGET /api/v2/goals
Fetch one or more goals with optional filters and pagination.
documented - Update goalPUT /api/v2/goals/{id}
Update an existing goal by ID.
documented
Issues · 5
- Create issuePOST /api/v2/issues
Create a new issue (risk) for a goal.
documented - Delete issueDELETE /api/v2/issues/{id}
Delete an issue by ID.
documented - Get issueGET /api/v2/issues/{id}
Retrieve an issue by its ID.
documented - List issuesGET /api/v2/issues
Fetch one or more issues (risks) with optional filters and pagination.
documented - Update issuePUT /api/v2/issues/{id}
Update an issue by ID.
documented
Tasks · 5
- Create taskPOST /api/v2/tasks
Create a new task under a specific goal.
documented - Delete taskDELETE /api/v2/tasks/{id}
Delete a task by ID.
documented - Get taskGET /api/v2/tasks/{id}
Retrieve a task by its ID.
documented - List tasksGET /api/v2/tasks
Fetch one or more tasks with optional filters and pagination.
documented - Update taskPUT /api/v2/tasks/{id}
Update an existing task by ID.
documented
Updates · 5
- Create updatePOST /api/v2/updates
Create a new update for a goal.
documented - Delete updateDELETE /api/v2/updates/{id}
Delete an update by ID.
documented - Get updateGET /api/v2/updates/{id}
Retrieve an update by ID.
documented - List updatesGET /api/v2/updates
Fetch one or more updates with optional filters and pagination.
documented - Update updatePUT /api/v2/updates/{id}
Update an existing update by ID.
documented