| Summary: | [server][progress service] Create REST api for tasks | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Malgorzata Janczarska <malgorzata.tomczyk> |
| Component: | Server | Assignee: | Malgorzata Janczarska <malgorzata.tomczyk> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | ||
| Version: | 0.2 | ||
| Target Milestone: | 0.4 M1 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
| Bug Depends on: | |||
| Bug Blocks: | 344148, 364987 | ||
|
Description
Malgorzata Janczarska
API: GET /task - return a list of tasks for current user GET /task/id/<taskid> - return task status PUT /task/id/<taskid> put data: "Cancel: true" - cancel running task DELETE /task/id/<taskid> - remove task (success only if completed) DELETE /task - remove all completed tasks This API is implemented, now I need to consume it on the client site. |