Comment on page
Course
id
long?
Course ID - cannot be null in PUT/PATCH methods
📶 EQUALS
,ENUM
deleted
boolean
Cannot be true in POST/PUT/PATCH methods
📶 EQUALS
,ENUM
enabled
boolean
Enable coursename
string(1, ...)
Course name
📶 STRING
🔽 BOTH
sortOrder
long
Value for order (sorting) courses.tags
string[]
Tags for a coursesversionDate
timestamp?
Last modification date and time
📶 EQUALS
,ENUM
,NUMBER
JSON
{
"_cloudId": <integer>,
"deleted": <boolean>,
"enabled": <boolean>,
"id": <long>,
"name": <string>,
"sortOrder": <long>,
"tags":<string[]>,
"versionDate": <timestamp>
}
get
https://api.dotykacka.cz
/v2/clouds/:cloudId/courses
Get courses
get
https://api.dotykacka.cz
/v2/clouds/:cloudId/courses/:courseId
Get course
Last modified 1yr ago