# API - Records by application ID

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

- API: [https://seygov.com/api/records-by-app-id/{application}](https://seygov.com/api/records-by-app-id/%7Bapplication%7D)
- 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`

**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