Download Activity Log Entries
Last updated
Last updated
This operation retrieves activity log entries for a specific contract. You can filter the results by providing either of the date ranges: startDate
or endDate
. The number of results displayed on each page depends on the limit
and offset
values. While limit
limits the number of response elements, offset
specifies the starting point within the collection of resource results returned from the server.
Use the following endpoint to retrieve the activity log entries: https://api.ionos.com/activitylog/v1/contracts/{contractNumber}
.
Note: Remember to update the sample values in the request with valid ones.
To make authenticated requests to the API, the following path parameter is mandatory:
Path Parameter | Required | Type | Description |
---|---|---|---|
A 200 Successful operation indicates that the activity logs are being downloaded for the specified contract number.
contractNumber
yes
integer
Contract number for which the activity log entries must be downloaded.
Authorization
yes
string
You can use Basic Authentication
or a Bearer token
. For more information, see Authentication.
Content-Type
yes
string
Set this to application/json
.