You can query the status of the API Server by creating your own API method that calls the imx/ping URL. This method does not require prior authentication and returns the response code 200 (OK) if the API server is running.
You can query the status of the API Server by creating your own API method that calls the imx/ping URL. This method does not require prior authentication and returns the response code 200 (OK) if the API server is running.
HTTP requests can apply the following HTTP methods:
GET: This method requests data from the application server.
PUT: This method changes data on the application server.
POST: This method creates data on the application server.
DELETE: This method deletes data on the application server.
HTTP requests use the following types of parameters:
Path parameters extend the URL path. A forward slash is used as the delimiter.
If a request uses path parameters, they are given in URI format.
Example
https://<host name>/ApiServer/imx/sessions/exampleparameter
© ALL RIGHTS RESERVED. Términos de uso Privacidad Cookie Preference Center