User-defined APIs tutorials
Name | Description |
---|---|
Hello world | Create your first user-defined API that, upon execution, will return "Hello world!". |
Creating an API to retrieve elements in alarm | Create an API capable of retrieving a list of elements that have alarms with a specified alarm level. This API will process and validate the input, get all the elements according to this input, and return them as a JSON response. |