LearningPaths
Returns a single learning path by its unique identifier
Returns a single learning path by its unique identifier.
GET
https://example.thoughtindustries.com/incoming/v2/content/learningPaths/:idExample request
curl "https://example.thoughtindustries.com/incoming/v2/content/learningPaths/:id" \
-H 'Authorization: Bearer YOUR_API_KEY'Parameters
| Name | Type | Required | Location | Description |
|---|---|---|---|---|
id | uuid | Yes | path | The id identifier. |
type | ContentSearchType | Yes | query | The content search type used to filter or classify the learning path lookup. |
Example response
{
"data": {
"ContentDownloadXliff": "string"
}
}