查询展示中的公告事项
请求
GET https://dashboard-api.gamepot.ntruss.com/v1/api/project/{projectId}/store/{storeID}/notice/posting请求头
响应
示例
请求示例
响应示例
错误代码
Last updated
GET https://dashboard-api.gamepot.ntruss.com/v1/api/project/{projectId}/store/{storeID}/notice/postingLast updated
curl --request GET \
--url https://dashboard-api.gamepot.ntruss.com/v1/api/project/12a0f2ff-xxxx-xxxx-xxxx-9c13ef02f5fs/store/google/notice/posting \
--header 'accept-language: ko' \
--header 'x-api-key: 86dcgffae064174543xxxx02a8801ce5a5xxxxxxxxxxxxx'{
"status":1,
"result":{
"totalCount":1,
"baseUrl":"https://kr.object.ncloudstorage.com/gamepot-xxxxxxx",
"edges":[
{
"node":{
"id":"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"store_id":"",
"enable":true,
"url":null,
"scheme":null,
"startDate":"Fri May 01 2020 15:21:00 GMT+0900 (Korean Standard Time)",
"endDate":"Sun May 31 2020 18:24:00 GMT+0900 (Korean Standard Time)",
"image":[
{
"lang":"ko",
"value":"/notices/xxxxxxxxxxxxxxxxxxxxxxxx.png",
"default":true
}
]
}
}
]
}
}{
"status":-6,
"message":"projectId was wrong."
}