Records by application ID
Records by Application ID /records-by-app-id/{application}
API:API: https://seygov.com/api/records-by-app-id/{application}METHOD:METHOD: GET
HEADER
HEADER
Authorization:Authorization: API Token requiredAccept:Accept: application/json
POST Variables
- NONE
GET Variables
- application
- Vanity URL for the application
thatyouselected.want to retrieve records for. Can be found after launching an app. For example:incident-report
- Vanity URL for the application
RETURN
RETURN
- it_id: integer
unique_id:Uniquestringidentifier- for
/screenshots-view-by-id/{id}the- intake
{id}record
/issues-view-by-id/{id}it_ipaddress: string{id}IP address of the submitter
- it_intake: array
- Collection of field responses for this record
- field: string
- The name of the field as defined in the application
- value: string or array
- The submitted value. Returns a string for text fields, or an array for checkbox/multi-select fields
- field: string
- Collection of field responses for this record
test_url:created_at:stringtimestamp
test_html:Datestringand created_at:timetimestampthe app_screenshot:recordstringwas submitted
Additional Information:The report by id API should be paired with the/screenshots-view-by-idand/issues-view-by-idAPIs. 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

