Revision as of 04:31, February 26, 2021 by Olena.chapovska@genesys.com (talk | contribs) (Update with the copy of version: 9.0DRAFT)
Jump to: navigation, search

Genesys Pulse Web Service API

Display external data in Genesys Pulse 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)

Comments or questions about this documentation? Contact us for support!