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:
[
  "acb54b0e-0044-45fd-bee8-8fc3270def15",
  "e92f9d84-0865-4deb-97ce-aeb28c052681"
]

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>acb54b0e-0044-45fd-bee8-8fc3270def15</guid>
  <guid>e92f9d84-0865-4deb-97ce-aeb28c052681</guid>
</ArrayOfguid>