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:
contractNumber
yes
integer
Contract number for which the activity log entries must be downloaded.
To make authenticated requests to the API, the following fields are mandatory in the request header:
Authorization
yes
string
Content-Type
yes
string
Set this to application/json
.
A 200 Successful operation indicates that the activity logs are being downloaded for the specified contract number.
You can use Basic Authentication
or a Bearer token
. For more information, see .
This operation retrieves general information about the API, such as the name
and version
.
Use the following endpoint to display the API information: https://api.ionos.com/activitylog/v1
.
To make authenticated requests to the API, the following fields are mandatory in the request header:
Authorization
yes
string
Content-Type
yes
string
Set this to application/json
.
A 200 Successful operation response displays the API details.
You can retrieve the list of contracts that your account credentials are authorized to access using either of the following:
a username
and a password
combination.
a token
to access the API. For more information about obtaining tokens for relevant contracts, see Authentication API for Tokens.
Use the following endpoint to retrieve a list of contracts: https://api.ionos.com/activitylog/v1/contracts
.
To make authenticated requests to the API, the following fields are mandatory in the request header:
Authorization
yes
string
Content-Type
yes
string
Set this to application/json
.
A 200 Successful operation lists all the contracts.
You can use Basic Authentication
or a Bearer token
. For more information, see .
You can use Basic Authentication
or a Bearer token
. For more information, see .