Tag Archives: backward

Microsoft Graph Developer – Microsoft Search API’s schema change deprecation


If you’re using Microsoft Graph API’s Search API to search for information then this information is for you. Say using Search API in M365, in email messages, it return messages ranked by relevance, and render a dedicated search experience. The search applies to the body and attachments of messages in the signed-in user’s own mailbox.  Please note that the search API schema has changed in the beta version with some properties in a search request and response renamed or removed.

  • In the beta version, properties used in a search request and response have been renamed or removed. In most cases, the original properties are being deprecated and replaced by the current properties, as listed in the document.
  • What’s for Graph API developers? So moving forward, start updating any existing apps to use current property and type names, and to get current property names in the response.
  • Important date: For backward compatibility, the original properties and types are accessible and functional until December 31, 2020, after which they will be removed.