-
Notifications
You must be signed in to change notification settings - Fork 1
고민신청 윌스너 선택
박지수 Jisu Park edited this page Dec 29, 2020
·
3 revisions
[GET] ~/api/v1/asker/request/images
REQUEST | PARAMETER NAME | DESCRIPTION |
---|---|---|
header | x-token | 엑세스 토큰 access token |
성공
[
{
"idx": 6,
"name": "지혜로운 인생선배",
"detail": "이들의 농축된 경험은 한 번 더 다시 생각해보게 \n한다. 차분하지만 힘이 있고 또 지혜롭다. 살짝 \n꼰대스러움과 아님의 경계에 있지만, 말 한마디가 \n언젠가 큰 도움이 될 수 있는 스타일.",
"pictures": [
{
"type": "F",
"color_half_card": "https://willson-v1.s3.ap-northeast-2.amazonaws.com/characters/img_willsoner_card_blue_w.png"
},
{
"type": "M",
"color_half_card": "https://willson-v1.s3.ap-northeast-2.amazonaws.com/characters/img_willsoner_card_blue_m.png"
},
{
"type": "ALL",
"color_half_card": "https://willson-v1.s3.ap-northeast-2.amazonaws.com/characters/img_willsoner_card_blue_wm.png"
}
]
},
{
"idx": 7,
"name": "리액션 부자 공감러",
"detail": "열과 성을 다해 공감하고 마치 자기 일처럼 관심 \n갖고 이입하는 타입, 주변에 꼭 이런 든든한 사람 \n한 명쯤 있다면 힘이 날 것 같다.",
"pictures": [
{
"type": "F",
"color_half_card": "https://willson-v1.s3.ap-northeast-2.amazonaws.com/characters/img_willsoner_card_yellow_w.png"
},
{
"type": "M",
"color_half_card": "https://willson-v1.s3.ap-northeast-2.amazonaws.com/characters/img_willsoner_card_yellow_m.png"
},
{
"type": "ALL",
"color_half_card": "https://willson-v1.s3.ap-northeast-2.amazonaws.com/characters/img_willsoner_card_yellow_wm.png"
}
]
},
{
"idx": 8,
"name": "베스트 프렌드 찐친",
"detail": "찐친답게 농담 반 진담 반으로 들어주는 사람, \n말할 때 재치 있고 농담도 자주 던지지만 진지할 \n때는 누구보다 진심으로 듣고 조언해 주는 타입. \n나를 생각해 주는 사람이라면 솔직하게 말해도 \n될 것 같다.",
"pictures": [
{
"type": "F",
"color_half_card": "https://willson-v1.s3.ap-northeast-2.amazonaws.com/characters/img_willsoner_card_green_w.png"
},
{
"type": "M",
"color_half_card": "https://willson-v1.s3.ap-northeast-2.amazonaws.com/characters/img_willsoner_card_green_m.png"
},
{
"type": "ALL",
"color_half_card": "https://willson-v1.s3.ap-northeast-2.amazonaws.com/characters/img_willsoner_card_green_wm.png"
}
]
},
{
"idx": 9,
"name": "솔직한 쿨몽둥이",
"detail": "역시나 짬바이브는 다르다. 짬바를 바탕으로 팩폭 \n날리기. 하지만 맞아도 아프진 않다, 시원할 뿐. \n마음이 간지러운 사람이라면 이런 사람과 이야기\n해봐도 좋을 듯 하다.",
"pictures": [
{
"type": "F",
"color_half_card": "https://willson-v1.s3.ap-northeast-2.amazonaws.com/characters/img_willsoner_card_red_w.png"
},
{
"type": "M",
"color_half_card": "https://willson-v1.s3.ap-northeast-2.amazonaws.com/characters/img_willsoner_card_red_m.png"
},
{
"type": "ALL",
"color_half_card": "https://willson-v1.s3.ap-northeast-2.amazonaws.com/characters/img_willsoner_card_red_wm.png"
}
]
}
]
access token이 만료된 경우
{
"code": "access_token_expired",
"message": "Access token expired"
}
결과를 찾지 못한 경우
{
"code": "not_found",
"message": "Result not found"
}