# 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](https://docs.devsey.com/uploads/images/gallery/2025-10/scaled-1680-/H6oimage.png)](https://docs.devsey.com/uploads/images/gallery/2025-10/H6oimage.png)

[![image.png](https://docs.devsey.com/uploads/images/gallery/2025-10/scaled-1680-/9Liimage.png)](https://docs.devsey.com/uploads/images/gallery/2025-10/9Liimage.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