About modules

Overview

A module represents an application available to users on the Inspire platform.

Properties of the module object

A module object returned by the endpoints in this section can have the following properties:

  • id (string): Module ID.
  • name (string): Module name.
  • slug (string): Module slug.
  • isActive (boolean): If True, the module record is active.
  • settings (array): Custom settings saved as key-value pairs.