edubase_post_question_export
Generate JSON export links for educational questions using unique identifiers. Returns existing valid links when available to streamline question data backup and migration.
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 |