サンプル
リクエスト
'access_token=xxxxxxxxxxxxxx&refresh_token=xxxxxxxxxxxxxx&wait_flag=1' \ "https://api.next-engine.org/api_v1_system_importantcheck/info"
レスポンス
{
"result":"success",
"count":"2",
"data":[
{
"important_check_id":"0",
"important_check_name":""
},
{
"important_check_id":"1",
"important_check_name":"重要"
}
],
"access_token":"xxxxxxxxxxx",
"access_token_end_date":"2017-04-13 18:24:53",
"refresh_token":"xxxxxxxxxxx",
"refresh_token_end_date":"2017-04-15 18:24:53"
}