Description: | Retrieves all realms belonging to the Qeo administrator |
URL Structure: | https://my.qeo.org/qeo-rest-service/v1/realms |
HTTP Method: | GET |
Parameters: | HTTP Authorization |
Response: |
HTTP 200 OK Body: Contains the list of realms in JSON format: Each realm contains 3 fields:
Example response { "realms":[{ "id" : 101, "type" : "realm", "name" : "Big Meeting Room Realm" },{ "id" : 102, "type" : "realm", "name" : "Main Office Realm" }] } |