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": "097bc9f0-9a14-45b6-8b0b-d7eed6b6dacf",
"ExperimentId": "33f01c59-b677-428a-9adb-131d2902eb41",
"LocationId": "3695d6c2-eb91-4135-a548-1d193b5fe32b",
"AddName": "sample string 4",
"AddDate": "2026-06-24T19:08:51.1438213+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-06-24T19:08:51.1438213+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>33f01c59-b677-428a-9adb-131d2902eb41</ExperimentId>
<ExperimentLocationId>097bc9f0-9a14-45b6-8b0b-d7eed6b6dacf</ExperimentLocationId>
<Location i:nil="true" />
<LocationId>3695d6c2-eb91-4135-a548-1d193b5fe32b</LocationId>
</ExperimentLocation>
<ExperimentLocation z:Ref="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />
</ArrayOfExperimentLocation>