Introduction to our API
Use our application programming interface to consume your ReST API app configuration
There are numerous client-side applications for Flexiva, all with different styles, themes, colours etc..
This API documentation is aimed primarily at staff and partners who are continually innovating new types of applications, however customers are also invited to build their own custom applications using our API.
This API can be used to build new client-side applications, or server-side automation.
The endpoint for the API is https://api.trisys.co.uk
Create a new component
POST
/components
Components are available in form designer and can be dragged from the toolbox onto the form where they can be configured to point at one or more data source requests.
Headers
Content-Type
application/json
Authorization
Bearer <token>
Body
name
string
Name of the component
id
string
Unique GUID
..
More to follow...
Response
{
"id": "12345...",
"name": "My Component"
}
Last updated