Skip to main content

Records by application ID

Records by Application ID /records-by-app-id/{application}

HEADER

HEADER

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

POST Variables

  • NONE

GET Variables

  • application
    • Vanity URL for the application that you selected.want to retrieve records for. Can be found after launching an app. For example: incident-report

RETURN

RETURN

  • it_id: integer
    • unique_id:Unique stringidentifier
        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
      • test_url:created_at: string
      • timestamp
        • test_html:Date string
        • and
        • created_at:time timestamp
        • the
        • app_screenshot:record stringwas submitted

      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