POST ExperimentLocation/GetExperimentByExpAndLocId/{experimentId}/{locationId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| experimentId | globally unique identifier |
Required |
|
| locationId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
ExperimentLocation| Name | Description | Type | Additional information |
|---|---|---|---|
| ExperimentLocationId | globally unique identifier |
None. |
|
| ExperimentId | globally unique identifier |
None. |
|
| LocationId | globally unique identifier |
None. |
|
| AddName | string |
None. |
|
| AddDate | date |
None. |
|
| Experiment | Experiment |
None. |
|
| Location | Location |
None. |
|
| ChangeTracker | ObjectChangeTracker |
None. |
Response Formats
application/json, text/json
Sample:
{
"ExperimentLocationId": "686accf1-55ff-40b5-9afb-d84c8edfa5ac",
"ExperimentId": "cdb77524-9569-4c1d-be2d-6325c9180d23",
"LocationId": "83a88a86-37fc-45a2-9340-a10e24a85a8a",
"AddName": "sample string 4",
"AddDate": "2026-03-08T17:27:57.9487049+00:00",
"ChangeTracker": {
"$id": "2",
"State": 2,
"ObjectsRemovedFromCollectionProperties": {},
"OriginalValues": {},
"ExtendedProperties": {},
"ObjectsAddedToCollectionProperties": {}
}
}
application/xml, text/xml
Sample:
<ExperimentLocation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" z:Id="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" xmlns="http://schemas.datacontract.org/2004/07/Pioneer.Trials.Domain.Model">
<AddDate>2026-03-08T17:27:57.9487049+00:00</AddDate>
<AddName>sample string 4</AddName>
<ChangeTracker z:Id="i2">
<ExtendedProperties />
<ObjectsAddedToCollectionProperties />
<ObjectsRemovedFromCollectionProperties />
<OriginalValues />
<State>Added</State>
</ChangeTracker>
<Experiment i:nil="true" />
<ExperimentId>cdb77524-9569-4c1d-be2d-6325c9180d23</ExperimentId>
<ExperimentLocationId>686accf1-55ff-40b5-9afb-d84c8edfa5ac</ExperimentLocationId>
<Location i:nil="true" />
<LocationId>83a88a86-37fc-45a2-9340-a10e24a85a8a</LocationId>
</ExperimentLocation>