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:
[ "f441f2b4-df55-4a5e-93fa-ccf7049255ff", "b2172048-a91c-4b73-974c-e7bd8f46a72d" ]
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>f441f2b4-df55-4a5e-93fa-ccf7049255ff</guid> <guid>b2172048-a91c-4b73-974c-e7bd8f46a72d</guid> </ArrayOfguid>