Get Surveys (설문 목록 조회)
GET /api/v1/surveys{
"code": 200,
"message": "요청이 성공적으로 완료되었습니다.",
"surveyList": [
{
"id": string,
"title": string,
"description": string,
"thumbnailImageUrl": string
"tags": string[],
"questionCount": number,
"isOfficial": boolean,
"participantCount": number,
"viewCount": number,
"shareCount": number,
"popularity": number,
"category": {
"id": number,
"name": string
}
}
],
"count": number
}Last updated