Skip to main content

List All Apps

/app-view

  • API: https://devsey.com/api/app-view
  • METHOD: GET

HEADER

  • Authorization: API Token required
  • Accept: application/json

POST 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

image.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.