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": "2b69a232-3f66-40e0-9b47-c21a4eed0b40",
"ExperimentId": "b2eab7f6-f6d8-435f-be3c-63857afdf318",
"LocationId": "fe34e389-d000-44a2-b0a4-660ad2473b21",
"AddName": "sample string 4",
"AddDate": "2025-10-28T18:38:48.9474877+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>2025-10-28T18:38:48.9474877+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>b2eab7f6-f6d8-435f-be3c-63857afdf318</ExperimentId>
<ExperimentLocationId>2b69a232-3f66-40e0-9b47-c21a4eed0b40</ExperimentLocationId>
<Location i:nil="true" />
<LocationId>fe34e389-d000-44a2-b0a4-660ad2473b21</LocationId>
</ExperimentLocation>
<ExperimentLocation z:Ref="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />
</ArrayOfExperimentLocation>