Hubway Connect services support HTTP requests through GET, POST, PUT and DELETE methods.
It also supports a series of OData functions, such as:
- filter (gt, eq, lt, ge, le)
- search
- orderby
- expand
- count
- top
- skip
- select
For more information about OData, refer to this link.