---
title: "fetch specific record"
method: POST
path: "/object/describe"
---

# fetch specific record

`POST /object/describe`

## Request body

- object
  - `object_type` string — The name of the table to fetch records
  - `id` integer — id of the record
  - `summarized` boolean — If true, only fetch record and nested. If false, also fetch child records
  - `select` string[] — Choose fields you want select

## Response `200`

200

- object
  - `status` boolean
  - `data` object
    - `id_sample_table` integer
    - `name` string
    - `criado_por` object
      - `id_user` integer
      - `id_org` integer
      - `first_name` string
      - `last_name` string
      - `email` string
      - `id_profile` integer
      - `name` string
      - `has_preview` integer
      - `is_preview` integer
      - `birthdate` unknown
      - `city` unknown
      - `whatsapp` unknown
      - `phone` unknown
      - `personal_email` string
      - `status` unknown
    - `criado_em` string
    - `atualizado_por` integer
    - `atualizado_em` string
    - `binary_field` integer
    - `nested_field` object
      - `id_colors_are_fun` integer
      - `name` string
      - `criado_por` integer
      - `criado_em` string
      - `atualizado_por` integer
      - `atualizado_em` string
      - `pro_tip` string
      - `picture` string
      - `stack` string
    - `number_field` integer
    - `formula_field` integer
    - `boolean_field` unknown
  - `metadata` object
    - `response` string
    - `message` string

## Other responses

- `400` — 400

---

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