Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. {
  2. "requests": [{
  3. "id": 1,
  4. "method": "GET",
  5. "url": "/users/somemailbox@mytenant.onmicrosoft.com/messages?$select=id,internetMessageId,toRecipients,ccRecipients,bccRecipients,subject,isRead,sender,receivedDateTime&$top=500&$search="received>=2019-06-19 AND (subject:\"PO# 123\" AND from:email@domain.com)""
  6. }]
  7. }
  8.  
  9. {
  10. "responses": [
  11. {
  12. "id": "1",
  13. "status": 400,
  14. "body": {
  15. "error": {
  16. "code": "BadRequest",
  17. "message": "There is an unterminated string literal at position 39 in '"received>=2019-06-19 AND (subject:\"PO'.",
  18. "innerError": {
  19. "request-id": "801078a5-d3c6-4b93-a152-6653a3d8ca44",
  20. "date": "2019-07-22T06:29:16"
  21. }
  22. }
  23. }
  24. }
  25. ]
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement