ListLocationsResponse

The response message for Locations.ListLocations.

HealthcareFHIRHL7v2DICOMMedical ImagingDe-identificationInteroperabilityCloud

Properties

Name Type Description
locations array A list of locations that matches the specified filter in the request.
nextPageToken string The standard List next-page token.
View JSON Schema on GitHub

JSON Schema

ListLocationsResponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ListLocationsResponse",
  "description": "The response message for Locations.ListLocations.",
  "properties": {
    "locations": {
      "description": "A list of locations that matches the specified filter in the request.",
      "items": {
        "$ref": "#/components/schemas/Location"
      },
      "type": "array"
    },
    "nextPageToken": {
      "description": "The standard List next-page token.",
      "type": "string"
    }
  },
  "type": "object"
}