Issues By ID
/issues-view-by-id/{id}
- API: https://devsey.com/api/issues-view-by-id/{id}
- METHOD: GET
HEADER
POST Variables
- NONE
GET Variables
- id
- unique_id
- /report-view-by-id/{id}
RETURN
-
- issue_line: string
- issue_extract: string
- issue: string
- created_at: timestamp
Additional Information:
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/issues-view-by-id/yourunqiueid
