Query rated usagesCopy Pageget https://api.instellix.io/v2/rated-usagesQuery rated usages by criteria defined, returning a paged result set.Query ParamssearchstringUse RSQL query language. Intro here: https://aboullaite.me/rsql/. The following field combinations can be queried: ident contractIdent and status contractIdent and productReferenceKey ratedUsageAggregationIdent created documentNumber and search parameter are mutually exclusive!documentNumberstringFilter rated usages by document number. Results are always sorted ascending by period.start. documentNumber and search parameter are mutually exclusive!pageintegerDefaults to 0Zero-based page index (0..n). Default is 0.sizeintegerDefaults to 20Size of the page to be returned. Max page size allowed is 100, default is 20.sortarray of stringsDefaults to identA list of one or more sorting criteria each in the format 'property(,asc|desc)' with direction being case-insensitive. If sorting direction is not provided, default direction is 'asc'. Default sorting criteria: 'ident'.sort stringADD stringResponses 200Standard response for successful HTTP requests. 4XXerror response for all http error codes in range 4XX 5XXerror response for all http error codes in range 5XXUpdated 23 days ago