I'm trying to $expand
on singleValueExtendedProperties
for a delta query on my messages, but I'm getting an odd error.
Delta query
https://graph.microsoft.com/v1.0/me/mailFolders/Inbox/messages/delta?$expand=singleValueExtendedProperties($filter=id eq 'String 0x007D')
Response
{
"error": {
"code": "InternalServerError",
"message": "Value cannot be null.\r\nParameter name: type",
"innerError": {
"request-id": "d7cf6c83-a062-4051-85b4-30a5aadf2e65",
"date": "2017-10-06T10:05:10"
}
}
}
The documentation says this is supported. I've also verified (via the GraphAPI explorer) that:
singleValueExtendedProperties
singleValueExtendedProperties
Is this a bug in the API or expected behavior? I know I can follow up with multiples GETs
to pull the desired extended properties, but I'd rather avoid spawning several requests if I can get away with one.
There is limited support for the $filter
query parameter on messages/delta
. From the documentation:
The only supported
$filter
expresssions are$filter=receivedDateTime+ge+{value}
or$filter=receivedDateTime+gt+{value}
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With