# Get subscription schedule meta data Gets meta data for scheduling Subscriptions. Endpoint: GET /ShoppingService.svc/rest/GetSubscriptionScheduleData Version: 1.1 ## Query parameters: - `cultureCode` (string) Specifies in which language to display culture specific information. If none is supplied, value is resolved from Application. ## Response 200 fields (application/json): - `Frequencies` (array) A list of frequencies. Defines how often should a Subscription should produce an order. See SubscriptionSchedule for usage. - `Frequencies.Id` (integer) The internal Id of the Entity. This Id might be different in different tiers such as Stage and Production. Use Code if hard coding is required. - `Frequencies.Value` (string) The Value of the Entity. MaxLength: max. - `Frequencies.Code` (string) The Code of the Entity, if existing. Use this value when hard coding is required. MaxLength: 255. - `MonthlyIntervals` (array) A list of intervals used together with MonthlyIntervalValues. See SubscriptionSchedule for usage. - `MonthlyIntervalValues` (array) A list of interval values used together with MonthlyIntervals. See SubscriptionSchedule for usage.