Headers
Path Parameters
Response
OK
The response is of type object
.
curl --request GET \
--url https://api.icepanel.io/v1/landscapes/{landscapeId}/action-logs/stats \
--header 'Authorization: <authorization>'
{
"actionLogStats": [
{
"actions": {},
"date": "2023-11-07T05:31:56Z"
}
]
}
List total counts of actions for each action type (e.g. diagram-content-update, model-object-create)
curl --request GET \
--url https://api.icepanel.io/v1/landscapes/{landscapeId}/action-logs/stats \
--header 'Authorization: <authorization>'
{
"actionLogStats": [
{
"actions": {},
"date": "2023-11-07T05:31:56Z"
}
]
}
OK
The response is of type object
.