Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

IAP/REST is the IAP API based on REST (REpresentational State Transfer), or RESTful, web services.  REST web services provide an interoperable web-standard interface for web clients such as web-page scripts running in web browsers to communicate with services hosted on web servers.  IAP/REST is typically used to connect client applications running within web-page scripts to an IAP/REST server, and can be used to implement any application supporting REST requests and responses.

This section consists of:

For information on using queries in the API call, see Queries and Parameters.

REST URL format is SmartServer-version specific

  • With SmartServer release 2.8 or higher, you do not have to specify the port number.
    https://<apollo_ip>/cms
  • With SmartServer 2.7 and prior, you have to specify the port number (8443).
    https://<apollo_ip>:8443/cms




  • No labels