Skip to main content

Create Advanced Report

/report-advanced-create

  • API: https://devsey.com/api/report-advanced-create
  • METHOD: POST

 

HEADER

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

 

POST Variables

  • app_id
    • STRING
    • /app-view
    • unique_id
  • app_browser
    • INT
    • /browser-view
    • id
  • app_resolution
    • INT
    • /resolutions-view
    • id
  • app_url
    • StringSTRING
    • -
    • MUST CONTAIN THE MAIN DOMAIN FROM YOUR APPLICATION
  • app_sleeper
    • INT
    • Lowest Value 0
    • Highest Value 5
    • Adds second counter to screenshot process. 0 seconds lowest value, 5 seconds highest value.
    • Can accept 0, 1, 2, 3, 4, or 5 (But only one choice)

 

GET Variables

  • NONE

 

RETURN

  • message: "Advanced report created successfully!"
  • report_id: {unique_id}

 

image.png