List of Operations
Purpose: Entry point of the API Reference. |
Contents of the API Reference
As explained in the Migration page, all the service resources are now part of GMS and all the information related to contact information stays in UCS. As a result, the CS API is divided between UCS and GMS.
Operations
Services API Reference
Service Operations
- Maintenance Operations
- Service Operations
- POST /genesys/1/cs/services/start
- POST /genesys/1/cs/genesys/1/cs/customers/${customer id}/services/${service id}
- POST /genesys/1/cs/services/${service id}/end
- POST /genesys/1/cs/services_composite/start
- GET /genesys/1/cs/services/${service id}
- DELETE /genesys/1/cs/services/${service id}
- GET /genesys/1/cs/services/anonymous/${contact key}/active
- GET /genesys/1/cs/services/anonymous/${contact key}/completed
- GET /genesys/1/cs/services/anonymous/${contact key}
- GET /genesys/1/cs/customers/${customer id}/services/active
- GET /genesys/1/cs/customers/${customer id}/services/completed
- GET /genesys/1/cs/customers/${customer id}/services
- PUT /genesys/1/cs/services/{service_id} (TTL, Expiration Time)
- PUT /genesys/1/cs/services/${service id}/extensions/${ext name}
- State Operations
- POST /genesys/1/cs/services/${service id}/states/${state id}/end
- POST /genesys/1/cs/services/${service id}/states/transition
- GET /genesys/1/cs/services/${service id}/states
- GET /genesys/1/cs/services/${service id}/states/${state id}
- POST /genesys/1/cs/services/${service id}/states/start
- PUT /genesys/1/cs/services/${service id}/states/${state id}/extensions/${ext name}
- Task Operations
- POST /genesys/1/cs/services/${service id}/tasks/${task id}/end
- GET /genesys/1/cs/services/${service id}/tasks
- GET /genesys/1/cs/services/${service id}/tasks/${task id}
- POST /genesys/1/cs/services/${service id}/tasks/start
- PUT /genesys/1/cs/services/${service id}/tasks/${task id}/extensions/${extension name}
Service Resources
- End Event List: List of the end events that your application can receive if a service, state, or task is terminated.
- Extension: JSON extension for the service API.
- State Transition Event: Your application can receive this event if a service performs a transition between two states.
- Service: The service resource, which is a container for nested states and tasks.
- State: The state resource.
- Start Event List: List of the start events that your application can receive if a service, state, or task is started.
- Task: The task resource.
Important
Because the extensions are now handled as JSON data, all the queries related to service, state, and task extensions are now deprecated.
Customer Profile API Reference
Important
Prerequisites: You need to enable profiles in UCS.
- Profile Operations
- Schema and Identification Key Operations
- Interaction Operations
This page was last edited on September 7, 2018, at 10:34.
Comments or questions about this documentation? Contact us for support!