get https://api.banking.netevia.dev/UserUploadSessions
The GET /UserUploadSessions API endpoint retrieves a list of user upload sessions, including ongoing and completed sessions. This method provides detailed information about each upload session, such as session IDs, timestamps, statuses, and metadata related to the uploads.
Functionality:
- Returns a list of upload sessions, allowing clients to monitor and manage file uploads efficiently.
- Provides metadata like user IDs, session timestamps, session states, and other relevant details for each upload session.
Key Features:
- Session Tracking: Provides detailed session data, such as the session ID, timestamps, and status (e.g., "Completed" or "In Progress").
- Efficient Monitoring: Enables users or administrators to monitor and manage file upload processes in real-time.
- Metadata: Includes additional details like user ID and session states for better tracking and analysis.
- Secure Access: Requires proper authentication via a bearer token, ensuring only authorized users can view session data.
- Error Handling: Returns clear error messages for cases like unauthorized access or missing session records.
This API helps in efficiently tracking file uploads and managing ongoing and completed upload activities within the system.