Query Property Sheet PropertiesAsk AIget https://neon-config-qa.spika.com/config/v1/{space}/sheets/{lookupId}/propertiesNote, this will return both config and non-config properties.Path ParamsspacestringrequiredThe name of the space (database) assigned to you.lookupIdstringrequiredQuery ParamssearchTextstringOnly returns Sheet properties where the property, value or description contains the searchTextpageint32Defaults 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