Returns all the available sub-resources of this API in JSON.
URL:
http://{domain_name}/{rest_context_name}/private/v1/calendar/
Supported Format: JSON
Parameters:
Required (path parameters): No
Optional (query parameters): No
Request example:
GET: http://localhost:8080/rest/private/v1/calendar
Response:
    {
        "subResourcesHref": [
            "http://localhost:8080/rest/private/v1/calendar/calendars",
            "http://localhost:8080/rest/private/v1/calendar/events",
            "http://localhost:8080/rest/private/v1/calendar/tasks"
         ]
     }