GET
/
landscapes
/
{landscapeId}
/
action-logs
List
curl --request GET \
  --url https://api.icepanel.io/v1/landscapes/{landscapeId}/action-logs \
  --header 'Authorization: <authorization>'
{
  "actionLogs": [
    {
      "action": "<any>",
      "actionIds": [
        "<string>"
      ],
      "id": "<string>",
      "importance": "low",
      "landscapeId": "<string>",
      "parentId": "<string>",
      "performedAt": "2023-11-07T05:31:56Z",
      "performedBy": "user",
      "performedById": "<string>",
      "performedByName": "<string>"
    }
  ]
}

Headers

Authorization
string
required

Path Parameters

landscapeId
string
required

Query Parameters

filter
object

Response

OK

The response is of type object.