v1

latestOpenAPI 3.0.02026-07-24360247.6 KB

전시 클립 목록 조회

헤더에 버전을 명시하지 않은 전시 클립 목록 조회 API입니다.

get/v2/display/clips

Query parameters

curationIdinteger required

전시 큐레이션 ID

limitinteger

클립 갯수

pageinteger

페이지

Headers

Authorizationstring required

인증 토큰

Response

200

timestampinteger

타임스탬프

requestIdstring

요청 ID

Example response

{
  "timestamp": 1736419362893,
  "requestId": "63244915-eb8a-43d9-968f-efdd196a0153",
  "data": {
    "count": 7,
    "page": 1,
    "limit": 20,
    "rows": [
      {
        "id": 9698,
        "description": "(샘플)",
        "type": "clip",
        "state": "public",
        "thumbnailUrl": "/2024/12/17/media/lXWVNnra/test.jpg",
        "thumbnailType": "AUTO",
        "isTagUsed": true,
        "partnerUniqueId": "mobidoo",
        "partnerAdminUserUniqueId": "mobidoo",
        "serviceAdminId": "mobidoo",
        "createdAt": "2024-12-17T01:44:20.000Z",
        "updatedAt": "2024-12-17T01:45:17.000Z",
        "clipInformationId": 10643,
        "clipSourceId": 9699,
        "clipSource": {
          "id": 9699,
          "hash": "test",
          "state": "done",
          "duration": 14,
          "size": 3383156,
          "width": 1080,
          "height": 1920,
          "previewKey": "/2024/12/17/media/test/preview/master.m3u8",
          "key": "/2024/12/17/media/test/master.m3u8",
          "progress": 1,
          "eta": 12.5703,
          "createdAt": "2024-12-17T01:44:20.000Z",
          "updatedAt": "2024-12-17T01:45:17.000Z"
        },
        "clipInformation": {
          "id": 10643,
          "pv": 26,
          "click": 1
        },
        "curationClips": {
          "sortNo": 1,
          "createdAt": "2024-12-17T02:14:06.000Z",
          "updatedAt": "2024-12-17T02:14:06.000Z",
          "curationId": 479,
          "clipId": 9698
        },
        "product": {
          "clipId": 9698,
          "productId": 91681,
          "productUniqueId": "mobidoo",
          "partnerId": 1368,
          "productName": "test",
          "brandName": "test",
          "price": "10000.00",
          "discountType": "none",
          "discountRate": "0.00",
          "discountPrice": "0.00",
          "sellingPrice": "0.00",
          "redirectUrl": "https://test",
          "createdSystemCode": "space",
          "createdId": "a4a19e1b320548adb6bb2fc78471c24f",
          "createdName": "sytest01",
          "createdDate": "2024-12-16T08:57:48.000Z",
          "thumbnailUrl": "https://test.png"
        },
        "shortUrl": "https://stage.sclip.us/v2/hash/test",
        "clipTags": [
          {
            "id": 795,
            "tag": "tag",
            "createdAt": "2024-12-16T09:28:27.000Z",
            "updatedAt": "2024-12-16T09:28:27.000Z",
            "clipsToTags": {
              "createdAt": "2024-12-17T01:44:59.000Z",
              "updatedAt": "2024-12-17T01:44:59.000Z",
              "clipId": 9698,
              "clipTagId": 795
            }
          }
        ]
      }
    ]
  }
}