v1

latestSwagger 2.0Proprietary License2026-07-1788119346.7 KB
Modules

Retrieve rendered Event Config Schema of system module data by module name and version

get/modules/{module_name}/versions/{version}/options/{option_name}

Path parameters

module_namestring required

module name without spaces

versionstring required

module version string according semantic version format

option_name'id' | 'tenant_id' | 'service_type' | 'state' | 'config_schema' | 'default_config' | 'static_dependencies' | 'fields_schema' | 'action_config_schema' | 'default_action_config' | 'event_config_schema' | 'default_event_config' | 'changelog' | 'locale' | 'info' | 'last_update' | 'event_config_schema_definitions' | 'action_config_schema_definitions' required

module option without spaces

Response

module option received successful

dataobject
statusstring

Example response

{
  "status": "success"
}