Skip to content

아티스트 페이지 조회

jineeee edited this page Jul 10, 2019 · 5 revisions

아티스트 페이지 조회

메소드 경로 설명
GET /myPage/artistPage 아티스트 페이지 조회

요청 헤더

Content-Type: application/json
Authorization: Jwt Token Value

응답 바디

응답 성공

아티스트 페이지 조회 성공
{
    "status": 200,
    "success": true,
    "message": "마이페이지 조회 성공",
    "data": {
        "user 정보": {
            "userIdx": 57,
            "email": "[email protected]",
            "password": "EX5TIJzE7gU0/135D3HTug==",
            "nickname": "정욱정욱 ",
            "profileImg": "https://simjus3.s3.ap-northeast-2.amazonaws.com/1562395817977.jpg",
            "backImg": null,
            "hitSongCount": 72,
            "rateSongCount": 5,
            "uploadPassCount": "0",
            "isArtist": 0,
            "comment": "정욱이빈다다 ",
            "totalPoint": 8400
        },
        "playlist 결과": {
            "likeSong": [
                {
                    "genreName": [
                        "rock"
                    ],
                    "moodName": [
                        "enjoy"
                    ],
                    "_id": "5d1ce7118189b5312878a1d6",
                    "originTitle": "날씨가 좋아",
                    "userIdx": 5,
                    "streamCount": 0,
                    "likeCount": 0,
                    "artwork": "아트워크1",
                    "originArtistIdx": 10,
                    "enrollTime": null,
                    "songUrl": "https://simjus3.s3.ap-northeast-2.amazonaws.com/1562175248502.mp3",
                    "songComment": "안녕하세요. 잘 부탁드립니다.",
                    "reportCount": 0,
                    "rateScore": 0,
                    "highlightTime": "0:34",
                    "songStatus": 0,
                    "uploadDate": "2019-07-04T02:32:35.000Z",
                    "deleteTime": "2019-07-11T02:32:35.000Z",
                    "rateUserCount": 0
                },
                {
                    "genreName": [
                        "rock",
                        "dance"
                    ],
                    "moodName": [
                        "hip",
                        "enjoy"
                    ],
                    "_id": "5d21b8eef8541006301d3739",
                    "originTitle": "happy",
                    "userIdx": 7,
                    "streamCount": 0,
                    "likeCount": 0,
                    "artwork": "아트워크2",
                    "originArtistIdx": 2,
                    "enrollTime": null,
                    "songUrl": "https://simjus3.s3.ap-northeast-2.amazonaws.com/1562355155917.mp3",
                    "songComment": "행복한 노래입니다~",
                    "reportCount": 0,
                    "rateScore": 0,
                    "highlightTime": "0:34",
                    "songStatus": 2,
                    "uploadDate": "2019-07-06T04:32:27.000Z",
                    "deleteTime": "2019-07-13T04:32:27.000Z",
                    "rateUserCount": 0
                },
                {
                    "genreName": [
                        "rock",
                        "dance"
                    ],
                    "moodName": [
                        "hip",
                        "enjoy"
                    ],
                    "_id": "5d21b8eef8541006301d3739",
                    "originTitle": "Get you again",
                    "userIdx": 7,
                    "streamCount": 0,
                    "likeCount": 0,
                    "artwork": "아트워크3",
                    "originArtistIdx": 2,
                    "enrollTime": null,
                    "songUrl": "https://simjus3.s3.ap-northeast-2.amazonaws.com/1562355155917.mp3",
                    "songComment": "mac ayres 노래를 커버했습니다.",
                    "reportCount": 0,
                    "rateScore": 0,
                    "highlightTime": "0:34",
                    "songStatus": 2,
                    "uploadDate": "2019-07-06T04:32:27.000Z",
                    "deleteTime": "2019-07-13T04:32:27.000Z",
                    "rateUserCount": 0
                },
                {
                    "genreName": [
                        "rock",
                        "dance"
                    ],
                    "moodName": [
                        "hip",
                        "enjoy"
                    ],
                    "_id": "5d232093d0a35d2980fd24b2",
                    "originTitle": "바다",
                    "userIdx": -1,
                    "streamCount": 0,
                    "likeCount": 0,
                    "artwork": "아트워크4",
                    "originArtistIdx": 2,
                    "enrollTime": null,
                    "songUrl": "https://simjus3.s3.ap-northeast-2.amazonaws.com/1562583174653.mp3",
                    "songComment": "여름에 듣기 좋은 노래입니다.",
                    "reportCount": 0,
                    "rateScore": 0,
                    "highlightTime": "0:34",
                    "songStatus": 0,
                    "uploadDate": "2019-07-08T19:52:18.000Z",
                    "deleteTime": "2019-07-15T19:52:18.000Z",
                    "rateUserCount": 0
                }
            ],
            "passSong": [
                {
                    "genreName": [
                        "rock",
                        "dance"
                    ],
                    "moodName": [
                        "hip",
                        "enjoy"
                    ],
                    "_id": "5d242748aa2fbc1d64fcb409",
                    "originTitle": "업로드1",
                    "userIdx": 57,
                    "streamCount": 0,
                    "likeCount": 0,
                    "artwork": "https://simjus3.s3.ap-northeast-2.amazonaws.com/1562650426836.jpg",
                    "originArtistIdx": 2,
                    "enrollTime": null,
                    "songUrl": "https://simjus3.s3.ap-northeast-2.amazonaws.com/1562650426852.mp3",
                    "songComment": "통과곡",
                    "reportCount": 0,
                    "rateScore": 0,
                    "highlightTime": "0:34",
                    "songStatus": 1,
                    "uploadDate": "Tue Jul 09 2019 14:34:00 GMT+0900",
                    "deleteTime": "Tue Jul 16 2019 14:34:00 GMT+0900",
                    "rateUserCount": 0
                }
            ],
            "customPlaylist": [
                "5d2045894b23bc27a8791543"
            ]
        }
    }
}

응답 실패

{
    "status": 600,
    "success": false,
    "message": "존재하지 않는 회원입니다."
}
Clone this wiki locally