이벤트 Raw Data 정보 조회
- REQUSET (CURL / GET)
curl --location --request GET 'https://apis.openapi.sk.com/api/ovs/v20/statistics/event/raw?year=2021&month=3' \
--header 'Content-Type: application/json' \
--header 'X-Authorization: Bearer eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJuYml0ZXN0MUB....' \
--header 'appKey: ***********************' \
-d ''
- RESPONSE (200 | application/json)
{
"url":"https://ovs.sktelecom.com:8082/repository/wioadlsl.zip",
"zip_password":"abcd1234",
"expiry":"2021-04-31"
}
- RESPONSE (BODY)
Key | Type | Description |
---|---|---|
url | string | URL of the raw data file(zip format) |
zip_password | string | password for the raw data zip file |
expiry | string | expiration date of the download URL |