Skip to main content
GET
/
api
/
Sites
/
getLog
/
{id}
cURL
curl --request GET \
  --url https://api.example.com/api/Sites/getLog/{id} \
  --header 'Authorization: <api-key>'
[
  {
    "id": "<string>",
    "date": "2023-11-07T05:31:56Z",
    "action": "<string>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.hackgate.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

JWT authentication header

Path Parameters

id
string
required

Response

OK

id
string | null
date
string<date-time>
action
string | null
Last modified on May 9, 2026