get
https://stage.api.sauceclip.com/curations
2026-05-20 버전의 큐레이션 목록 조회 API입니다.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
큐레이션 객체
| 필드 | 설명 | 타입 |
|---|---|---|
| id | 큐레이션 ID | int |
| name | 큐레이션 명 | string |
| isNameVisible | 큐레이션 명 공개 여부 | string |
| description | 큐레이션 소개 | string |
| isDescriptionVisible | 큐레이션 소개 공개 여부 | string |
| orderType | 큐레이션 클립 노출 타입 ["ord", "random"] | string |
| orderSortType | 큐레이션 클립 노출 타입이 ord인 경우 정렬 타입["sortNoAsc", "pvAsc", "pvDesc", "createdAtAsc", "createdAtDesc"] | string |
| viewType | 리스트 뷰 타입 ["grid", "carousel", "scroll"] | string |
| playType | 재생 타입 ["cursor", "not", "auto"] | string |
| isDisplayProductVisible | 전시 상품 표시 여부 | boolean |
| isPageViewCountVisible | 조회수(pv) 표시 여부 | boolean |
| isPlayButtonVisible | 재생버튼 표시 여부 | boolean |
| isBrandNameVisible | 브랜드명 노출 여부 | boolean |
| state | 상태 ["public", "private"] | string |
| sortNo | 큐레이션 노출 타입이 ord이고 sortNoAsc인 경우 정렬 순서 | int |
| clipList | 큐레이션 클립 객체 | array[object] |
| 클립 ID | int |
| 큐레이션 내 클립 순서 | int |
| partnerUniqueId | 파트너 유니크 ID | string |
| createdAt | 생성 날짜 (format:ISO 8601 형식의 UTC) ex) 2025-01-01T00:00:00.000Z | string |
| deletedAt | 삭제 날짜 (format:ISO 8601 형식의 UTC) ex) 2025-01-01T00:00:00.000Z | string |