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:
[ "96f298c5-e01b-45d3-9c3c-b9245d6a8c42", "6a5f191b-d5d4-4973-9d65-a9547c22321b" ]
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>96f298c5-e01b-45d3-9c3c-b9245d6a8c42</guid> <guid>6a5f191b-d5d4-4973-9d65-a9547c22321b</guid> </ArrayOfguid>