Query OffersAsk AIget https://neon-config-qa.spika.com/config/v1/{space}/offersPath ParamsspacestringrequiredThe name of the space (database) assigned to you.Query ParamssubTypearray of stringsLimits the result by one or more (comma-separated) Offer typessubTypeADD stringcategoryarray of stringsLimits the result by categorycategoryADD stringstatearray of stringsLimits result to one or more (comma-separated) specific statesstateADD stringsearchstringLimits the result by looking for the search string within the Entity's id, business id, name and description. The * wildcard is supported, but is automatically added to the beginning and end. The search string is NOT case sensitive.assignedTostringLimits the result to Entities assigned to a specific user. The * wildcard is supported. Not case sensitive.dimstringLimits the result analysing the Entities' Dimension Gate to ensure that is matches the passed in Dimensions. The format for this parameter is <dimension>:<value>;<dimension>:<value>;... etc, for example country:US;language:en;channel:emailpageint32Defaults to 0Used together with pageSize. First page is zero, which is also the default.pageSizeint32Defaults to 100Specifies the number of content items to return per page. Default is 100.sortstringDefaults to entityIdOverrides the default sorting. Useful together with pagination. One or more sort attributes can be specified, and it's possible to control ascending or descending order, for example 'category,-created' sorts first by category in ascending order and then created in descending order. The supported fields are id, bizId, name, category, type, subType, state, assignedTo, created and , updated.Response 200OKUpdated 10 months ago