AWorld APIs are in a pre-alpha stage and are being updated frequently. For integration inquiries or technical information, please contact us at server@aworld.org.
curl --location --request GET 'https://api.eu-west-1.aworld.cloud/dashboard/v1/activities/' \
--header 'Authorization: Bearer <token>'
{
"activityId": "string",
"name": "string",
"origin": "CATALOG",
"activityCatalogId": "string",
"syncWithCatalog": true,
"defaultLang": "string",
"langs": [
"string"
],
"accountId": "string",
"workspaceId": "string",
"sourceRegion": "string",
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z",
"tags": [
{
"tagId": "string",
"priority": 0,
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z"
}
],
"translations": [
{
"lang": "string",
"label": "string",
"description": "string",
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z"
}
]
}