GET
/
landscapes
/
{landscapeId}
/
action-logs
/
stats
List By Type
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"
    }
  ]
}

Headers

Authorization
string
required

Path Parameters

landscapeId
string
required

Query Parameters

filter
object
period
enum<string>
Available options:
day,
week,
month,
year

Response

OK

The response is of type object.