Jump to: navigation, search

Genesys Pulse Web Service API

Display external data in Genesys Pulse (or to display Pulse data in an external system) by using the Genesys Pulse RESTful (Representational State Transfer) Web Service API.

Important
  • The API is subject to change at any time without notice.
  • Make sure you are authenticated before executing API methods. See the POST method under /api/session/login for details.

/api/session/login

Methods:

[+] POST

/api/session/logout

Methods:

[+] GET

/api/wbrt/templates

Methods:

[+] GET

[+] POST

/api/wbrt/templates/<guid>

Methods:

[+] GET

[+] PUT

[+] DELETE

/api/wbrt/layouts

Methods:

[+] GET

[+] POST

/api/wbrt/layouts/<guid>

Methods:

[+] GET

[+] PUT

[+] DELETE

/api/wbrt/layouts/<guid>/snapshot

Methods:

[+] GET

[+] POST

/api/wbrt/layouts/<guid>/snapshots

Methods:

[+] GET

/api/wbrt/widgets

Methods:

[+] GET

[+] POST

/api/wbrt/widgets/<guid>

Methods:

[+] GET

[+] PUT

[+] DELETE

/api/wbrt/tabs

Methods:

[+] GET

[+] POST

[+] PUT

/api/wbrt/tabs/<guid>

Methods:

[+] GET

[+] PUT

[+] DELETE

/api/wbrt/users

Methods:

[+] GET

/api/wbrt/users/<guid>

Methods:

[+] GET

[+] DELETE

/api/wbrt/import

Methods:

[+] POST

/api/wbrt/export

Methods:

[+] POST

/api/plugins/wbrt/health

Methods:

[+] GET

/api/plugins/wbrt/health/detail

Methods:

[+] GET

Troubleshooting

[+] Snapshot was populated, but related Widget shows only spinner instead of data from the snapshot.

Examples

[+] LayoutInfo Example

[+] LayoutSnapshot Example

[+] Widget Example

[+] Tab Example

[+] Tab Example (brief=true)

This page was last edited on November 7, 2023, at 18:12.
Comments or questions about this documentation? Contact us for support!