유저의 프로젝트 게시물 불러오기
특정 사용자가 작성한 프로젝트 게시물 목록을 불러오는 API입니다
Last updated
특정 사용자가 작성한 프로젝트 게시물 목록을 불러오는 API입니다
Last updated
{
"totalNum": 2,
"projectList": [
{
"id": 123,
"title": "example",
"content": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur sit.",
"category": "게임",
"recruitmentField": "기획",
"region": "경기",
"projectSection": "창업",
"projectTag": [],
"createdDate": "2021-01-07T14:49:52",
"modifiedDate": "2021-01-08T14:05:43",
"user": {
"id": 2,
"email": "example@gmail.com",
"username": "홍길동",
"image": "https://example/photo.jpg"
},
"viewNum": 15,
"commentsNum": 2
},
{
"id": 124,
"title": "example2",
"content": "PICK ME UP PLEASE",
"category": "웹",
"recruitmentField": "개발",
"region": "부산",
"projectSection": "창업",
"projectTags": [
{
"id": 1,
"tagName": "리액트"
},
{
"id": 2,
"tagName": "reactjs"
}
],
"createdDate": "2021-01-08T14:49:52",
"modifiedDate": "2021-01-09T14:05:43",
"user": {
"id": 2,
"email": "example@gmail.com",
"username": "홍길동",
"image": "https://example/photo.jpg"
},
"viewNum": 121,
"commentsNum": 7
}
]
}{
"status": 400,
"message": "존재하지 않는 계정입니다. "
}