Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 5.36 KB

meterslistrequest.md

File metadata and controls

13 lines (10 loc) · 5.36 KB

MetersListRequest

Fields

Field Type Required Description
OrganizationID *operations.MetersListQueryParamOrganizationIDFilter Filter by organization ID.
Query *string Filter by name.
Page *int64 Page number, defaults to 1.
Limit *int64 Size of a page, defaults to 10. Maximum is 100.
Sorting []components.MeterSortProperty Sorting criterion. Several criteria can be used simultaneously and will be applied in order. Add a minus sign - before the criteria name to sort by descending order.
Metadata map[string]components.MetadataQuery Filter by metadata key-value pairs. It uses the deepObject style, e.g. ?metadata[key]=value.