Report by ID
/report-view-by-id/{id}
- API: https://devsey.com/api/report-view-by-id/{id}
- METHOD: GET
HEADER
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}
- /screenshots-view-by-id/{id}
- test_url: string
- test_html: string
- created_at: timestamp
- app_screenshot: string
- unique_id: string
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

