Authorization: Bearer ********************curl --location --request GET 'https://api.eu-west-1.aworld.cloud/app/v1/slides?fields&limit&nextToken' \
--header 'Authorization: Bearer <token>'{
"items": [
{
"slideId": "string",
"origin": "CATALOG",
"defaultLang": "aa",
"langs": [
"aa"
],
"defaultSlideLayoutId": "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",
"tags": [
{
"tagId": "string",
"priority": 0,
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}
],
"translations": [
{
"workspaceId": "stringstri",
"slideId": "string",
"lang": "aa",
"title": "string",
"image": "http://example.com",
"content": {
"background": "string",
"textColor": "string",
"boxColor": "string",
"contents": [
{
"type": "slide",
"text": "string",
"media": {
"type": "decor",
"url": "http://example.com"
}
}
]
},
"accountId": "stringstri",
"sourceRegion": "us-east-1",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}
]
}
],
"nextToken": "eyJwayI6IndvcmtzcGFjZUlkI3pPR0JndVctQWoiLCJxdWl6SWQiOiItRktBdDZfbXM4M3RvSUZaLWVjeFQifQ=="
}