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:
[
  "7c8af43f-47b2-4084-aab5-e219f09af26f",
  "1b7dfc50-6a9e-48b1-a1c7-47273783c449"
]

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>7c8af43f-47b2-4084-aab5-e219f09af26f</guid>
  <guid>1b7dfc50-6a9e-48b1-a1c7-47273783c449</guid>
</ArrayOfguid>