Last updated 8 months ago
GET /v2/webForm
GET
/v2/webForm
웹폼의 목록을 조회합니다.
Headers
Response
Content-Type
application/json
Authorization
Bearer <token>
{ "success": true, "data": { "webFormList": [ { "id": "<webFormId>", "name": "웹폼 이름", "description": "웹폼 설명", "status": "active", "folderName": "폴더 이름", "viewCount": 1, "submitCount": 1, "createdAt": "2024-02-01T05:12:16.797Z", "updatedAt": "2024-02-01T05:12:26.667Z" }, {...}, ] } }
{ "success": false, "message": "에러 메세지" }