Operate (Tasks & Changes)
Organization and site tasks, occurrences/files, and change management lifecycle.
Audience: Ops managers, site ops
Organization-Level Tasks
Define recurring or ad-hoc tasks and generate occurrences.
/computecomplete/organizations/{organization}/tasks/dashboard
Copied/computecomplete/organizations/{organization}/tasks
Copied/computecomplete/organizations/{organization}/tasks/create
CopiedPOST /computecomplete/organizations/{organization}/tasks
Copied/computecomplete/organizations/{organization}/tasks/{task}
CopiedPATCH /computecomplete/organizations/{organization}/tasks/{task}/toggle-active
CopiedPOST /computecomplete/organizations/{organization}/tasks/{task}/generate-occurrences
Copied- Create tasks
- Generate occurrences
- Toggle active
Task Occurrences & Files
Mark occurrences complete and retrieve files.
POST /computecomplete/organizations/{organization}/task-occurrences/{occurrence}/complete
Copied/computecomplete/organizations/{organization}/task-occurrences/{occurrence}/files/{index}
Copied- Complete occurrence
- Download files
Site-Level Tasks
Task workflow scoped to a single site.
/computecomplete/organizations/{organization}/sites/{site}/tasks
Copied/computecomplete/organizations/{organization}/sites/{site}/tasks/create
CopiedPOST /computecomplete/organizations/{organization}/sites/{site}/tasks
Copied/computecomplete/organizations/{organization}/sites/{site}/tasks/{task}
Copied- Create and manage site tasks
Organization-Level Changes
Full RFC lifecycle: draft → review → implement → close.
/computecomplete/organizations/{organization}/changes
Copied/computecomplete/organizations/{organization}/changes/create
CopiedPOST /computecomplete/organizations/{organization}/changes
Copied/computecomplete/organizations/{organization}/changes/{changeRequest}
CopiedPOST /computecomplete/organizations/{organization}/changes/{changeRequest}/submit-for-review
CopiedPOST /computecomplete/organizations/{organization}/changes/{changeRequest}/review
CopiedPOST /computecomplete/organizations/{organization}/changes/{changeRequest}/implement
CopiedPOST /computecomplete/organizations/{organization}/changes/{changeRequest}/close
Copied/computecomplete/organizations/{organization}/changes/{changeRequest}/attachments/{type}/{index}
Copied- Draft request
- Submit for review
- Implement & close
- Download attachments
Site-Level Changes
Change workflow scoped to a single site.
/computecomplete/organizations/{organization}/sites/{site}/changes
Copied/computecomplete/organizations/{organization}/sites/{site}/changes/create
CopiedPOST /computecomplete/organizations/{organization}/sites/{site}/changes
Copied/computecomplete/organizations/{organization}/sites/{site}/changes/{changeRequest}
Copied- Create/manage site-scoped change requests