-
Notifications
You must be signed in to change notification settings - Fork 1
DropDown Box API
soyeon Park edited this page Feb 5, 2021
·
1 revision
http://localhost:8080/api
-
url
/skills
-
method
GET
-
success response
- status: 200
- request body
{ "message": "skill ์กฐํ ์ฑ๊ณต", "data": [ { "id": 1, "name": "Java" }, ... ] }
Field Type Description Example Required message String skill ๋ชฉ๋ก ์ฑ๊ณต ๋ฉ์ธ์ง "skill ์กฐํ ์ฑ๊ณต" O data O data.id Long skill ID O data.name String skill๋ช O
-
fail response
-
status: 500
{ "message": {{String}} }
Field Type Description Example Required message String ์ค๋ฅ ์คํจ ๋ฉ์ธ์ง "์๋ฒ ๋ด๋ถ ์ค๋ฅ" O
-
-
url
/organizations
-
method
GET
-
success response
- status: 200
- request body
{ "message": "organization ์กฐํ ์ฑ๊ณต", "data": [ { "id": 1, "name": "SOPT" }, ... ] }
Field Type Description Example Required message String organization ๋ชฉ๋ก ์ฑ๊ณต ๋ฉ์ธ์ง "organization ์กฐํ ์ฑ๊ณต" O data O data.id Long organization ID O data.name String organization๋ช O
-
fail response
-
status: 500
{ "message": {{String}} }
Field Type Description Example Required message String ์ค๋ฅ ์คํจ ๋ฉ์ธ์ง "์๋ฒ ๋ด๋ถ ์ค๋ฅ" O
-