Skip to main content
https://.thoughtindustries.com

Courses

Returns a single course by its unique identifier

Returns a single course by its unique identifier.

GEThttps://example.thoughtindustries.com/incoming/v2/content/courses/:id

Example request

curl "https://example.thoughtindustries.com/incoming/v2/content/courses/:id" \
  -H 'Authorization: Bearer YOUR_API_KEY'

Parameters

NameTypeRequiredLocationDescription
iduuidYespathThe id identifier.
typeContentSearchTypeYesqueryThe content search type used to filter or classify the course lookup.

Example response

{
  "data": {
    "ContentDownloadXliff": "string"
  }
}