edubase_post_question_export
Export a question to JSON format by generating a downloadable link; reuses any previously valid link to avoid duplication.
Instructions
Generate download link for exporting the question (in JSON format). If a previous valid link exists, it will be returned instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | external unique question identifier |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | external unique question identifier (if set for the question) | |
| question | Yes | question identification string | |
| url | Yes | download link for the question | |
| valid | Yes | date of link expiration |