Headers
Response
OK
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>"
}
}
Find an action log
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>"
}
}
OK
Show child attributes