Skip to main content

Report By ID

/report-view-by-id/{id}

  • API: https://devsey.com/api/report-view-by-id/{id}
  • METHOD: GET

HEADER

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

POST Variables

  • NONE

GET Variables

  • id
    • unique_id
    • /app-view

RETURN

    • unique_id: string
      • /screenshots-view-by-id/{id}
        • {id}
      • /issues-view-by-id/{id}
        • {id}
    • test_url: string
    • test_html: string
    • created_at: timestamp
    • app_screenshot: string

image.png

image.png

Additional Information:

The report by id API should be paired with the /screenshots-view-by-id and /issues-view-by-id APIs. Those two APIs require the report unique_id in order to successfully complete. 

The return section above describes where the id value pairs to for the other APIs.

This is a GET API so the report id must be included in the API URL without the {} brackets. The final API URL would look similar to https://devsey.com/api/report-view-by-id/yourunqiueid