Course
Course schema
id
long?
Course ID - cannot be null in PUT/PATCH methods
📶 EQUALS
,ENUM
_cloudId
integer
Cloud ID
🔽 NONE
deleted
boolean
Cannot be true in POST/PUT/PATCH methods
📶 EQUALS
,ENUM
enabled
boolean
Enable course
name
string(1, ...)
Course name
📶 STRING
🔽 BOTH
sortOrder
long
Value for order (sorting) courses.
tags
string[]
Tags for a courses
versionDate
timestamp?
Last modification date and time
📶 EQUALS
,ENUM
,NUMBER
JSON response
Get courses
GET
https://api.dotykacka.cz/v2/clouds/:cloudId/courses
Path Parameters
Name | Type | Description |
---|---|---|
cloudId* | integer |
Query Parameters
Name | Type | Description |
---|---|---|
sort | string | |
page | integer | |
filter | string | |
limit | integer |
Headers
Name | Type | Description |
---|---|---|
Authorization* | string | Bearer accessToken |
Get course
GET
https://api.dotykacka.cz/v2/clouds/:cloudId/courses/:courseId
Path Parameters
Name | Type | Description |
---|---|---|
cloudId* | Integer |
Last updated