Authorization: Bearer ********************curl --location --request GET 'https://api.eu-west-1.aworld.cloud/app/v1/learning-paths?fields&limit&nextToken&progressStatus&state&visibility' \
--header 'Authorization: Bearer <token>'{
"items": [
{
"learningPathId": "string",
"origin": "CATALOG",
"learningPathCatalogId": "string",
"legacyLearningPathId": "string",
"syncWithCatalog": true,
"title": "string",
"description": "string",
"image": "http://example.com",
"estimatedDuration": 0,
"defaultLang": "aa",
"langs": [
"aa"
],
"items": [
null
],
"activities": [
{
"itemId": "string",
"itemType": "activity",
"languages": [
"aa"
]
}
],
"completionRule": {
"==": [
1,
1
]
},
"outcomeRule": {
"==": [
1,
1
]
},
"startRule": {
"==": [
1,
1
]
},
"accountId": "stringstri",
"workspaceId": "stringstri",
"sourceRegion": "us-east-1",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z",
"tags": [
{
"tagId": "string",
"priority": 0,
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}
],
"translations": [
{
"workspaceId": "stringstri",
"learningPathId": "string",
"lang": "aa",
"title": "string",
"image": "http://example.com",
"description": "string",
"accountId": "stringstri",
"sourceRegion": "us-east-1",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}
]
}
],
"nextToken": "eyJwayI6IndvcmtzcGFjZUlkI3pPR0JndVctQWoiLCJxdWl6SWQiOiItRktBdDZfbXM4M3RvSUZaLWVjeFQifQ=="
}