コンテンツにスキップ

客層セクション一覧取得

GET
/customer_group_sections

客層セクション情報一覧を取得します。

対象プラン

  • スタンダード
  • プレミアム
  • プレミアムプラス
  • フードビジネス
  • リテールビジネス
fields
array

検索パラメータ(カンマ区切りで指定可)
Response項目を指定可能
※一部項目(withで指定する項目、2階層目以降の項目)については指定不可

sort
string

並び順(カンマ区切りで指定可)

指定可能なパラメータ

  • customerGroupSectionId:客層セクションID
limit
integer

上限数

page
integer

ページ

取得成功

Array<object>
object
customerGroupSectionId

客層セクションID

string
customerGroupSectionLabel

客層セクションラベル

string
insDateTime

作成日時:登録時の日時。[YYYY-MM-DDThh:mm:ssTZD]

string
updDateTime

更新日時:登録時・更新時の日時。[YYYY-MM-DDThh:mm:ssTZD]

string
Example
[
{
"customerGroupSectionId": "string",
"customerGroupSectionLabel": "string",
"insDateTime": "string",
"updDateTime": "string"
}
]