This page was last edited on December 19, 2017, at 11:03.
Comments or questions about this documentation? Contact us for support!
GET
GET /gtl/business_structure
Returns all available tenants, including "Environment", with 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":
[
{
"dbid": 1001,
"name": "Solution1",
"type": "solution",
"timezone": "<timezone name>",
"first_day_of_week": "<MONDAY|SUNDAY>",
"departments":
[
{
"dbid": 102,
"name": "Department 1",
"type": "department",
"processes":
[
{
"dbid": 1111,
"name": "Process 1",
"type": "process"
}
]
}
],
"capture_points":
[
{
"dbid": 222,
"name": "Capture Point 1",
"type": "capturePoint"
}
]
},
{
"dbid": 104,
"name": "Solution 2",
"type": "solution",
"departments": [],
"capture_points": []
}
],
}
]