유저의 포트폴리오 게시물 불러오기
특정 사용자가 작성한 포트폴리오 게시물 목록을 불러오는 API입니다
Last updated
특정 사용자가 작성한 포트폴리오 게시물 목록을 불러오는 API입니다
Last updated
{
"totalNum": 2,
"portfolioList": [
{
"id": 1,
"title": "example",
"content": "주요내용",
"firstImage": "",
"category": "웹",
"recruitmentField": "기획",
"createdDate": "2021-01-23T04:34:35",
"modifiedDate": "2021-01-23T04:43:13",
"portfolioTags": [
{
"id": 2,
"tagName": "두번째 태그"
},
{
"id": 3,
"tagName": "3번쨰 태그"
}
],
"user": {
"id": 3,
"username": "홍길동",
"email": "example@gmail.com",
"image": "https://example/photo.jpg"
},
"viewNum": 0,
"commentsNum": 0
},
{
"id": 2,
"title": "example2",
"content": "주요 내용2",
"firstImage": "https://example/portfolio-photo.png",
"category": "게임",
"recruitmentField": "개발",
"createdDate": "2021-01-23T04:49:11",
"modifiedDate": "2021-01-23T04:52:16",
"portfolioTags": [],
"user": {
"id": 3,
"username": "홍길동",
"email": "example@gmail.com",
"image": "https://example/photo.jpg"
},
"viewNum": 0,
"commentsNum": 0
}
]
}{
"status": 400,
"message": "존재하지 않는 계정입니다."
}