Skip to content

Latest commit

 

History

History
57 lines (36 loc) · 828 Bytes

[앨범] 단일 앨범 조회.md

File metadata and controls

57 lines (36 loc) · 828 Bytes

앨범 조회

로그인 하지 않아도 사용할 수 있습니다. 하지만 public 이 false 인 앨범은 앨범 주인만 조회할 수 있습니다.

  • URL

    /album/int:clip_id

  • Method:

    | GET |

  • URL Params

    Required:

    N/A

    Optional:

    N/A

  • Data Params

    N/A

  • Success Response:

    • Code: 200
      Content:
      {
          "okay": true,
          "album": {
              "id": 2,
              "user_id": 1,
              "title": "내 북마크",
              "cnt": 0,
              "public": null,
              "clip_ids": []
          }
      }
  • Error Response:

    • Code: HTTP_406_NOT_ACCEPTABLE
      Content: {"okay": false, "msg": "This is a private album"}
  • Sample Call:

  • Notes: