Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 1.24 KB

AccessSettingsCampaignAssignmentsList.md

File metadata and controls

33 lines (17 loc) · 1.24 KB

AccessSettingsCampaignAssignmentsList

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. NOTE: This object is returned only if the Areas and Stores enterprise feature is enabled. Contact Voucherify Sales to learn more.

Properties

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.

Enum: ObjectEnum

Name Value
LIST "list"

Enum: DataRefEnum

Name Value
DATA "data"