Jump to: navigation, search

List Places

This operation is part of the Place Management API section of the Web Services API.

Overview

Retrieves a list of place objects.

Request URL /api/v2/places?fields=*
HTTP Method GET
Required Features api-provisioning-read

Samples

Request

GET /api/v2/places?fields=*

HTTP Response

{
   statusCode: 0
   places:
   [
      {
        id: "2627bd1e-b623-4e7d-a37c-434b9e5a5a27"
        name: "Place2"
        uri: "http://localhost:8080/api/v2/places/2627bd1e-b623-4e7d-a37c-434b9e5a5a27"  
        path: "/places/2627bd1e-b623-4e7d-a37c-434b9e5a5a27"
      },
      {
         id: "32da4e85-5aa4-434d-98cd-4ad2bfa95978"
         name: "b.vbdomain"
         uri: "http://localhost:8080/api/v2/places/32da4e85-5aa4-434d-98cd-4ad2bfa95978"
         path: "/places/32da4e85-5aa4-434d-98cd-4ad2bfa95978"
      }
   ]
}
This page was last edited on January 22, 2016, at 19:56.
Comments or questions about this documentation? Contact us for support!