# OF61 - List offer conditions Sorted by sort index, set in the back-officeCall FrequencyRecommended usage: Once per dayMaximum usage: Once per dayLocalizationThis resource supports locale parameter (see documentation)Localized output fields will be highlighted with an icon: Endpoint: GET /api/offers/states ## Query parameters: - `active` (boolean) Filter offer condition on their active status. If true, only active offer conditions are returned. If false, only inactive offer conditions are returned. If not specified, all offer conditions are returned. ## Response 200 fields (application/json): - `offer_states` (array, required) Offer conditions - `offer_states.active` (boolean, required) Whether or not the offer state is active on the platform - `offer_states.code` (string, required) Offer condition code - `offer_states.label` (string, required) Offer condition label - `total_count` (integer, required) Total count (no pagination)