An API that connects multiple Microsoft services, enabling data access and automation across platforms
When using the Microsoft Graph Security API, receiving an InternalServerError when selecting the evidence property could be due to a few reasons. This error might indicate that the server is unable to process the request correctly when this specific property is included. It is not uncommon for certain properties to cause issues if they are not fully supported or if there are underlying problems with the data associated with them.
In your case, since the request without the evidence property succeeds, it suggests that the issue is specifically related to that property. You may want to check the following:
- API Version: Ensure you are using the correct version of the API and that the evidence property is supported in that version.
- Data Availability: There may be instances where the evidence data is not available for the alerts you are querying, leading to an internal error.
- Permissions: Ensure that the permissions associated with your access token are adequate to access the evidence property.
- Microsoft Support: If the issue persists, consider reaching out to Microsoft support for further assistance, especially if this seems to be a recurring problem.
If you are still facing issues, you can also check the Microsoft documentation for any updates or known issues related to the evidence property in the Security API.
References: