Download Activity Log Entries
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.
Endpoint
Use the following endpoint to retrieve the activity log entries: https://api.ionos.com/activitylog/v1/contracts/{contractNumber}
.
Request
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 |
---|---|---|---|
| yes | integer | Contract number for which the activity log entries must be downloaded. |
Response
A 200 Successful operation indicates that the activity logs are being downloaded for the specified contract number.
Last updated