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 PUT 'https://api.eu-west-1.aworld.cloud/app/v1/activityLogs' \
--header 'Content-Type: application/json' \
--data-raw '{
"activityId": "string",
"userId": "string",
"outcome": "SUCCESS",
"value": 1,
"tags": [
"string"
],
"additionalData": {},
"completedAt": "2019-08-24T14:15:22Z"
}'
{
"activityLogId": "string",
"activityId": "string",
"userId": "string",
"outcome": "SUCCESS",
"value": 1,
"tags": [
"string"
],
"additionalData": {},
"completedAt": "2019-08-24T14:15:22Z",
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z",
"accountId": "string",
"workspaceId": "string",
"sourceRegion": "string"
}