curl --request GET \
--url https://api.icepanel.io/v1/landscapes/{landscapeId}/action-logs \
--header 'Authorization: <authorization>'{
"actionLogs": [
{
"action": {
"id": "<string>",
"props": {
"name": "<string>",
"permission": "billing"
},
"type": "api-key-create"
},
"actionIds": [
"<string>"
],
"id": "<string>",
"importance": "low",
"landscapeId": "<string>",
"parentId": "<string>",
"performedAt": "2023-11-07T05:31:56Z",
"performedBy": "user",
"performedById": "<string>",
"performedByName": "<string>"
}
]
}List action logs
curl --request GET \
--url https://api.icepanel.io/v1/landscapes/{landscapeId}/action-logs \
--header 'Authorization: <authorization>'{
"actionLogs": [
{
"action": {
"id": "<string>",
"props": {
"name": "<string>",
"permission": "billing"
},
"type": "api-key-create"
},
"actionIds": [
"<string>"
],
"id": "<string>",
"importance": "low",
"landscapeId": "<string>",
"parentId": "<string>",
"performedAt": "2023-11-07T05:31:56Z",
"performedBy": "user",
"performedById": "<string>",
"performedByName": "<string>"
}
]
}Show child attributes
id of the entity to lookup, eg: id of the tag being created, or id of the model object being updated
type of action that was performed, eg: diagram-content-update or model-object-create
comment-create, comment-delete, comment-reply-create, comment-reply-delete, comment-reply-update, comment-update, diagram-content-create, diagram-content-delete, diagram-content-update, diagram-content-view, diagram-create, diagram-delete, diagram-export, diagram-group-create, diagram-group-delete, diagram-group-update, diagram-update, domain-create, domain-delete, domain-update, draft-create, draft-delete, draft-merge, draft-task-create, draft-update, draft-view, flow-create, flow-delete, flow-update, flow-view, landscape-copy, landscape-create, landscape-delete, landscape-duplicate, landscape-export, landscape-update, model-connection-create, model-connection-delete, model-connection-update, model-connections-export, model-object-create, model-object-delete, model-object-dependencies-export, model-object-update, model-objects-export, share-link-create, share-link-delete, share-link-update, tag-create, tag-delete, tag-group-create, tag-group-delete, tag-group-update, tag-update, version-create, version-revert-create include actions from objects inside the context, eg: update of a model connection that is connected to a model object
asc, desc OK
Show child attributes
full description of the action that happened
Show child attributes
api-key-create id of the action and any related ids that were part of the action
importance of the action log, eg: medium for tags created
low, medium, high parent action log id that caused this action to happen, eg: update of a diagram caused by a model object delete
user, api-key, notification-key, service