Info |
---|
Available with the module Octopus Business, Octopus Enterprise, in addition to Octopus Guest |
Version | Date | Author | Description |
---|---|---|---|
1.0 | 2017-10-01 | Initial Draft | |
1.1 | 2017-12-15 |
Version 1.1 | |||
1.2 | 2021-01-21 | Version 1.2 | |
2.0 | 2022-03-01 | Jorge Márquez Torres | Version 2.0 |
In this document the different functions accessible through the REST interface of the WIFI application are detailed. For each method, the input parameters, the values that it returns and the possible response messages are specified.
The general format of access is:
Code Block | ||
---|---|---|
| ||
https://<server-domainname>/rest/<version> |
Please find below each one of these functions:
Child pages (Children Display) | ||
---|---|---|
|
Info |
---|
HTTP Code Responses ("Status Codes")All response codes used belong to the HTTP standard. Below are the ones used in the API of the WIFI platform.
|
Status Code | Description |
200 | OK |
201 | Created |
202 | Accepted (Request accepted, and queued for execution) |
400 | Bad request |
401 | Unauthorized |
403 | Forbidden |
404 | Resource not found |
405 | Method Not Allowed |
409 | Conflict |
412 | Precondition Failed |
413 | Request Entity Too Large |
500 | Internal Server Error |
501 | Not Implemented |
503 | Service Unavailable |
Info |
---|
|