Zyllio Documentation French
Tutoriels

API SAAS

Introduction

Cette documentation décrit les API disponible pour mettre en place une application Saas qui permet d’automatiser
La création d’applications à partir d’une autre application “modèle”
La publication d’applications
La modification d’applications
La synchronisation d’applications

Documentation des endpoints

Méthode
Chemin
Headers
Contenu
Commentaire
Réponse
/applications
x-api-key
Liste les applications liées à la clé API
ApplicationSummaryModel[] (voir détails ci-dessous)
/applications
x-api-key
CreateApplicationModel
Crée une application depuis un template
string (ID de l’application créée)
/sync-applications/:id
x-api-key
SyncApplicationModel
Synchronise une application
void
/applications/:id
x-api-key
UpdateApplicationModel
Met à jour une application
void
/publications/:id
x-api-key
-
Publie une application (retourne l’URL publique)
string (URL publique de l’application)
There are no rows in this table

Types

ApplicationSummaryModel

id
string
Identifiant unique de l’application
name
Nom de l’application
lastUpdated
Date de dernière mise à jour
screenNumber
Nombre d’écrans
tableNumber
Nombre de tables
pluginNumber
Nombre de plugins
userName
Nom du propriétaire
email
Email du propriétaire
description
Description de l’application
url
URL de l’application
shares
Emails ou IDs des partages
icon
URL ou chemin de l’icône
There are no rows in this table

CreateApplicationModel

Champ
Type
Description
templateId
string
ID du template à utiliser pour la création
There are no rows in this table

SyncApplicationModel

Champ
Type
Description
fromApplicationId
string
ID de l’application source à synchroniser
screens
boolean
Synchroniser les écrans (true/false)
theme
boolean
Synchroniser le thème (true/false)
There are no rows in this table

UpdateApplicationModel

Champ
Type
Description
name
string
Nom de l’application
description
string
Description de l’application
icon
string
URL ou chemin de l’icône
There are no rows in this table
Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.