Create activity log
PUT
https://api.eu-west-1.aworld.cloud/app/v1/activityLogs
ActivityLogs
Request Request Example
Shell
JavaScript
Java
Swift
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"
}'
Response Response Example
200 - Example 1
{
"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"
}
Request
Body Params application/json
Responses
Modified at 2025-06-25 15:15:28