-
Notifications
You must be signed in to change notification settings - Fork 4
전시내역
dayoung edited this page Jan 7, 2019
·
10 revisions
메소드 | 경로 | 설명 |
---|---|---|
Get | /notices/displays/users/{user_idx} | 알림 전시 내역 |
Authorization : token
token: 로그인 시 받는 문자열 ex) eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJEb0lUU09QVCIsInVzZXJfaWR4Ijo3LCJleHAiOjE1NDkyODI2MjB9.ZkF-UKRV_OLRcbOo0odXx4OUG-n2PH-qAoKqS3oSP7k
localhost:8080/discontents/displays/2
{
"status": 200,
"message": "전시 내역 조회 성공",
"data": [
{
"display": {
"d_idx": 4, //**int
"d_sDateNow": "2019-03-01", //**String
"d_eDateNow": "2019-04-30", //**String
"d_sDateApply": "2019-01-01",
"d_eDateApply": "2019-02-01",
"d_repImg_url": "https://s3.ap-northeast-2.amazonaws.com/project-artoo/a5f3fcaa285a46ad9fbcc572baacf9f2.png",
"d_titleImg_url": "https://s3.ap-northeast-2.amazonaws.com/project-artoo/a5f3fcaa285a46ad9fbcc572baacf9f2.png",
"d_mainImg_url": "https://s3.ap-northeast-2.amazonaws.com/project-artoo/a5f3fcaa285a46ad9fbcc572baacf9f2.png",
"d_title": "너와 나의 무엇 展", //**String
"d_subTitle": "인간관계편",
"d_longDetail": " ",
"d_shortDetail": "너는 너 자체가 아름다워",
"d_artworkUser": null
},
"a_idx": 12, //**int
"a_name": "안정과 불안정", //**String
"u_idx": 10, //**int
"u_name": "jm", //**String
"state": 1,
"dc_idx": 75, //신청취소하기클릭시넘겨주는 display_content고유아이디
"dc_date": "01.05(토)"
},
{
"display": {
"d_idx": 5,
"d_sDateNow": "2019-03-01",
"d_eDateNow": "2019-04-30",
"d_sDateApply": "2018-12-20",
"d_eDateApply": "2019-02-01",
"d_repImg_url": "https://s3.ap-northeast-2.amazonaws.com/project-artoo/a5f3fcaa285a46ad9fbcc572baacf9f2.png",
"d_titleImg_url": "https://s3.ap-northeast-2.amazonaws.com/project-artoo/a5f3fcaa285a46ad9fbcc572baacf9f2.png",
"d_mainImg_url": "https://s3.ap-northeast-2.amazonaws.com/project-artoo/a5f3fcaa285a46ad9fbcc572baacf9f2.png",
"d_title": "빛과 어둠에 꽃이피다展",
"d_subTitle": "빛과 어둠편",
"d_longDetail": " ",
"d_shortDetail": "밤이 낮을 꿈꾸는 듯이",
"d_artworkUser": null
},
"a_idx": 12,
"a_name": "안정과 불안정",
"u_idx": 10,
"u_name": "jm",
"state": 1,
"dc_idx": 76,
"dc_date": "01.05(토)"
},
{
"display": {
"d_idx": 6,
"d_sDateNow": "2019-03-01",
"d_eDateNow": "2019-04-30",
"d_sDateApply": "2018-12-20",
"d_eDateApply": "2019-02-01",
"d_repImg_url": "https://s3.ap-northeast-2.amazonaws.com/project-artoo/a5f3fcaa285a46ad9fbcc572baacf9f2.png",
"d_titleImg_url": "https://s3.ap-northeast-2.amazonaws.com/project-artoo/a5f3fcaa285a46ad9fbcc572baacf9f2.png",
"d_mainImg_url": "https://s3.ap-northeast-2.amazonaws.com/project-artoo/a5f3fcaa285a46ad9fbcc572baacf9f2.png",
"d_title": "사랑으로 번지다 展",
"d_subTitle": "사랑편",
"d_longDetail": "",
"d_shortDetail": "누군가에게 사랑을 말하다",
"d_artworkUser": null
},
"a_idx": 12,
"a_name": "안정과 불안정",
"u_idx": 10,
"u_name": "jm",
"state": 1,
"dc_idx": 78,
"dc_date": "01.05(토)"
}
]
}
{
"status": 204,
"message": "전시 신청 내역이 존재하지 않습니다.",
"data": []
}
{
"status": 401,
"message": "인증 실패",
"data": null
}
{
"status": 500,
"message": "서버 내부 에러",
"data": null
}