> For the complete documentation index, see [llms.txt](https://support.scappman.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.scappman.com/known-issues/scappman-reports-not-populating.md).

# Scappman reports not populating

## Issue

At this time, the reports view of the Scappman portal does not display any new data.&#x20;

### Current Scappman report functionality

<figure><img src="/files/lX1BGDJVu0FxwNwljfWs" alt=""><figcaption></figcaption></figure>

### Expected Scappman report functionality

<figure><img src="/files/CGpMC44COWCHGVdXNi0u" alt=""><figcaption></figcaption></figure>

## Cause

### Microsoft has removed the following Graph API Endpoints

The Scappman portal uses these endpoints to gather information on the installation status of applications and updates created by Scappman.

* /deviceAppManagement/mobileApps/{mobileAppId}/installSummary

<figure><img src="/files/HYJarIFA3BryM4DkH6Z7" alt=""><figcaption></figcaption></figure>

* /deviceAppManagement/mobileApps/{mobileAppId}/deviceStatuses&#x20;

<figure><img src="/files/foVjjUY2PEDm0yqw1oUd" alt=""><figcaption></figcaption></figure>

* /deviceAppManagement/mobileApps/{mobileAppId}/userStatuses

<figure><img src="/files/jo2YkoAS514nVAN9roCh" alt=""><figcaption></figcaption></figure>

(08/062023) ~~There is no mention of this breaking change in the ChangeLog for Graph API~~

(09/06/2023) Microsoft are retroactively adding this change to the Changelog

{% embed url="<https://developer.microsoft.com/en-us/graph/changelog/?filterBy=&from=2023-06-01&search=>" %}

## Resolution

Microsoft has confirmed that a change was put forward earlier this year to remove these endpoints; however, that change was not publicly visible.&#x20;

Scappman is rewriting the reporting functionality to use a different Graph API endpoint that provides the same data but in a different format, as Microsoft will not be reverting the change and restoring those endpoints.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://support.scappman.com/known-issues/scappman-reports-not-populating.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
