Get documents for a course week
elearn_get_week_documentsRetrieve all file topics from a specific week module in a course by week number or title fragment, with optional inclusion of link topics and hidden content.
Instructions
Return every accessible file topic recursively contained in matching Week modules for one course. Week can be a number (for example 3) or title fragment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| week | Yes | A week number or module-title fragment, such as 3 or 'Week 3'. | |
| courseId | Yes | The numeric course ID. | |
| includeLinks | No | Also include link topics, not only files. | |
| includeHidden | No | Include hidden topics if the API exposes them. |