Courses API: Courses

Retrieves one specific course

get
Authorizations
BearerstringRequired
Path parameters
coursestring · uuidRequired
Responses
chevron-right
404

Not Found

Typestring · nullableOptional
Titlestring · nullableOptional
Statusinteger · int32 · nullableOptional
Detailstring · nullableOptional
Instancestring · nullableOptional
Other propertiesanyOptional
get
/api/courses/{course}
404

Not Found

Checks for the existence of one specific course

head
Authorizations
BearerstringRequired
Path parameters
coursestring · uuidRequired
Responses
chevron-right
404

Not Found

Typestring · nullableOptional
Titlestring · nullableOptional
Statusinteger · int32 · nullableOptional
Detailstring · nullableOptional
Instancestring · nullableOptional
Other propertiesanyOptional
head
/api/courses/{course}

No content

Collects the list of courses that match specific criteria

post
Authorizations
BearerstringRequired
Body
ClosedSincestring · date-time · nullableOptional
ClosedBeforestring · date-time · nullableOptional
CreatedSincestring · date-time · nullableOptional
CreatedBeforestring · date-time · nullableOptional
ModifiedSincestring · date-time · nullableOptional
ModifiedBeforestring · date-time · nullableOptional
IsPublishedboolean · nullableOptional
Responses
post
/api/courses/collect
200

OK

Counts the courses that match specific criteria

post
Authorizations
BearerstringRequired
Body
ClosedSincestring · date-time · nullableOptional
ClosedBeforestring · date-time · nullableOptional
CreatedSincestring · date-time · nullableOptional
CreatedBeforestring · date-time · nullableOptional
ModifiedSincestring · date-time · nullableOptional
ModifiedBeforestring · date-time · nullableOptional
IsPublishedboolean · nullableOptional
Responses
post
/api/courses/count
200

OK

Downloads the list of courses that match specific criteria

post
Authorizations
BearerstringRequired
Body
ClosedSincestring · date-time · nullableOptional
ClosedBeforestring · date-time · nullableOptional
CreatedSincestring · date-time · nullableOptional
CreatedBeforestring · date-time · nullableOptional
ModifiedSincestring · date-time · nullableOptional
ModifiedBeforestring · date-time · nullableOptional
IsPublishedboolean · nullableOptional
Responses
post
/api/courses/download
200

OK

No content

Searches for the list of courses that match specific criteria

post
Authorizations
BearerstringRequired
Body
ClosedSincestring · date-time · nullableOptional
ClosedBeforestring · date-time · nullableOptional
CreatedSincestring · date-time · nullableOptional
CreatedBeforestring · date-time · nullableOptional
ModifiedSincestring · date-time · nullableOptional
ModifiedBeforestring · date-time · nullableOptional
IsPublishedboolean · nullableOptional
Responses
post
/api/courses/search
200

OK

Last updated

Was this helpful?