---
title: "App Store Connect by Device"
method: GET
path: "/accounts/ios/reports/devices"
---

# App Store Connect by Device

`GET /accounts/ios/reports/devices`

The integrations reports endpoints allow you to fetch different reports related to your integrations in AppTweak with a breakdown by device.

## Query parameters

- `id` string, required
- `property` 'units' | 'redownloads' | 'total-downloads' | 'impressions-total-unique' | 'page-view-unique' | 'iap' | 'sales' | 'paying-users' | 'sessions' | 'active-devices' | 'rolling-active-devices', required
- `devices` string
- `apps` string
- `countries` string
- `start_date` string
- `end_date` string

## Response `200`

200

- object
  - `result` object
    - `1449752690` object
      - `be` object
        - `ipad` object
          - `start_date` string
          - `end_date` string
          - `values` integer[]
        - `iphone` object
          - `start_date` string
          - `end_date` string
          - `values` integer[]
      - `fr` object
        - `ipad` object
          - `start_date` string
          - `end_date` string
          - `values` integer[]
        - `iphone` object
          - `start_date` string
          - `end_date` string
          - `values` integer[]
    - `1592003260` object
      - `be` object
        - `ipad` object
          - `start_date` string
          - `end_date` string
          - `values` integer[]
        - `iphone` object
          - `start_date` string
          - `end_date` string
          - `values` integer[]
      - `fr` object
        - `ipad` object
          - `start_date` string
          - `end_date` string
          - `values` integer[]
        - `iphone` object
          - `start_date` string
          - `end_date` string
          - `values` integer[]
  - `metadata` object
    - `request` object
      - `path` string
      - `params` object
        - `start_date` string
        - `end_date` string
        - `id` string
        - `devices` string[]
        - `property` string
        - `apps` string[]
        - `countries` string[]
      - `cost` integer
      - `max_credit_cost` integer
      - `status` integer
    - `response` unknown

---

[API](https://skmtc.net/apptweak/apis/apptweak-store-api.md) · [All operations](https://skmtc.net/apptweak/apis/apptweak-store-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/apptweak/apptweak-store-api/versions/636adc3c51f1/schema)
