The filters included in the latest swagger update will be added in beta.2. We need to support the following kwargs for the list* client methods:
top
skip
maxPageSize (should call results_per_page?)
- New filters - query by ids, status, created start/end time
orderBy filter. Currently only CreatedDateTimeUtc asc / desc supported. This might take some design work.
The filters included in the latest swagger update will be added in beta.2. We need to support the following kwargs for the list* client methods:
topskipmaxPageSize(should call results_per_page?)orderByfilter. Currently only CreatedDateTimeUtc asc / desc supported. This might take some design work.