Skip to main content
GET
/
v1
/
inquiry
의뢰 목록
curl --request GET \
  --url https://openapi.pluuug.com/v1/inquiry \
  --header 'X-API-Key: <api-key>'
{
  "next": "<string>",
  "previous": "<string>",
  "results": [
    {
      "id": 123,
      "status": {
        "id": 123,
        "title": "<string>",
        "folder": {
          "id": 123,
          "name": "<string>"
        }
      },
      "client": {
        "id": 123,
        "status": {
          "id": 123,
          "title": "<string>"
        },
        "companyName": "<string>",
        "inCharge": "<string>",
        "position": "<string>",
        "contact": "<string>",
        "email": "[email protected]"
      },
      "contract": {
        "id": 123,
        "title": "<string>",
        "amount": 123,
        "type": "I",
        "status": "P",
        "startDate": "2023-12-25",
        "endDate": "2023-12-25"
      },
      "name": "<string>",
      "estimate": "<string>",
      "inquiryDate": "2023-12-25",
      "created": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

X-API-Key
string
header
required

Query Parameters

created_end
string<date>

생성일 종료 (YYYY-MM-DD)

created_start
string<date>

생성일 시작 (YYYY-MM-DD)

cursor
string

Pagination을 위한 커서

folder_id
string
inquiry_date_end
string<date>

문의일 종료 (YYYY-MM-DD)

inquiry_date_start
string<date>

문의일 시작 (YYYY-MM-DD)

page_size
integer

한번에 조회할 데이터의 개수 (limit)

status_id
string

Response

200 - application/json
next
string | null
previous
string | null
results
object[]