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": "62473140-6381-4f78-9ae3-d7537c1a1eb8",
"ExperimentId": "6a147457-2a0e-4f34-af65-50eb4245773c",
"LocationId": "85e98fe3-afac-45a5-8f74-5ce63a7934a6",
"AddName": "sample string 4",
"AddDate": "2025-10-28T01:57:31.925069+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>2025-10-28T01:57:31.925069+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>6a147457-2a0e-4f34-af65-50eb4245773c</ExperimentId>
<ExperimentLocationId>62473140-6381-4f78-9ae3-d7537c1a1eb8</ExperimentLocationId>
<Location i:nil="true" />
<LocationId>85e98fe3-afac-45a5-8f74-5ce63a7934a6</LocationId>
</ExperimentLocation>