4.61. Analyst - Export data [to be reviewed]
| Id | 4.61. |
| Description |
As an Analyst,
I must be able to export all or part of the data,
So that I can analyse the data in external analytics tools or import it into other systems. |
| Priority | High |
| Actors | Analyst |
| API Calls | N/A |
| Linked Processes | |
| Status |
Preconditions
- The User must be authenticated and have the Analyst role.
Postconditions
- The System returns the requested data export.
Main flow
- The User triggers the export of all available vertical cabling data via the APIs (GET) and specifies the exact format expected (e.g. CSV, Json)
- The system returns the requested export.
Exceptions
[400 Bad Request] Invalid input:
If mandatory fields are missing or invalid, the system returns an error message.
[500 Internal Server Error] System Error
If the system fails to save changes due to an internal error, it displays an appropriate message and logs the error for further investigation.