GET /messages

Retrieves messages using filters. If no filters are set, the call returns the 50 newest messages that the user has permission to view. The messages are sorted by date, in descending order.

Users with basic access rights see the messages that were sent or received by their own party. Manager users can view the messages owned by the parties that they manage, while administrator users can view the messages from all the parties in the system.

The returned results can be paged. The maximum number of messages per page is 100.

Multiple filters can be used at the same time. If there are no matching messages, the call returns an empty array.

Language
URL
Click Try It! to start a request and see the response here!