You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
limit: Annotated[Optional[LimitOffsetPaginationSchema], Field(description="The maximum number of items to return in the response. Default is 100.")] =None,
49
48
offset: Annotated[Optional[LimitOffsetPaginationSchema], Field(description="The number of items to skip before starting to collect the result set. Used for pagination.")] =None,
50
-
filters: Annotated[Optional[QueryParameterDynamicFilterSchema], Field(description="This parameter should be formatted as a list of strings separated by ;")] =None,
49
+
filters: Annotated[Optional[str], Field(description="This parameter should be formatted as a list of strings separated by ;")] =None,
limit: Annotated[Optional[LimitOffsetPaginationSchema], Field(description="The maximum number of items to return in the response. Default is 100.")] =None,
128
127
offset: Annotated[Optional[LimitOffsetPaginationSchema], Field(description="The number of items to skip before starting to collect the result set. Used for pagination.")] =None,
129
-
filters: Annotated[Optional[QueryParameterDynamicFilterSchema], Field(description="This parameter should be formatted as a list of strings separated by ;")] =None,
128
+
filters: Annotated[Optional[str], Field(description="This parameter should be formatted as a list of strings separated by ;")] =None,
limit: Annotated[Optional[LimitOffsetPaginationSchema], Field(description="The maximum number of items to return in the response. Default is 100.")] =None,
207
206
offset: Annotated[Optional[LimitOffsetPaginationSchema], Field(description="The number of items to skip before starting to collect the result set. Used for pagination.")] =None,
208
-
filters: Annotated[Optional[QueryParameterDynamicFilterSchema], Field(description="This parameter should be formatted as a list of strings separated by ;")] =None,
207
+
filters: Annotated[Optional[str], Field(description="This parameter should be formatted as a list of strings separated by ;")] =None,
sort: Annotated[Optional[QueryParameterSortSchema], Field(description="A string specifying fields for sorting with optional directions (e.g., asc or desc).")] =None,
348
347
limit: Annotated[Optional[LimitOffsetPaginationSchema], Field(description="The maximum number of items to return in the response. Default is 100.")] =None,
349
348
offset: Annotated[Optional[LimitOffsetPaginationSchema], Field(description="The number of items to skip before starting to collect the result set. Used for pagination.")] =None,
350
-
filters: Annotated[Optional[QueryParameterDynamicFilterSchema], Field(description="This parameter should be formatted as a list of strings separated by ;")] =None,
349
+
filters: Annotated[Optional[str], Field(description="This parameter should be formatted as a list of strings separated by ;")] =None,
sort: Annotated[Optional[QueryParameterSortSchema], Field(description="A string specifying fields for sorting with optional directions (e.g., asc or desc).")] =None,
434
433
limit: Annotated[Optional[LimitOffsetPaginationSchema], Field(description="The maximum number of items to return in the response. Default is 100.")] =None,
435
434
offset: Annotated[Optional[LimitOffsetPaginationSchema], Field(description="The number of items to skip before starting to collect the result set. Used for pagination.")] =None,
436
-
filters: Annotated[Optional[QueryParameterDynamicFilterSchema], Field(description="This parameter should be formatted as a list of strings separated by ;")] =None,
435
+
filters: Annotated[Optional[str], Field(description="This parameter should be formatted as a list of strings separated by ;")] =None,
sort: Annotated[Optional[QueryParameterSortSchema], Field(description="A string specifying fields for sorting with optional directions (e.g., asc or desc).")] =None,
520
519
limit: Annotated[Optional[LimitOffsetPaginationSchema], Field(description="The maximum number of items to return in the response. Default is 100.")] =None,
521
520
offset: Annotated[Optional[LimitOffsetPaginationSchema], Field(description="The number of items to skip before starting to collect the result set. Used for pagination.")] =None,
522
-
filters: Annotated[Optional[QueryParameterDynamicFilterSchema], Field(description="This parameter should be formatted as a list of strings separated by ;")] =None,
521
+
filters: Annotated[Optional[str], Field(description="This parameter should be formatted as a list of strings separated by ;")] =None,
x_property_id: Annotated[StrictStr, Field(description="A numeric, comma-separated string representing the property IDs, sent in the header.")],
48
47
limit: Annotated[Optional[LimitOffsetPaginationSchema], Field(description="The maximum number of items to return in the response. Default is 100.")] =None,
49
48
offset: Annotated[Optional[LimitOffsetPaginationSchema], Field(description="The number of items to skip before starting to collect the result set. Used for pagination.")] =None,
50
-
filters: Annotated[Optional[QueryParameterDynamicFilterSchema], Field(description="This parameter should be formatted as a list of strings separated by ;")] =None,
49
+
filters: Annotated[Optional[str], Field(description="This parameter should be formatted as a list of strings separated by ;")] =None,
x_property_id: Annotated[StrictStr, Field(description="A numeric, comma-separated string representing the property IDs, sent in the header.")],
130
129
limit: Annotated[Optional[LimitOffsetPaginationSchema], Field(description="The maximum number of items to return in the response. Default is 100.")] =None,
131
130
offset: Annotated[Optional[LimitOffsetPaginationSchema], Field(description="The number of items to skip before starting to collect the result set. Used for pagination.")] =None,
132
-
filters: Annotated[Optional[QueryParameterDynamicFilterSchema], Field(description="This parameter should be formatted as a list of strings separated by ;")] =None,
131
+
filters: Annotated[Optional[str], Field(description="This parameter should be formatted as a list of strings separated by ;")] =None,
x_property_id: Annotated[StrictStr, Field(description="A numeric, comma-separated string representing the property IDs, sent in the header.")],
212
211
limit: Annotated[Optional[LimitOffsetPaginationSchema], Field(description="The maximum number of items to return in the response. Default is 100.")] =None,
213
212
offset: Annotated[Optional[LimitOffsetPaginationSchema], Field(description="The number of items to skip before starting to collect the result set. Used for pagination.")] =None,
214
-
filters: Annotated[Optional[QueryParameterDynamicFilterSchema], Field(description="This parameter should be formatted as a list of strings separated by ;")] =None,
213
+
filters: Annotated[Optional[str], Field(description="This parameter should be formatted as a list of strings separated by ;")] =None,
0 commit comments