Skip to main content
GET
/
landscapes
/
{landscapeId}
/
action-logs
/
stats
/
by-type
List By Type
curl --request GET \
  --url https://api.icepanel.io/v1/landscapes/{landscapeId}/action-logs/stats/by-type \
  --header 'Authorization: <authorization>'
{
  "contributors": {},
  "dates": [
    {
      "actions": {},
      "date": "2023-11-07T05:31:56Z"
    }
  ],
  "totalCount": 123
}

Headers

Authorization
string
required

Path Parameters

landscapeId
string
required

Query Parameters

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

Response

OK

contributors
object
required
dates
object[]
required
totalCount
number
required