st n items of a collection or list and returns the rest.$orderbySpecifies the field that???s used to sort the data before it???s returned.To return the author, title and ISBN from a list called Books, for example, you???d use the following:_api/web/lists/getByTitle('Books')/items?$select=Author,Title,ISBNIf the $select option isn???t used, all fields are returned except fields that would be resour