Lists all assignments of the campaign to areas and stores. For GET List Campaigns, this is returned if the expand=access_settings_assignments query parameter is passed in the request. This object is not returned for the GET Campaign summary endpoint. NOTE: This object is returned only if the Areas and Stores enterprise feature is enabled. Contact Voucherify Sales to learn more.
| Name | Type | Description |
|---|---|---|
| _object | ObjectEnum | The type of the object represented by JSON. Default is `list`. This object stores information about campaign assignments to areas and stores |
| dataRef | DataRefEnum | Identifies the name of the attribute that contains the array of campaign assignments. |
| data | List<AreaStoreCampaignAssignment> | Contains an array of campaign assignments. |
| total | Integer | Total number of areas and stores to which the campaign is assigned. |
| Name | Value |
|---|---|
| LIST | "list" |
| Name | Value |
|---|---|
| DATA | "data" |