Hublify: Person-5-mit-farbanpassung

Hublify Web-API

your data && your control

Read and write all your data. Trigger processes. Generate reports.
Easily integrate Hublify's microservices into your IT eco-system.
Take back control!

Streamline Icon Robot@24x24

API

Quickly get an understanding on how you can benefit from using the api
Streamline Icon Cloud Data Transfer@24x24

API Reference

Browse all endpoints and discover microservices to access Hublify as a headless system
Streamline Icon Safety Exit Right@undefinedxundefined

Tutorials

Boost your start! Here are snippets and examples for a jumpstart
The Developer DOCS !

Example

Less words. More code. So, let's dive directly into a real life example.

Request

Endpoint Url: https://{your hublify url}/api/eos_10/data_get

Parameters:

{
    "dataset": "person",
    "fields": [ "personid", "firstname", "lastname" ],
    "filter": { 
        "firstname": "luke"
    }
}

Response

{ 
    "data": {
        "personid": "K00000001",
        "firstname": "Luke",
        "lastname": "Skywalker"
    },
    "status": true
}
Hublify Wave