サンプル
リクエスト
curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -d 'access_token=xxxxxxxxxxxxxx&refresh_token=xxxxxxxxxxxxxx&wait_flag=1&fields=goods_tag_goods_id, goods_tag_name&goods_tag_deleted_flag-eq=0&offset=0&limit=100' https://api.next-engine.org/api_v1_master_goodstag/search
レスポンス
{
"result": "success",
"count": "15",
"data": [
{
"goods_tag_goods_id": "T102",
"goods_tag_name": "t-shirt"
},
{
"goods_tag_goods_id": "T102",
"goods_tag_name": "2017"
},
{
"goods_tag_goods_id": "T102",
"goods_tag_name": "cheap"
},
{
"goods_tag_goods_id": "TestP001",
"goods_tag_name": "t-shirt"
},
{
"goods_tag_goods_id": "TestP001",
"goods_tag_name": "2017"
},
{
"goods_tag_goods_id": "TestP001",
"goods_tag_name": "cheap"
},
{
"goods_tag_goods_id": "T101-Red",
"goods_tag_name": "t-shirt"
},
{
"goods_tag_goods_id": "T101-Red",
"goods_tag_name": "2017"
},
{
"goods_tag_goods_id": "T101-Red",
"goods_tag_name": "cheap"
},
{
"goods_tag_goods_id": "T101-Red",
"goods_tag_name": "nice"
},
{
"goods_tag_goods_id": "T101",
"goods_tag_name": "t-shirt"
},
{
"goods_tag_goods_id": "T101",
"goods_tag_name": "2017"
},
{
"goods_tag_goods_id": "T101",
"goods_tag_name": "cheap"
},
{
"goods_tag_goods_id": "T101",
"goods_tag_name": "nice"
},
{
"goods_tag_goods_id": "T101",
"goods_tag_name": "nice"
}
],
"access_token": "xxxxx",
"access_token_end_date": "2017-04-15 13:03:47",
"refresh_token": "xxxxx",
"refresh_token_end_date": "2017-04-17 13:03:47"
}