POST ExperimentLocation/GetExperimentsByLocationId/{locationId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
locationId

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Collection of globally unique identifier

Response Formats

application/json, text/json

Sample:
[
  "e4bfea35-7e4e-434a-aead-1ed05c0d2df7",
  "c568e888-b7ca-4761-94a3-ce9e3a220e89"
]

application/xml, text/xml

Sample:
<ArrayOfguid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <guid>e4bfea35-7e4e-434a-aead-1ed05c0d2df7</guid>
  <guid>c568e888-b7ca-4761-94a3-ce9e3a220e89</guid>
</ArrayOfguid>