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:
[ "309e8a32-88d7-42db-aca9-9025d7097b35", "efb5eb80-d80c-400a-979f-3f08bd49311e" ]
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>309e8a32-88d7-42db-aca9-9025d7097b35</guid> <guid>efb5eb80-d80c-400a-979f-3f08bd49311e</guid> </ArrayOfguid>