Search
👅

/

Header
AccessToken
Body Type
NONE
Request Type
GET
설명
프로젝트 리스트 조회

localhost 접속시

http://localhost:8080/api/v1/project/

배포환경 접속시

http://”AWS 주소”/api/v1/project/

Header 구성

구성요소
Type
AccessToken
String

Request

Header

AccessToken: Bearer jfdksahgvjkhadjkhsajkflhsajklbvdjbjbdsjk389219479298r9
JSON
복사

Response

200
[ { "url": "ssafy.com/ssafyman0", "name": "ssafyman0s 0 project", "createAt": [ 2023, 3, 28, 13, 28, 54, 937000000 ], "category": "BLOG", "token": null }, { "url": "ssafy.com/ssafyman0", "name": "ssafyman0s 1 project", "createAt": [ 2023, 3, 28, 13, 28, 54, 942000000 ], "category": "BLOG", "token": null }, { "url": "ssafy.com/ssafyman0", "name": "ssafyman0s 2 project", "createAt": [ 2023, 3, 28, 13, 28, 54, 947000000 ], "category": "BLOG", "token": null }, { "url": "ssafy.com/ssafyman0", "name": "ssafyman0s 3 project", "createAt": [ 2023, 3, 28, 13, 28, 54, 951000000 ], "category": "BLOG", "token": null }, { "url": "ssafy.com/ssafyman0", "name": "ssafyman0s 4 project", "createAt": [ 2023, 3, 28, 13, 28, 54, 955000000 ], "category": "BLOG", "token": null }, { "url": "test.test.com", "name": "mata", "createAt": [ 2023, 3, 28, 13, 29, 14, 885000000 ], "category": "BLOG", "token": null } ]
JSON
복사
400
{ "올바른 입력이 아닙니다." }
JSON
복사
500
{ "서버 내부 에러입니다." }
JSON
복사