I'm trying to retrieve e-mails created from date A to date B, but it never returns any e-mail. For other filters, like to, from, subject, title, it is working.
https://<<IP>>:4443/v4/RestoreSessions/{{restoreSessionID}}/organization/mailboxes/{{mailboxID}}/action
Code: Select all
{
"search":{
"query": "start:2020-08-28T00:00:38Z end:2022-08-28T00:00:38Z"
}
}
Thanks!