Core - Configuration

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 here.

Get mobile configurations

Gets the environment variable configurations for frontend UI

GET /v1/config/mobile-config

Gets the mobile configurations list

Status Codes

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
}