archive project
/members/{member}/projects/{group}/archive [POST]
| API Support | Available since | Last updated | Output |
|---|---|---|---|
| 4.9500 | 5.9500 | xml, json |
Description
Launch an archive thread for the project.
Invoking this service starts an Asynchronous process.
The thread does the following
- Prefix the project name with 'archive-' and add the archive flag
- Prefix the name of all descendant projects/groups with 'archive-' and add the archive flag
- Create any missing archive parent project
- Modify the default project folder and all the URIs below.
- Clears the group indexes.
Parameters
No parameters required.
Permission
This service requires manager or higher.
Response
This service returns the following XML:
<group-archive>
<thread ...>
...
</thread>
</group-archive>
Error Handling
| Code | Cause / Description |
|---|---|
| 0x1111 | The group is already archived |