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:
[ "80f5568d-20c1-4e40-87c8-4ce07db96ded", "d979f251-480b-4246-90f1-0a02a50c5c6e" ]
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>80f5568d-20c1-4e40-87c8-4ce07db96ded</guid> <guid>d979f251-480b-4246-90f1-0a02a50c5c6e</guid> </ArrayOfguid>