Public
Documentation Settings

HybridForms

HybridForms® – Software for Smart Mobile Business consists of mobile Clients Apps for iOS, Android and Windows as well as a Web App for legacy clients. The Apps connect to HybridForms Server for synchronization, business logic and workflow.

HybridForms® is a brand by icomedias® - Entenplatz 1, 8020 Graz, Austria, www.icomedias.com Product information at www.hybridforms.net, for commercial and partner program inquiries please contact info@hybridforms.net.

Happy coding – have successful projects with HybridForms!

AUTHORIZATIONBearer Token
Token

{{token}}

Authentication

AUTHORIZATIONBearer Token
This folder is using Bearer Token from collectionHybridForms

Get System Info

GETGateway Data

https://example.hybridforms.net/api/app/gatewayData

Get information on the server you're connecting to.

This endpoint can be called without authentication as the results are required to decide which authentication method should be used

response properties

PropertyDescription
productIdentifies APi as HybridForms Server
loginMethodADFS/AzureAD/WindowsAuthentication - tells you how to authenticate for the server. WindowsAuthentication supports both Negotiate/NTML and Basic Auth
gateway VersionHybridForms Server version
metaDataAddressEndpoint on hybridforms Server for OpenID Metadata document. This endpoint gets forwarded to the actual OpenID Server
scopeon Azure ID specifies the Scope defined for the HybridForms Server
clientIDfor ADFS or Azure specifies the Client ID for the HybridForms app
maxFileSizeMbexposes the max file size for binary attachments allowed on the server
cookiesList of cookies required for pre authentication gateway (for use by native apps)
HEADERS
X-HF-Version

HybridForms 8.6.4 (Core)

value >= 8.0 is required to get Azure authentication method in response

Get Bearer Token - ADFS

Get Bearer Token from ADFS Server.

The sample uses username/password to obtain a token; other methods of obtaining tokens (for example using the current user) may be available depending on ADFS configuration

AUTHORIZATIONInherit auth from parent

POSTGet Bearer Token

https://example.hybridforms.net/api/app/token
AUTHORIZATIONInherit auth from parent
This request is using Inherit auth from parent from folderGet Bearer Token - ADFS
HEADERS
Content-Type

text/plain

Bodyurlencoded
grant_type

password

username

{{username}}

password

{{password}}

client_id

{{client_id}}

resource

https://example.hybridforms.net/

Loading