List activity logs
This endpoint allows you to retrieve all the activity logs related to your user.
Query parameters
Unique identifier of the service that is related to the resource {name}
Optional : If you pass this parameter with the value total, then the response will be the number of items in the collection, instead of the items themselves.<br /> Part of the total capacity
Optional parameter that define the page number<br /> Part of the pagination capacity
Optional parameter that define the number of items per page<br /> Part of the pagination capacity
Optional parameter that define the field used for sorting<br /> Part of the sort capacity
Optional parameter that define the default sort order<br /> Part of the sort capacity
Optional parameter that define the sorting order for a field<br /> By default order is used<br /> Part of the sort capacity
Response
OK
Example response
{
"result": "success",
"data": [
{
"action": "Edit",
"account_id": 1234,
"service_id": 23,
"product_id": 1234,
"product": "My product name",
"ip": "127.0.0.1",
"created_at": 1628144523
}
],
"total": 221,
"page": 2,
"pages": 15,
"items_per_page": 15
}