This page was last edited on September 6, 2018, at 17:04.
Comments or questions about this documentation? Contact us for support!
The eServices Web API Server enables you to write client applications that support chat and e-mail interactions.
These operations are performed by using REST API calls with a Web Application Server—such as Tomcat, Jetty, WebSphere, or WebLogic.
Although built using the Genesys Platform SDK version 8.1.4, you do not need to use our SDKs to build a working client.
Genesys now provides developers with the capability to build applications that can interact with the Genesys Web API Server through a simple REST API, rather than requiring the use of a complicated software framework.
REST stands for Representational State Transfer, and is stateless, and Genesys uses a Hypertext Transfer Protocol (HTTP) REST API.
REST uses a client-server model, with cacheable communications protocol.
REST uses resources and actions instead of methods and data types. Resources are URLs that reference the object where you want to perform an action.
The Web API Server enables you to access a RESTful API to perform common functions such as conducting a chat session or sending an e-mail message.
You can learn more about REST at Wikipedia and other sites.