---
title: "Fetch all device details"
method: GET
path: "/device_details"
tags: ["DeviceDetail"]
---

# Fetch all device details

`GET /device_details`

Returns all device details from the system

## Query parameters

- `filter` string, string
- `q` string, string

## Response `200`

Fetched device details

- DeviceDetail
  - `id` integer
  - `created_at` string
  - `updated_at` string
  - `user_id` integer
  - `appname` string
  - `appversion` string
  - `deviceuid` string
  - `devicetoken` string
  - `devicename` string
  - `devicemodel` string
  - `deviceversion` string
  - `pushbadge` string
  - `pushalert` string
  - `pushsound` string
  - `development` string
  - `status` string
  - `latitude` number, float
  - `longitude` number, float
  - `devicetype` integer

## Other responses

- `default` — Unexpected error

---

[API](https://skmtc.net/agriya/apis/ofos-api-endpoints.md) · [All operations](https://skmtc.net/agriya/apis/ofos-api-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/agriya/ofos-api-endpoints/revisions/8db13a44d758/schema)
