eSignon
KOR_20210407
KOR_20210407
  • API 설명
  • 발급
    • 인증토큰 발급
  • 문서
    • 시작
      • 비대면 계약 시작
      • 비대면 계약 - ExportAPI 설명
      • 대량전송 계약 시작
    • 조회
      • 특정필드 값으로 조회
      • 기간으로 조회
      • 진행 문서 목록조회
      • 모든필드 값 조회
    • 상태변경
      • 승인, 반려
      • 취소, 폐기, 삭제
    • 다운로드 URL 생성
    • 재전송
  • 서식
    • 목록 조회
Powered by GitBook
On this page
  • 해당 API는 구버전입니다. 신규 API 인 문서 정보 조회 API 를 사용하세요.
  • Export field
  • Parameter Info

Was this helpful?

  1. 문서
  2. 조회

모든필드 값 조회

Previous진행 문서 목록조회Next상태변경

Last updated 4 years ago

Was this helpful?

해당 API는 구버전입니다. 신규 API 인 를 사용하세요.

  • 문서 ID를 받아 해당 문서 내 모든 필드값을 조회합니다.

Export field

POST https://docs.esignon.net/exportfield

문서 내 모든 필드값을 조회합니다.

Headers

Name
Type
Description

Content-Type

string

application/json

Authorization

string

esignon {token} / 값 입력시 띄어쓰기는 필수입니다.

Request Body

Name
Type
Description

workflow_id

string

문서 ID

{
    "header":{
        "response_code": "",
        "result_code": "00",
        "result_msg": "Success",
        "session_id": ""
    },
    "body":{
        "field_data":{
            "{필드명}": "{필드값}",
            "{필드명}": "{필드값}"......
        },
        "sender_email": "{문서 생성자 Email}",
        "start_date": "{문서 생성 시간}",
        "status": "{현재 문서의 상태}",
        "workflow_id": "{문서 ID}",
        "workflow_name": "{문서 제목}",
        "doc_uid": "{서식 ID}"
    }
}

Parameter Info

Name

Value

Description

status

Playing

진행중

Canceled

취소

Complete

완료

Disposal

폐기

Truncate

(취소 상태 후 삭제한 경우)

문서 정보 조회 API