edubase_get_class
Retrieve class details and verify class identifiers in the EduBase platform to manage educational content, schedule exams, and organize courses.
Instructions
Get/check class.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| class | Yes | class identification string |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| class | Yes | class identification string | |
| id | No | external unique class identifier (if set for the class) | |
| name | Yes | title of the class | |
| start | No | start date and time (if set) | |
| end | No | end date and time (if set) |