Account API

Get account logs

get/rest/api/v1/accounts/{accountId}/logs

Path parameters

accountIdstring uuid required

Query parameters

limitinteger

Get the last logs: e.g. 100 means the last 100 logs

offsetinteger

You can set an offset. Offset 100 means 101-200

startstring

ISO 8601

stopstring

ISO 8601

logTypeIdinteger

Filter logs by log level type ID. If you choose 3 = Info, then all logs with a lower level are returned. The levels are: 1 = Error, 2 = Warning, 3 = Info.

Response

OK

accountIdstring uuid
acknowledgedboolean
customerEmailstring
datestring date-time

ISO 8601

idinteger
logTypestring
projectIdstring uuid
textstring