curl --location 'https://api.aworld.cloud/dashboard/v1/learning-groups/history/search' \
--header 'Content-Type: application/json' \
--data '{
"filter": {
"==": [
{
"var": "role"
},
"admin"
]
},
"sort": {
"field": "createdAt",
"order": "asc"
},
"limit": 20,
"nextToken": "string",
"fields": [
"translations"
]
}'{
"items": [
{
"version": 0,
"stage": "DRAFT",
"actorId": "string",
"actorType": "user",
"learningGroupId": "string",
"type": "custom",
"estimatedDuration": 0,
"origin": "CATALOG",
"legacyLearningGroupId": "string",
"catalogWorkspaceId": "stringstri",
"catalogLearningGroupId": "string",
"defaultLang": "en",
"langs": [
"en"
],
"items": [],
"defaultLayoutId": "string",
"background": "string",
"textColor": "string",
"boxColor": "string",
"backgroundImage": "http://example.com",
"backgroundSize": "cover",
"backgroundPosition": "center",
"fontFamily": "string",
"contentJustify": "start",
"completionRule": {
"==": [
1,
1
]
},
"outcomeRule": {
"==": [
1,
1
]
},
"startRule": {
"==": [
1,
1
]
},
"source": "string",
"parentId": "string",
"parentType": "learningPath",
"accountId": "stringstri",
"workspaceId": "stringstri",
"sourceRegion": "us-east-1",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z",
"latestVersion": 1,
"translations": [
{
"version": 0,
"stage": "DRAFT",
"actorId": "string",
"actorType": "user",
"workspaceId": "stringstri",
"learningGroupId": "string",
"lang": "en",
"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"
}
],
"tags": [
{
"tagId": "string",
"priority": 0,
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}
]
}
],
"nextToken": "eyJwayI6IndvcmtzcGFjZUlkI3pPR0JndVctQWoiLCJxdWl6SWQiOiItRktBdDZfbXM4M3RvSUZaLWVjeFQifQ=="
}