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

LearningPaths

Returns a single learning path by its unique identifier

Returns a single learning path by its unique identifier.

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

Example request

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

Parameters

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

Example response

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