| HTTP | URL | Parameters | Description | Response |
|---|---|---|---|---|
| GET | /api/public/backup/history/last | None | Provides the status of the last backup | Returns StatusResult objects |
| POST | /api/public/backup | None | Starts a backup of the Viewpoint system |
When successful, the 202 response indicates the request was accepted. When unsuccessful, responses such as 400 for bad requests or 409 for conflict display. |