get https://app.rumbleup.com/api/message/log/select
Retrieve a contact conversation log, i.e. all messages sent and received for a contact.
Success:
- 200:
OK
. Returns information for the queried items specified in the Object Definition . If the filter parameters find nothing, it will still return a 200 response with an emptydata
array andcount=0
.
Errors:
- 401:
Unauthorized
. Credentials are missing are not correct.