Skip to main content
GET
의뢰 상세

Authorizations

X-API-Key
string
header
required
X-Signature
string
header
required

HMAC-SHA256 방식으로 body를 secret key로 해싱하여 생성한 서명을 넣어야 합니다. 서버는 X-API-Key와 대응되는 secret key로 서명을 검증합니다.

Path Parameters

inquiry_id
integer
required

Response

200 - application/json

GET 응답 스키마 전용 — file_set을 조회용 serializer로 선언

id
integer
required
read-only
uniqueId
string | null
required
read-only

의뢰 고유번호

name
string
required

의뢰 이름

Maximum string length: 64
inquiryDate
string<date>
required

문의 일시

created
string<date-time>
required
read-only

생성일시

fileSet
object[]
required
read-only

첨부 파일 (presigned 다운로드 URL 포함)

status
null | object

의뢰 상태

client
null | object

고객

contract
null | object

계약

content
string | null

의뢰 내용

estimate
string<decimal> | null

예상 견적

Pattern: ^-?\d{0,28}(?:\.\d{0,2})?$
funnel
null | object

유입 경로

workSet
object[] | null

의뢰 업무

inChargeSet
object[] | null

영업 담당자

fieldSet
object[] | null

커스텀 필드

링크 첨부