This API provides an interface for interacting with various tools and modules available on our platform. Here's a brief overview:
- GET /tools/interactive_modules/api - Retrieve information about the available interactive modules.
- POST /tools/interactive_modules/api - Create or update an interactive module.
Usage Example
To get information about the interactive modules, you can make a GET request to /tools/interactive_modules/api
.
GET /tools/interactive_modules/api
API Response
The response will be in JSON format and will include details about each module.
{
"modules": [
{
"id": "1",
"name": "Module A",
"description": "This module provides functionality X.",
"url": "/tools/interactive_modules/module_a"
},
{
"id": "2",
"name": "Module B",
"description": "This module provides functionality Y.",
"url": "/tools/interactive_modules/module_b"
}
]
}
More Information
For more details on how to use this API, please refer to our API Documentation.
[center]
[/center]