Planzone Web Kit
Anmeldung

Neuesten Seiten

27.10.10
27.10.10
27.10.10
27.10.10
27.10.10

planzones

Diese Seite wurde 24.07.09 von Stephane Carrez veröffentlicht.

Description

This operation lists the Planzones that the user can access.

URI

GET list the user planzones
http://ws.planzone.com/v1/rest/planzones

Formats

xml, json

Requires Authentication (about authentication):

yes

Requires Authorization (about authorization):

The application must have the 'read' permission granted from the Planzone.

API rate limited (about rate limiting):

false

Parameters

None

Request Example

The following request:

GET /v1/rest/planzones

lists the user Planzones.

Response

The response contains a list of planzone XML element which describes information about the Planzone.

<planzones> <planzone id="BYiI8zbUouo3"> <url>https://figg-museum.planzone.com/pz/home/myhome</url> <name>Figg Museum</name> <picture id="Cde23" width="123" height="45"> <url>https://xxxx</url> </picture> </planzone> </planzones>

HTTP Status Codes

200 OK Operation succeeded

See also

planzone XML element