---
title: "GET /v1/business/{business_id}/contract/board/"
method: GET
path: "/v1/business/{business_id}/contract/board/"
tags: ["contract"]
---

# GET /v1/business/{business_id}/contract/board/

`GET /v1/business/{business_id}/contract/board/`

## Path parameters

- `business_id` integer, required

## Query parameters

- `cursor` string
- `end_date` string
- `included_end_date` string
- `included_start_date` string
- `is_hidden` boolean
- `max_amount` string
- `min_amount` string
- `page_size` integer
- `project_connected` boolean
- `search` string
- `start_date` string
- `status` 'C' | 'I' | 'P' | 'T'

## Response `200`

- PaginatedBoardTypeContractListList
  - `next` string, nullable
  - `previous` string, nullable
  - `results` BoardTypeContractList[]
    - `id` integer, required
    - `title` string, required
    - `amount` integer, required
    - `startDate` string, date, required
    - `endDate` string, date, required
    - `order` integer, required
    - `isInitialPayment` boolean, required
    - `isInstallmentPayment` boolean, required
    - `isBalancePayment` boolean, required
    - `installmentPaymentCount` integer, required
    - `status` 'P' | 'I' | 'C' | 'T', required — * `P` - 계약 준비 중 * `I` - 정산 진행 중 * `C` - 계약 종료 * `T` - 계약 중단

---

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