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": "6c0a6ee2-4d9c-477d-bac9-a7de99fe18aa",
"ExperimentId": "3edc1f4e-6096-4523-8d78-7027c98dbcb6",
"LocationId": "e23ab66e-bf9b-4c2a-8fbd-d3b4d8359230",
"AddName": "sample string 4",
"AddDate": "2026-08-25T03:35:40.9947299+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-08-25T03:35:40.9947299+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>3edc1f4e-6096-4523-8d78-7027c98dbcb6</ExperimentId>
<ExperimentLocationId>6c0a6ee2-4d9c-477d-bac9-a7de99fe18aa</ExperimentLocationId>
<Location i:nil="true" />
<LocationId>e23ab66e-bf9b-4c2a-8fbd-d3b4d8359230</LocationId>
</ExperimentLocation>