정보 조회
서식 정보 조회
GET
https://docs.esignon.net/api/v2/docs/:documentId
서식 id를 통해 서식의 상세 정보를 조회합니다.
Path Parameters
Name
Type
Description
documentId
string
조회할 서식의 id
Query Parameters
Name
Type
Description
offset
string
UTC offset ±hh:mm 형식으로 입력 (기본값 +09:00)
Headers
Name
Type
Description
Authentication
string
esignon ${인증토큰}
Response
Status code
Code
Description
Reference
200
성공
형식이 잘못된 경우 header.result_msg 참조
400
연결 실패
Body
header.result_code
Code
Description
Reference
00
성공
성공
10
실패
완성되지 않은 서식입니다.
11
실패
문서 정보 조회가 실패했습니다. id를 확인하세요.
body.doc_type
Value
Description
WEBTYPE
비대면
BULKTYPE
대량발송
FACEWEB
대면
body.dir_type
Value
Description
shared
공유된 폴더
biz
부서폴더
my
내폴더
Last updated