-
Notifications
You must be signed in to change notification settings - Fork 0
Routes
Thibaud B edited this page Mar 12, 2020
·
1 revision
| Method | Route | Description | Authentification |
|---|---|---|---|
| GET | widget | Get all widgets. | |
| GET | widget/{id} | Get a widget by ID. | |
| GET | widget/{id}/param | Get param associated with the specified widget. | |
| GET | widget/{id}/conf | Get all confs of associated widget. | X |
| POST | widget/{id}/conf | Add a new conf to associated widget. | X |
| GET | widget/conf | Get all widget confs. | |
| GET | widget/conf/{id} | Get a widget conf by ID. | |
| DELETE | widget/conf/{id} | Delete a widget conf by ID. | X |
| PATCH | widget/conf/{id} | Patch a widget conf by ID. | X |
| GET | widget/param | Get all widget params. | |
| GET | widget/param/{id} | Get a widget param by ID. | |
| GET | worker/{id} | Get data from specified widget conf. | X |