GMS Service API
This icon identifies all the queries related to data managed on the GMS side. These queries cover service management. |
- 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.
- Maintenance Operations
- Service Operations
- POST /services/start
- POST /customers/${customer id}/services/${service id}
- POST /services/${service id}/end
- GET /services/${service id}
- DELETE /services/${service id}
- GET /services/anonymous/${contact key}/active
- GET /services/anonymous/${contact key}/completed
- GET /services/anonymous/${contact key}
- GET /customers/${customer id}/services/active
- GET /customers/${customer id}/services/completed
- GET /customers/${customer id}/services
- PUT /services/${service id}/extensions/${ext name}
- State Operations
- Task Operations
Important
Because extensions are replaced with flexible JSON data on the GMS side, all resources and requests specific to extensions are deprecated for services, states, and tasks. This page was last edited on December 2, 2014, at 11:16.
Comments or questions about this documentation? Contact us for support!