Gets a Boolean value that indicates whether there are any apps ready to be registered on the Title Scratch drive or in the DeveloperFiles LooseApps folder.
None.
None.
None.
If the call is successful, the service will return a JSON Folders array. Each entry in the array will contain the following members.
| Member | Description |
|---|---|
| Folder | Relative path to the app. |
| PackageFullName | Name of the app. |
| isEra | Boolean. If this value is true, the app is an ERA title. If this value is false, the app is a UWP app. |
The service returns one of the status codes in this section in response to a request made with this method on this resource.
| Code | Description |
|---|---|
| 200 | The operation was successful. |
| 4XX | Error codes. |
| 5XX | Error codes. |