# List All Apps

### /app-view

- **API**: [https://devsey.com/api/app-view](https://devsey.com/api/app-view)
- **METHOD**: GET

### HEADER

- **Authorization**: API Token required
- **Accept**: application/json

### POST Variables

- NONE

### GET Variables

- NONE

### RETURN

- **unique\_id**: string 
    - /report-view-by-id 
        - app\_id
    - /report-advanced-create 
        - app\_id
    - /app-remove 
        - app\_id
- **title**: string
- **url**: string
- **created\_at**: timestamp
- **app\_screenshot**: string 
    - You can pair the app\_screenshot return value with our url to view the images: [https://devsey.com/storage/](https://devsey.com/storage/)

[![image.png](https://docs.devsey.com/uploads/images/gallery/2025-10/scaled-1680-/mfSimage.png)](https://docs.devsey.com/uploads/images/gallery/2025-10/mfSimage.png)

### Additional Information:

The **unique\_id** return from this API can be used on other APIs: **/report-view-by-id**, **/report-advanced-create**, **/app-remove**. In order for those three APIs to successfully complete you must have the app\_id (unique\_id). This means that you would need to run the **/app-view** API first in order to get the app\_id (unique\_id) you wish to make reports or screenshots for. The return section above describes what variables the unique\_id can be used for.