Jump to: navigation, search

List Place by ID

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

Overview

Retrieves a place object for the specified ID.

Request URL /api/v2/places/{id}
HTTP Method GET
Required Features api-provisioning-read

Samples

Request

GET /api/v2/places/2c37d9fd-6ec6-4ac8-a091-ce9143048bf5

HTTP Response

{
   statusCode: 0
   place: {
      id: "2c37d9fd-6ec6-4ac8-a091-ce9143048bf5"
      name: "JohnS"
      uri: "http://hpe-voicevm-70.genesyslab.com:8090/api/v2/places/2c37d9fd-6ec6-4ac8-a091-ce9143048bf5"
      path: "/places/2c37d9fd-6ec6-4ac8-a091-ce9143048bf5"
   }
}
This page was last edited on January 22, 2016, at 19:56.
Comments or questions about this documentation? Contact us for support!