Records by application ID
Records by Application ID /records-by-app-id/{application}
- API: https://seygov.com/api/records-by-app-id/{application}
- METHOD: GET
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
- Vanity URL for the application you want to retrieve records for. Can be found after launching an app. For example:
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
- field: string
- Collection of field responses for this record
- created_at: timestamp
- Date and time the record was submitted