GET
/
landscapes
/
{landscapeId}
/
action-logs
/
{actionLogId}
Find
curl --request GET \
  --url https://api.icepanel.io/v1/landscapes/{landscapeId}/action-logs/{actionLogId} \
  --header 'Authorization: <authorization>'
{
  "actionLog": {
    "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
actionLogId
string
required

Response

OK

actionLog
object
required