웹폼 제출 내역조회
GET
/v2/webForm/<webFormId>/submit
webFormId
에 해당하는 웹폼에 제출 된 내역들을 조회합니다.
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Path parameters
Name
Type
Description
webFormId
string
조회하려는 웹폼의 id
Query parameters
Name
Type
Description
cursor
string
페이지네션을 위한 커서
Response
Last updated