Core - Configuration ==================== .. Last update: 27/09/2021 This module handles the retrieval of the different parameters that can be used to configure the platform and their modules. The base url for the APIs in this page is at:: /api/mobile A JSON file with OpenAPI data about all core-related mobile APIs can be downloaded :download:`here `. Get mobile configurations ------------------------- Gets the environment variable configurations for frontend UI .. openapi:: /openapi/srv-core/api-src-WebMobile.json :paths: /v1/config/mobile-config Returns a positive Json object containing the app configurations:: { MaxTRAdvanceHours: 3, // Int, number of hour in advance a reservation can be made MaxTRDurationHours: 5, // Int, max number of hour a reservation can last MaxMARevokeMinutes: 30 // Int (nullable), time interval to allow reservation revoke after its creation }