Get All Shipments
GET/v1/api/quality/inspection/shipment
Retrieves all shipment inspection records with activity logs.
Each shipment includes an activity_log array containing a chronological timeline of user activities
such as shipment start, submission, issue resolution, and image capture (ordered oldest first, most recent last).
Auth Required
Required Permissions:
quality.inspection.shipment:read("Quality Inspection Shipment")
Request
Responses
- 200
- 401
- 403
- 500
Shipments retrieved successfully
Unauthorized. User is not authenticated or session is invalid.
Forbidden. User does not have the required permissions.
Internal Server Error