---
title: "Get Table Data"
method: GET
path: "/api/v1/raichu/drop_down/db/get/{ddid}"
---

# Get Table Data

`GET /api/v1/raichu/drop_down/db/get/{ddid}`

This endpoint retrieves all the data from a specific database table.

## Path parameters

- `ddid` string, required

## Headers

- `apikey` string, required

## Response `200`

200

- object
  - `status` string
  - `status_code` integer
  - `message` string
  - `data` object
    - `data` object[]
      - `CustomerID` string
      - `CustomerName` string
      - `Telephone` string
      - `Address` string
      - `City` string
      - `State` string
      - `ZipCode` string
      - `Country` string
      - `id` integer
    - `limit` integer
    - `offset` integer
    - `total` integer

## Other responses

- `400` — 400

---

[API](https://skmtc.dev/docsumo/apis/docsumo-api.md) · [All operations](https://skmtc.dev/docsumo/apis/docsumo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/docsumo/docsumo-api/revisions/b29ba62ebe9b/schema)
