Get delivery messages
GET/api/delivery/msg/:serviceCode
Retrieve all messages associated with a specific delivery.
The messages include:
- Message content
- Author (user's full name)
- Date and time of creation
- Read status (if applicable)
Requirements:
- The service code must exist
- The delivery must belong to the user's company
- The delivery must be active (can_message: true)
Usage example:
- Query communication history for a delivery
- Check for recent updates or instructions
- Review previous conversations
Request
Responses
- 200
- 400
- 401
Message list
Request error
Unauthorized