Description
This operation lists the Planzones that the user can access.
URI
GET list the user planzones
http://ws.planzone.com/v1/rest/planzones
xml,
json
Requires Authentication (about authentication):
yes
Requires Authorization (about authorization):
The application must have the 'read' permission granted from the Planzone.
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