Order Controller

Get order activity logs by order ID

Retrieve all activity logs for a specific order.

get/orders/activity-logs/{id}

Path parameters

idnumber required

Response

Activity logs retrieved successfully, grouped by performer

totalLogsnumber required

Total activity log count across all partitions

Example response

{
  "totalLogs": 15,
  "partitions": [
    {
      "performer": "John Doe",
      "userId": 12
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.