POST api/ExperimentLocation/BaseGetAll
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ExperimentLocationName | 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": "5d478fd1-f429-44cd-af0f-ad57ccebea5f", "ExperimentId": "d2d34e3a-56a8-4815-a9b0-84c342d220ae", "LocationId": "444164ab-041f-44b2-8edc-f6b39c6d8f2e", "AddName": "sample string 4", "AddDate": "2025-09-02T17:53:50.73583+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-09-02T17:53:50.73583+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>d2d34e3a-56a8-4815-a9b0-84c342d220ae</ExperimentId> <ExperimentLocationId>5d478fd1-f429-44cd-af0f-ad57ccebea5f</ExperimentLocationId> <Location i:nil="true" /> <LocationId>444164ab-041f-44b2-8edc-f6b39c6d8f2e</LocationId> </ExperimentLocation> <ExperimentLocation z:Ref="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" /> </ArrayOfExperimentLocation>