Skip to main content

API - Records by application ID

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

HEADER

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

POST Variables

  • NONE

GET Variables

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

RETURN

  • it_id: integer
    • Unique identifier for the intake record
  • it_ipaddress: string
    • 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
  • created_at: timestamp
    • Date and time the record was submitted