Course Shares
Alle Operationen rund um Course Shares.
Datenmodell
Die Endpoints dieses Moduls arbeiten auf folgender Entität. Die Schema-Referenz listet jedes Feld mit Typ, Validierung und Beziehungen:
| Entität | Schema-ID | Felder | Sequenz | Permissions |
|---|---|---|---|---|
| Course Share | course_share |
14 | — | course_share_* |
Endpoints
| Methode | Pfad | Operation | Beschreibung |
|---|---|---|---|
POST |
/v1/course_shares |
Create course_share | Create a new course_share in the active tenant. |
DELETE |
/v1/course_shares/{id} |
Delete course_share | Soft delete entity. |
GET |
/v1/course_shares/{id} |
Get course_share by id | Fetch a single course_share. |
GET |
/v1/course_shares/{id}/linked |
Get linked entities | CodeMeta OS API endpoint. |
GET |
/v1/course_shares/{id}/timeline |
Get timeline | CodeMeta OS API endpoint. |
GET |
/v1/course_shares/{id}/transitions |
List transitions | CodeMeta OS API endpoint. |
GET |
/v1/course_shares |
List course_shares | List course_shares for the active tenant. |
PATCH |
/v1/course_shares/{id} |
Patch course_share | JSON Merge Patch update. |
POST |
/v1/course_shares/bulk |
Bulk operation | CodeMeta OS API endpoint. |
POST |
/v1/course_shares/{id}/transition |
POST /v1/course_shares/{id}/transition | CodeMeta OS API endpoint. |
POST |
/v1/course_shares/{id}/transitions/{transitionKey} |
Execute transition | CodeMeta OS API endpoint. |
PUT |
/v1/course_shares/{id} |
Replace course_share | Full replace with optimistic locking. |