Webinar (on-demand): OutSystems and Analytics Integration: A New Strategy to Reduce Costs

Discover everything you need to know about Hubway Connect

Try the product online without any installation or purchase commitment
Hubway Connect

Innovative ways to leverage your data for business outcomes

Find out how Hubway Connect can help you get more value from your OutSystems platform
Hubway Connect

Learn and expand your Hubway Connect knowledge

Deep dive in articles, videos and technical information to maximise its use
Hubway Connect

Start free and expand without surprises

Choose the Hubway Connect offer that best meets your needs and suits your budget
Hubway Connect

We are here to help. Let’s talk.

Connect with us via your preferred channel and we will be happy to answer your questions
Hubway Connect
  1. Home
  2. Knowledge Base
  3. FAQs
  4. Consuming the service

Consuming the service

How to filter date attributes using OData?

The OData query option $filter is used to restrict the set of items returned by a collection. To filter Date,...

What OData functions and query options are supported by Hubway?

Hubway Connect supports the following OData query options and functions: $top – returns the number of available items up to...

Can I expose the OutSystems platform’s logs through Hubway Connect?

Short answer is: Yes! The OutSystems platform logs entities (General, Errors, Integrations, etc.) can be exposed through Hubway Connect APIs....

Filters with OData and URL conventions

If you need to add filtering logic to your API, here’s a quick guide with the most common operators: Example:...

My Project has multiple entities with the same name. How to differentiate them while invoking the service link?

The same name can be used for multiple entities if they are part of different modules...

How to GET data from my service using Postman?

Taking Order Management as an example, let us assume that we want to fetch all the OrderItems...

How can I get the metadata definition for my Hubway Connect service?

Launch the Test or Production service links in your Chrome browser and enter the credentials. The first line will have the link to the metadata definition...

Can you give examples of invoking my Test or Production service links with the supported OData methods?

The below table illustrates the list of functions, taking the Entities from the Order Management app as an example. Note:...

I am prompted to Sign in when I launch the Test or Production service links. What do I do?’

The Sign in prompt indicates that the Project Admin has configured this project for Basic OutSystems Authentication...

Which OData methods are currently supported by Hubway Connect?

Hubway services currently supports HTTP requests through GET, POST, PUT and DELETE methods.