Skip to main content

Record by intake ID

/record-by-intake-id/{application}id/{intake}

  • API: https://seygov.com/api/record-by-intake-id/{application}/id/{intake}
  • METHOD: GET

HEADER

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

POST Variables

  • NONE

GET Variables

  • application
    • Vanity URL for the application that you selected. Can be found after launching an app. For example: incident-report
  • intake
    • Specific record ID from application intake.

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