POST api/ExperimentLocation/BaseGetAll
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of 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:
[
{
"$id": "1",
"ExperimentLocationId": "fa0f113e-4357-46c3-9682-66109604a6c7",
"ExperimentId": "6ecd1642-05d7-4352-ac60-1f35078e28d4",
"LocationId": "9392bd61-1d12-4e2d-9249-adcbe0d7ffeb",
"AddName": "sample string 4",
"AddDate": "2026-01-27T11:30:21.6219013+00:00",
"ChangeTracker": {
"$id": "2",
"State": 2,
"ObjectsRemovedFromCollectionProperties": {},
"OriginalValues": {},
"ExtendedProperties": {},
"ObjectsAddedToCollectionProperties": {}
}
},
{
"$ref": "1"
}
]
application/xml, text/xml
Sample:
<ArrayOfExperimentLocation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pioneer.Trials.Domain.Model">
<ExperimentLocation z:Id="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/">
<AddDate>2026-01-27T11:30:21.6219013+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>6ecd1642-05d7-4352-ac60-1f35078e28d4</ExperimentId>
<ExperimentLocationId>fa0f113e-4357-46c3-9682-66109604a6c7</ExperimentLocationId>
<Location i:nil="true" />
<LocationId>9392bd61-1d12-4e2d-9249-adcbe0d7ffeb</LocationId>
</ExperimentLocation>
<ExperimentLocation z:Ref="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />
</ArrayOfExperimentLocation>