---
title: "Listar propostas de oportunidade"
method: GET
path: "/deals/{deal_id}/proposals"
---

# Listar propostas de oportunidade

`GET /deals/{deal_id}/proposals`

## Path parameters

- `deal_id` integer, required

## Query parameters

- `show` integer
- `page` integer
- `filter` string
- `sort` string

## Response `200`

200

- object
  - `success` boolean
  - `message` string
  - `data` object
    - `id` integer
    - `account_id` integer
    - `user_id` integer
    - `deal_id` integer
    - `proposal_model_id` integer
    - `payment_method_id` integer
    - `payment_method_mrr_id` integer
    - `proposal_counter_id` integer
    - `currency_id` integer
    - `name` string
    - `discount_value` integer
    - `value` integer
    - `value_mrr` integer
    - `status` integer
    - `introduction` string
    - `deal_date` string
    - `expiration_date` string
    - `delivery_forecast_date` string
    - `payment_method` integer
    - `observation` integer
    - `visualized_in` integer
    - `version` integer
    - `shipping_type` integer
    - `shipping_value` integer
    - `first_payment_date` integer
    - `discount_type` integer
    - `first_payment_mrr_date` string
    - `first_parcel_interval` string
    - `number` integer
    - `due_date` string
    - `monthly_date` string
    - `invoice_date` string
    - `hash` string
    - `url` string
    - `created_at` string
    - `updated_at` string
    - `due_date_mrr` integer
    - `shipping_company_id` integer
    - `billing_company_id` integer
    - `triangular_company_id` integer
    - `purchase_order` integer
    - `parcels` integer
    - `down_payment_percent` integer
    - `interval` integer
    - `payment_comment` string
    - `commission_type` string
    - `commission_value` string
    - `brand_id` integer
    - `currency` object
      - `id` integer
      - `name` string
      - `origin_country` string
      - `symbol` string
    - `items` object
      - `id` integer
      - `description` string
      - `origin_country` string
      - `quantity` integer
      - `value` integer
      - `discount_type` integer
      - `duration` integer
      - `ipi_tax` integer
      - `order` integer
      - `custom_field_id` integer
      - `formula_text` integer
      - `discount_value` integer
      - `item` object
        - `id` integer
        - `account_id` integer
        - `category_id` integer
        - `custom_field_id` integer
        - `type` integer
        - `deleted` integer
        - `name` string
        - `description` string
        - `minimum_value` string
        - `cost` string
        - `reference` string
        - `photo` string
        - `commission` string
        - `brand_id` string
        - `ipi_tax` string
        - `code` string
        - `fix_commission_value` string
      - `characteristics` object[]

## Other responses

- `404` — 404

---

[API](https://skmtc.net/pipe/apis/application-json.md) · [All operations](https://skmtc.net/pipe/apis/application-json/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pipe/application-json/revisions/0a130198f0a3/schema)
