| Method | URL | Notes |
|---|---|---|
| GET | /rest/{IF}/realm | returns a list of all realms |
| GET | /rest/{IF}/realm/{id} | returns information about a single realm object |
| Parameter | Type | Method | Notes |
|---|---|---|---|
| id | int | GET, PUT, DELETE | unique identifier of the object |
| name | string | POST,PUT | realm name |
| notes | string | POST, PUT | further notes or description |