サンプル
リクエスト
curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -d 'access_token=xxxxxxxxx&refresh_token=xxxxxxxxx&fields=xxxxxxxx,xxxxxxx&mall_category_id-like=xxxxx&offset=0&limit=2' https://api.next-engine.org/api_v1_system_imagetag/search
レスポンス
{
"result": "success",
"count": "2",
"data": [
{
"mall_category_id": "1",
"mall_category_mall_id": "15",
"mall_category_code": null,
"mall_category_parent_mall_category_id": null,
"mall_category_name": "オークション",
"mall_category_full_name": "オークション",
"mall_category_deleted_flag": "0",
"mall_category_creation_date": "2014-11-05 14:27:55",
"mall_category_last_modified_date": "2015-01-19 11:43:52",
"mall_category_last_modified_null_safe_date": "2015-01-19 11:43:52",
"mall_category_creator_id": "9999",
"mall_category_creator_name": "管理者",
"mall_category_last_modified_by_id": "9999",
"mall_category_last_modified_by_null_safe_id": "9999",
"mall_category_last_modified_by_name": "管理者",
"mall_category_last_modified_by_null_safe_name": "管理者"
},
{
"mall_category_id": "2",
"mall_category_mall_id": "15",
"mall_category_code": null,
"mall_category_parent_mall_category_id": "1",
"mall_category_name": "コンピュータ",
"mall_category_full_name": "オークション > コンピュータ",
"mall_category_deleted_flag": "0",
"mall_category_creation_date": "2014-11-05 14:27:55",
"mall_category_last_modified_date": "2015-01-19 11:43:52",
"mall_category_last_modified_null_safe_date": "2015-01-19 11:43:52",
"mall_category_creator_id": "9999",
"mall_category_creator_name": "管理者",
"mall_category_last_modified_by_id": "9999",
"mall_category_last_modified_by_null_safe_id": "9999",
"mall_category_last_modified_by_name": "管理者",
"mall_category_last_modified_by_null_safe_name": "管理者"
}
],
"access_token": "xxxxx",
"access_token_end_date": "2017-04-18 11:19:26",
"refresh_token": "xxxxx",
"refresh_token_end_date": "2017-04-20 11:19:26"
}