전자서명 목록 조회 API
Last updated
{
"ok": true,
"data": {
"total": 1,
"data": [
{
"uuid": "57139f5c-37d0-4c30-bdb6-ef6106040756", // 전자서명 식별값
"title": "A컴퍼니 MOU 전자서명", // 전자서명 제목
"expiredDate": "2024-10-15T00:00:00.000Z", // 전자서명 만료일
"status": "WAITING", // 전자서명 상태 (CREATED, WAITING, DONE, CANCELED)
"createdAt": "2024-07-15T00:00:00.000Z" // 생성일
}
]
}
}{
"ok": false, // api 실패
"message": "error message", // Error가 존재하면 message(string)로 전달
"errorCode": "ERROR_CODE"
}