Scan Modes
List all scan modes
Retrieves a list of all scan modes
get/api/scan-modes
Response
Array of scan mode objects
Example response
[
{
"id": "entity123",
"creationDate": "2023-10-31T12:34:56.789Z",
"lastEditInstant": "2023-10-31T12:34:56.789Z",
"name": "Daily Backup Scan",
"description": "Scans for new backup data every day at midnight",
"cron": "0 0 * * *"
}
]