サンプル
リクエスト
curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -d 'access_token=xxxxxxxxx&refresh_token=xxxxxxxxx&fields=que_id%2Cque_method_name%2Cque_shop_id%2Cque_upload_name%2Cque_client_file_name%2Cque_file_name%2Cque_status_id%2Cque_message%2Cque_deleted_flag%2Cque_creation_date%2Cque_last_modified_date%2Cque_last_modified_null_safe_date%2Cque_creator_id%2Cque_creator_name%2Cque_last_modified_by_id%2Cque_last_modified_by_name%2Cque_last_modified_by_null_safe_id%2Cque_last_modified_by_null_safe_name&offset=1&limit=2' https://api.next-engine.org/api_v1_system_que/search
レスポンス
{
"result": "success",
"count": "2",
"data": [
{
"que_id": "1",
"que_method_name": "SYOHIN_KIHON_CSV",
"que_shop_id": "",
"que_upload_name": "NE_API",
"que_client_file_name": "xxxxxxx",
"que_file_name": "商品マスタCSV",
"que_status_id": "2",
"que_message": "正常に[1]件、取り込みました。",
"que_deleted_flag": "0",
"que_creation_date": "2017-01-19 11:27:55",
"que_last_modified_date": "2017-01-19 11:29:02",
"que_last_modified_null_safe_date": "2017-01-19 11:29:02",
"que_creator_id": "10004",
"que_creator_name": "xxxxxx",
"que_last_modified_by_id": "0",
"que_last_modified_by_name": "System",
"que_last_modified_by_null_safe_id": "0",
"que_last_modified_by_null_safe_name": "System"
},
{
"que_id": "2",
"que_method_name": "SYOHIN_KIHON_CSV",
"que_shop_id": "",
"que_upload_name": "NE_API",
"que_client_file_name": "xxxxxx",
"que_file_name": "商品マスタCSV",
"que_status_id": "2",
"que_message": "正常に[1]件、取り込みました。",
"que_deleted_flag": "0",
"que_creation_date": "2017-01-19 11:29:39",
"que_last_modified_date": "2017-01-19 11:30:36",
"que_last_modified_null_safe_date": "2017-01-19 11:30:36",
"que_creator_id": "10002",
"que_creator_name": "xxxxxxx",
"que_last_modified_by_id": "0",
"que_last_modified_by_name": "System",
"que_last_modified_by_null_safe_id": "0",
"que_last_modified_by_null_safe_name": "System"
}
],
"access_token": "xxxxxxxxxx",
"access_token_end_date": "2017-04-15 13:03:47",
"refresh_token": "xxxxxxxxxxx",
"refresh_token_end_date": "2017-04-17 13:03:47"
}