less than 1 minute read

관심분야 목록 리턴

GET http://3.135.231.171/api/interest

Response

Status code Type Description
200 OK Iterable<Interest> 관심분야 목록

예제

Sample Request

GET http://3.135.231.171/api/interest

Sample Response

Status code: 200

[
    {
        "id": 0,
        "subject": "general"
    },
    {
        "id": 1,
        "subject": "exercise"
    },
    {
        "id": 2,
        "subject": "programming"
    },
    {
        "id": 3,
        "subject": "employ"
    }
]