Jump to: navigation, search

Fetch tenants tree

Method

GET

Syntax

GET /tenants

Response Body

Response—thetree of all available tenants without business structure.

[
  {
    "dbid": 1,
    "name": "Environment",
    "type": "tenant",
    "rules_authoring_tool_url": "http://server.example.com:8380/genesys-rules-authoring",
    "iwd_web_url": "http://server.example.com:8080/iwd_web",
    "tenants":
    [
      {
        "dbid": 102,
        "name": "SubTenant",
        "type": "tenant",
        "tenants": [],
        "solutions": []
      }
    ],
    "solutions": []
  }
]

Notes

  • "solutions" may be present for convenience; they are always empty.
This page was last edited on December 19, 2017, at 11:03.
Comments or questions about this documentation? Contact us for support!