get https://api.widsign.com/v2/form
서비스 소유의 템플릿을 조회합니다.
RESPONSE EXAMPLE
{
"svc_owner_id": 654321,
"total_count": 2,
"page_size": 30,
"page_count": 1,
"page": 1,
"result": [
{
// 폼 ID
"id": "2f5f340a191d1a4600478d16",
// 폼 제목
"title": "API 테스트",
// 폼 생성 일시
"created_date": "2020-09-14 18:12:42"
},
{
"id": "1f5f33ed5942194605f23d6b",
"title": "API 테스트",
"created_date": "2020-09-14 18:12:13"
}
]
}