API - Record by intake ID
Record by Intake ID /record-by-intake-id/{application}/{intake}
- API: https://seygov.com/api/record-by-intake-id/{application}/{intake}
- METHOD: GET
HEADER
POST Variables
- NONE
GET Variables
- application
- Vanity URL for the application. For example:
incident-report
- Vanity URL for the application. For example:
- intake
- The unique numeric ID of the specific intake record you want to retrieve
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