POST ExperimentLocation/GetExperimentsByLocationId/{locationId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| locationId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of globally unique identifierResponse Formats
application/json, text/json
Sample:
[ "b864076e-8361-48b3-af9d-360f24a53734", "d3cfff87-1df1-47d4-be20-2f9d98873c97" ]
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>b864076e-8361-48b3-af9d-360f24a53734</guid> <guid>d3cfff87-1df1-47d4-be20-2f9d98873c97</guid> </ArrayOfguid>