수신자별 계약서 작성 내역을 조회합니다.

📘

계약서 작성상태 코드

  • WR: 작성요청
  • WSI: 휴대폰본인인증
  • WS: 작성시작
  • WE: 작성완료
  • WJ: 작성거절
  • WX: 작성기한만료
  • WC: 전송취소

RESPONSE EXAMPLE

{
  "svc_owner_id": 430020,
  "result": [
    {
      "action": "'홍길동' 님에게 폼 작성을 요청하였습니다.",
      "status": "WR",
      "ip": "121.191.88.3",
      "created_date": "2020-09-23 18:31:05"
    },
    {
      "action": "'홍길동' 님이 본인 인증에 성공하였습니다.",
      "status": "WSI",
      "ip": "121.191.88.3",
      "created_date": "2020-09-23 18:31:12"
    },
    {
      "action": "'홍길동' 님이 폼 작성시작 하였습니다.",
      "status": "WS",
      "ip": "121.191.88.3",
      "created_date": "2020-09-23 18:31:39"
    },
    {
      "action": "'홍길동' 님이 폼을 작성완료 하였습니다.",
      "status": "WE",
      "ip": "121.191.88.3",
      "created_date": "2020-09-23 18:32:28"
    }
  ]
}
Language
Authorization
Click Try It! to start a request and see the response here!