Sha256: fd9b22d8ae54e8af840c5b859cc2c65faf195c21cb53b7ef550680e683155ebf
Contents?: true
Size: 623 Bytes
Versions: 4
Compression:
Stored size: 623 Bytes
Contents
Request ------- 'pageSize=50' 'pageNumber=3' If the value supplied exceeds the number of pages for the request, the last page will be returned. 'orderBy=location,created.DESCENDING' Means “sort first by location ascending, then by created descending”. Response -------- totalCount pageCount pageNumber pageSize Filtering --------- <fieldName>[.comparativeOperator]=<value> '&location=NA1' location equals NA1 '&location=NA1&location=NA2' location “NA1” or in location “NA2”. client.page_size = 10 client.page_number = 1 client.order_by = 'location,created.DESCENDING' client.filter = {location: %w(NA1 NA2)}
Version data entries
4 entries across 4 versions & 1 rubygems