Download Activity Log Entries
Endpoint
Request
curl -X 'GET' \
'https://api.ionos.com/activitylog/v1/contracts/9876543218374837483?offset=0&limit=20' \
-H 'accept: application/json'Path Parameter
Required
Type
Description
Header Parameters
Required
Type
Description
Response
{
"hits": {
"total": 1,
"hits":[
{
"_source": {
"@uuid": "c1b9b1b0-7b1b-11e6-9a41-000d3a002f99",
"meta": {
"auditVersion": "0.1",
"time": "2016-09-23T12:02:52.394Z"
},
"principal": {
"sourceIP": "203.0.113.42",
"identity": {
"contractNumber": "31721060",
"username": "[email protected]"
},
"sourceService": "ExampleService"
},
"event": {
"param": {},
"resources": [
{
"action": [
"sec.user.create"
],
"id": "1466",
"type": "user"
}
],
"type": "RequestAccepted"
}
}
}
]
}
}Last updated
Was this helpful?