GET GeplandeRuimtes/{id}

Documentation for 'Get'.

Request Information

Parameters

NameDescriptionAdditional information
id
Documentation for 'id'.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "StartSeconden": 1,
    "EindSeconden": 2,
    "Start": "sample string 3",
    "Eind": "sample string 4",
    "Ruimte": "sample string 5",
    "RuimteGuid": "sample string 6",
    "Soort": "sample string 7",
    "RuimteId": 8,
    "IsStructureel": true,
    "IsIncidenteel": true,
    "Actief": true
  },
  {
    "StartSeconden": 1,
    "EindSeconden": 2,
    "Start": "sample string 3",
    "Eind": "sample string 4",
    "Ruimte": "sample string 5",
    "RuimteGuid": "sample string 6",
    "Soort": "sample string 7",
    "RuimteId": 8,
    "IsStructureel": true,
    "IsIncidenteel": true,
    "Actief": true
  },
  {
    "StartSeconden": 1,
    "EindSeconden": 2,
    "Start": "sample string 3",
    "Eind": "sample string 4",
    "Ruimte": "sample string 5",
    "RuimteGuid": "sample string 6",
    "Soort": "sample string 7",
    "RuimteId": 8,
    "IsStructureel": true,
    "IsIncidenteel": true,
    "Actief": true
  }
]

application/xml, text/xml

Sample:
<ArrayOfGeplandeRuimte xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Qtopia.Paniekmelding">
  <GeplandeRuimte>
    <Actief>true</Actief>
    <Eind>sample string 4</Eind>
    <EindSeconden>2</EindSeconden>
    <IsIncidenteel>true</IsIncidenteel>
    <IsStructureel>true</IsStructureel>
    <Ruimte>sample string 5</Ruimte>
    <RuimteGuid>sample string 6</RuimteGuid>
    <RuimteId>8</RuimteId>
    <Soort>sample string 7</Soort>
    <Start>sample string 3</Start>
    <StartSeconden>1</StartSeconden>
  </GeplandeRuimte>
  <GeplandeRuimte>
    <Actief>true</Actief>
    <Eind>sample string 4</Eind>
    <EindSeconden>2</EindSeconden>
    <IsIncidenteel>true</IsIncidenteel>
    <IsStructureel>true</IsStructureel>
    <Ruimte>sample string 5</Ruimte>
    <RuimteGuid>sample string 6</RuimteGuid>
    <RuimteId>8</RuimteId>
    <Soort>sample string 7</Soort>
    <Start>sample string 3</Start>
    <StartSeconden>1</StartSeconden>
  </GeplandeRuimte>
  <GeplandeRuimte>
    <Actief>true</Actief>
    <Eind>sample string 4</Eind>
    <EindSeconden>2</EindSeconden>
    <IsIncidenteel>true</IsIncidenteel>
    <IsStructureel>true</IsStructureel>
    <Ruimte>sample string 5</Ruimte>
    <RuimteGuid>sample string 6</RuimteGuid>
    <RuimteId>8</RuimteId>
    <Soort>sample string 7</Soort>
    <Start>sample string 3</Start>
    <StartSeconden>1</StartSeconden>
  </GeplandeRuimte>
</ArrayOfGeplandeRuimte>