Request

GET /vosae_calendar/

Response

200 OK
Content-Type: application/json
{
    "meta": {
        "previous": null, 
        "total_count": 3, 
        "offset": 0, 
        "limit": 20, 
        "next": null
    }, 
    "objects": [
        {
            "description": null, 
            "summary": "My Calendar", 
            "location": null, 
            "timezone": "Europe/Paris", 
            "acl": {
                "rules": [
                    {
                        "role": "OWNER", 
                        "principal": "/api/v1/user/5231cbd64ab63c53dc900474/"
                    }
                ]
            }, 
            "id": "5231ccd24ab63c53dc900574", 
            "resource_uri": "/api/v1/vosae_calendar/5231ccd24ab63c53dc900574/"
        }, 
        {
            "description": null, 
            "summary": "My Calendar", 
            "location": null, 
            "timezone": "Europe/Paris", 
            "acl": {
                "rules": [
                    {
                        "role": "OWNER", 
                        "principal": "/api/v1/user/5231cbd64ab63c53dc900474/"
                    }
                ]
            }, 
            "id": "5231ccd24ab63c53dc900575", 
            "resource_uri": "/api/v1/vosae_calendar/5231ccd24ab63c53dc900575/"
        }, 
        {
            "description": null, 
            "summary": "My Calendar", 
            "location": null, 
            "timezone": "Europe/Paris", 
            "acl": {
                "rules": [
                    {
                        "role": "OWNER", 
                        "principal": "/api/v1/user/5231cbd64ab63c53dc900474/"
                    }
                ]
            }, 
            "id": "5231ccd24ab63c53dc900576", 
            "resource_uri": "/api/v1/vosae_calendar/5231ccd24ab63c53dc900576/"
        }
    ]
}

Request

GET /vosae_calendar/

Response

200 OK
Content-Type: application/xml; charset=utf-8
<response>
  <objects type="list">
    <object>
      <description type="null"/>
      <acl>
        <rules type="list">
          <object>
            <role>OWNER</role>
            <principal>/api/v1/user/5231cbd64ab63c53dc900474/</principal>
          </object>
        </rules>
      </acl>
      <location type="null"/>
      <timezone>Europe/Paris</timezone>
      <summary>My Calendar</summary>
      <id>5231ccd24ab63c53dc900574</id>
      <resource_uri>/api/v1/vosae_calendar/5231ccd24ab63c53dc900574/</resource_uri>
    </object>
    <object>
      <description type="null"/>
      <acl>
        <rules type="list">
          <object>
            <role>OWNER</role>
            <principal>/api/v1/user/5231cbd64ab63c53dc900474/</principal>
          </object>
        </rules>
      </acl>
      <location type="null"/>
      <timezone>Europe/Paris</timezone>
      <summary>My Calendar</summary>
      <id>5231ccd24ab63c53dc900575</id>
      <resource_uri>/api/v1/vosae_calendar/5231ccd24ab63c53dc900575/</resource_uri>
    </object>
    <object>
      <description type="null"/>
      <acl>
        <rules type="list">
          <object>
            <role>OWNER</role>
            <principal>/api/v1/user/5231cbd64ab63c53dc900474/</principal>
          </object>
        </rules>
      </acl>
      <location type="null"/>
      <timezone>Europe/Paris</timezone>
      <summary>My Calendar</summary>
      <id>5231ccd24ab63c53dc900576</id>
      <resource_uri>/api/v1/vosae_calendar/5231ccd24ab63c53dc900576/</resource_uri>
    </object>
  </objects>
  <meta type="hash">
    <next type="null"/>
    <total_count type="integer">3</total_count>
    <previous type="null"/>
    <limit type="integer">20</limit>
    <offset type="integer">0</offset>
  </meta>
</response>

Request

GET /vosae_calendar/

Response

200 OK
Content-Type: text/yaml; charset=utf-8
meta: {limit: 20, next: null, offset: 0, previous: null, total_count: 3}
objects:
- acl:
rules:
- {principal: !!python/unicode '/api/v1/user/5231cbd64ab63c53dc900474/', role: !!python/unicode 'OWNER'}
description: null
id: !!python/unicode '5231ccd24ab63c53dc900574'
location: null
resource_uri: !!python/unicode '/api/v1/vosae_calendar/5231ccd24ab63c53dc900574/'
summary: !!python/unicode 'My Calendar'
timezone: !!python/unicode 'Europe/Paris'
- acl:
rules:
- {principal: !!python/unicode '/api/v1/user/5231cbd64ab63c53dc900474/', role: !!python/unicode 'OWNER'}
description: null
id: !!python/unicode '5231ccd24ab63c53dc900575'
location: null
resource_uri: !!python/unicode '/api/v1/vosae_calendar/5231ccd24ab63c53dc900575/'
summary: !!python/unicode 'My Calendar'
timezone: !!python/unicode 'Europe/Paris'
- acl:
rules:
- {principal: !!python/unicode '/api/v1/user/5231cbd64ab63c53dc900474/', role: !!python/unicode 'OWNER'}
description: null
id: !!python/unicode '5231ccd24ab63c53dc900576'
location: null
resource_uri: !!python/unicode '/api/v1/vosae_calendar/5231ccd24ab63c53dc900576/'
summary: !!python/unicode 'My Calendar'
timezone: !!python/unicode 'Europe/Paris'