サンプル
リクエスト
curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -d 'access_token=xxxxxxxxx&refresh_token=xxxxxxxxx&fields=xxxxxxxx,xxxxxxx&goods_image_tag_creator_name-like=xxxxx&offset=0&limit=2' https://api.next-engine.org/api_v1_master_goodsimagetag/search
レスポンス
{
"result": "success",
"count": "2",
"data": [
{
"goods_image_tag_id": "1",
"goods_image_tag_goods_image_id": "1",
"goods_image_tag_image_tag_id": "1",
"goods_image_tag_deleted_flag": "0",
"goods_image_tag_creation_date": "2017-01-18 15:44:50",
"goods_image_tag_last_modified_date": "2017-01-18 15:44:50",
"goods_image_tag_last_modified_null_safe_date": "2017-01-18 15:44:50",
"goods_image_tag_creator_id": "0",
"goods_image_tag_creator_name": "System",
"goods_image_tag_last_modified_by_id": "0",
"goods_image_tag_last_modified_by_null_safe_id": "0",
"goods_image_tag_last_modified_by_name": "System",
"goods_image_tag_last_modified_by_null_safe_name": "System",
"image_tag_id": "1",
"image_tag_mall_id": "0",
"image_tag_mall_sub_id": "0",
"image_tag_text": "基本-画像1",
"image_tag_auto_register_no": "1",
"image_tag_display_order": "1",
"image_tag_deleted_flag": "0",
"image_tag_creation_date": "2014-10-17 17:08:45",
"image_tag_last_modified_date": "2014-10-17 17:08:45",
"image_tag_last_modified_null_safe_date": "2014-10-17 17:08:45",
"image_tag_creator_id": "0",
"image_tag_creator_name": "System",
"image_tag_last_modified_by_id": "0",
"image_tag_last_modified_by_null_safe_id": "0",
"image_tag_last_modified_by_name": "System",
"image_tag_last_modified_by_null_safe_name": "System"
},
{
"goods_image_tag_id": "2",
"goods_image_tag_goods_image_id": "2",
"goods_image_tag_image_tag_id": "2",
"goods_image_tag_deleted_flag": "0",
"goods_image_tag_creation_date": "2017-02-10 16:08:41",
"goods_image_tag_last_modified_date": "2017-02-10 16:08:41",
"goods_image_tag_last_modified_null_safe_date": "2017-02-10 16:08:41",
"goods_image_tag_creator_id": "10002",
"goods_image_tag_creator_name": "xxxxx",
"goods_image_tag_last_modified_by_id": "10002",
"goods_image_tag_last_modified_by_null_safe_id": "10002",
"goods_image_tag_last_modified_by_name": "xxxxx",
"goods_image_tag_last_modified_by_null_safe_name": "xxxxx",
"image_tag_id": "2",
"image_tag_mall_id": "0",
"image_tag_mall_sub_id": "0",
"image_tag_text": "基本-画像2",
"image_tag_auto_register_no": "2",
"image_tag_display_order": "2",
"image_tag_deleted_flag": "0",
"image_tag_creation_date": "2014-10-17 17:08:45",
"image_tag_last_modified_date": "2014-10-17 17:08:45",
"image_tag_last_modified_null_safe_date": "2014-10-17 17:08:45",
"image_tag_creator_id": "0",
"image_tag_creator_name": "System",
"image_tag_last_modified_by_id": "0",
"image_tag_last_modified_by_null_safe_id": "0",
"image_tag_last_modified_by_name": "System",
"image_tag_last_modified_by_null_safe_name": "System"
}
],
"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"
}