# 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}](https://seygov.com/api/record-by-intake-id/%7Bapplication%7D/%7Bintake%7D)
- METHOD: GET

**HEADER**

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

**POST Variables**

- NONE

**GET Variables**

- application 
    - Vanity URL for the application. For example: `incident-report`
- 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
- created\_at: timestamp 
    - Date and time the record was submitted