List All Apps
/app-view
- API: https://devsey.com/api/app-view
- METHOD: GET
HEADER
POST Variables
- NONE
RETURN
- unique_id: string
- /report-view-by-id
- app_id
- /report-advanced-create
- app_id
- /app-remove
- app_id
- /report-view-by-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/
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.
