localhost 접속시
http://localhost:8080/api/v1/weblog/components
배포환경 접속시
http://”AWS 주소”/api/v1/weblog/components
Request
Parameter
/api/v1/weblog/components?basetime=30&interval="5"
Plain Text
복사
Response
200
[
{
"totalClick" : "12",
"targetId" : "1",
"location" : "",
"updateTimestamp" : "",
"serviceId" : ""
},
{
"totalClick" : "",
"targetId" : "",
"location" : "",
"updateTimestamp" : "",
"serviceId" : ""
},
{
"totalClick" : "",
"targetId" : "",
"location" : "",
"updateTimestamp" : "",
"serviceId" : ""
},
{
"totalClick" : "",
"targetId" : "",
"location" : "",
"updateTimestamp" : "",
"serviceId" : ""
},
{
"totalClick" : "",
"targetId" : "",
"location" : "",
"updateTimestamp" : "",
"serviceId" : ""
},
{
"totalClick" : "",
"targetId" : "",
"location" : "",
"updateTimestamp" : "",
"serviceId" : ""
}
]
JSON
복사
400
{
"올바른 입력이 아닙니다."
}
JSON
복사
500
{
"서버 내부 에러입니다."
}
JSON
복사