curl --request GET \
--url https://openapi.pluuug.com/v1/contract \
--header 'X-API-Key: <api-key>'{
"next": "<string>",
"previous": "<string>",
"results": [
{
"id": 123,
"title": "<string>",
"amount": 123,
"type": "I",
"status": "P",
"startDate": "2023-12-25",
"endDate": "2023-12-25",
"created": "2023-11-07T05:31:56Z",
"contractNumber": "<string>",
"inquiry": {
"id": 123,
"status": {
"id": 123,
"title": "<string>",
"folder": {
"id": 123,
"name": "<string>"
}
},
"name": "<string>",
"estimate": "<string>",
"inquiryDate": "2023-12-25"
},
"client": {
"id": 123,
"status": {
"id": 123,
"title": "<string>"
},
"companyName": "<string>",
"inCharge": "<string>",
"position": "<string>",
"contact": "<string>",
"email": "[email protected]"
},
"categorySet": [
{
"id": 123,
"title": "<string>"
}
]
}
]
}curl --request GET \
--url https://openapi.pluuug.com/v1/contract \
--header 'X-API-Key: <api-key>'{
"next": "<string>",
"previous": "<string>",
"results": [
{
"id": 123,
"title": "<string>",
"amount": 123,
"type": "I",
"status": "P",
"startDate": "2023-12-25",
"endDate": "2023-12-25",
"created": "2023-11-07T05:31:56Z",
"contractNumber": "<string>",
"inquiry": {
"id": 123,
"status": {
"id": 123,
"title": "<string>",
"folder": {
"id": 123,
"name": "<string>"
}
},
"name": "<string>",
"estimate": "<string>",
"inquiryDate": "2023-12-25"
},
"client": {
"id": 123,
"status": {
"id": 123,
"title": "<string>"
},
"companyName": "<string>",
"inCharge": "<string>",
"position": "<string>",
"contact": "<string>",
"email": "[email protected]"
},
"categorySet": [
{
"id": 123,
"title": "<string>"
}
]
}
]
}생성일 종료 (YYYY-MM-DD)
생성일 시작 (YYYY-MM-DD)
Pagination을 위한 커서
종료일 시작 (YYYY-MM-DD)
종료일 종료 (YYYY-MM-DD)
한번에 조회할 데이터의 개수 (limit)
착수일 시작 (YYYY-MM-DD)
착수일 종료 (YYYY-MM-DD)
Show child attributes
계약 제목
128계약 금액
계약 타입
I - 회차 정산형S - 정기 결제형G - 단건 정산I, S, G 계약 상태
P - 계약 준비 중I - 정산 진행 중C - 계약 종료T - 계약 중단P, I, C, T 계약 착수일
계약 종료일
생성일시
계약 번호
128의뢰
Show child attributes
의뢰 이름
예상 견적
문의 일시
고객
Show child attributes
회사명
담당자
직책
연락처
이메일