curl --request GET \
--url https://openapi.pluuug.com/v1/inquiry/{inquiry_id} \
--header 'X-API-Key: <api-key>' \
--header 'X-Signature: <api-key>'{
"id": 123,
"name": "<string>",
"inquiryDate": "2023-12-25",
"created": "2023-11-07T05:31:56Z",
"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": "jsmith@example.com"
},
"contract": {
"id": 123,
"title": "<string>",
"amount": 123,
"type": "I",
"status": "P",
"startDate": "2023-12-25",
"endDate": "2023-12-25"
},
"content": "<string>",
"estimate": "<string>",
"funnel": {
"utmCampaign": "<string>",
"utmSource": "<string>",
"utmMedium": "<string>",
"utmContent": "<string>",
"utmTerm": "<string>",
"guestUid": "<string>",
"gclid": "<string>"
},
"workSet": [
{
"name": "<string>"
}
],
"inChargeSet": [
{
"id": 123,
"nickname": "<string>",
"email": "<string>",
"isActive": true,
"grade": {
"id": 123,
"title": "<string>"
}
}
],
"fieldSet": [
{
"field": {
"id": 123,
"name": "<string>",
"dataType": "S",
"optionSet": [
{
"id": "<string>",
"title": "<string>"
}
],
"memberSet": [
{
"id": 123,
"nickname": "<string>",
"email": "<string>",
"isActive": true,
"grade": {
"id": 123,
"title": "<string>"
}
}
]
},
"value": "<string>"
}
],
"fileLinkSet": [
{
"id": 123,
"text": "<string>",
"link": "<string>",
"created": "2023-11-07T05:31:56Z"
}
]
}curl --request GET \
--url https://openapi.pluuug.com/v1/inquiry/{inquiry_id} \
--header 'X-API-Key: <api-key>' \
--header 'X-Signature: <api-key>'{
"id": 123,
"name": "<string>",
"inquiryDate": "2023-12-25",
"created": "2023-11-07T05:31:56Z",
"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": "jsmith@example.com"
},
"contract": {
"id": 123,
"title": "<string>",
"amount": 123,
"type": "I",
"status": "P",
"startDate": "2023-12-25",
"endDate": "2023-12-25"
},
"content": "<string>",
"estimate": "<string>",
"funnel": {
"utmCampaign": "<string>",
"utmSource": "<string>",
"utmMedium": "<string>",
"utmContent": "<string>",
"utmTerm": "<string>",
"guestUid": "<string>",
"gclid": "<string>"
},
"workSet": [
{
"name": "<string>"
}
],
"inChargeSet": [
{
"id": 123,
"nickname": "<string>",
"email": "<string>",
"isActive": true,
"grade": {
"id": 123,
"title": "<string>"
}
}
],
"fieldSet": [
{
"field": {
"id": 123,
"name": "<string>",
"dataType": "S",
"optionSet": [
{
"id": "<string>",
"title": "<string>"
}
],
"memberSet": [
{
"id": 123,
"nickname": "<string>",
"email": "<string>",
"isActive": true,
"grade": {
"id": 123,
"title": "<string>"
}
}
]
},
"value": "<string>"
}
],
"fileLinkSet": [
{
"id": 123,
"text": "<string>",
"link": "<string>",
"created": "2023-11-07T05:31:56Z"
}
]
}HMAC-SHA256 방식으로 body를 secret key로 해싱하여 생성한 서명을 넣어야 합니다. 서버는 X-API-Key와 대응되는 secret key로 서명을 검증합니다.
의뢰 이름
64문의 일시
생성일시
의뢰 상태
Show child attributes
고객
Show child attributes
계약
Show child attributes
의뢰 내용
예상 견적
^-?\d{0,28}(?:\.\d{0,2})?$유입 경로
Show child attributes
의뢰 업무
Show child attributes
영업 담당자
Show child attributes
커스텀 필드
Show child attributes
링크 첨부
Show child attributes