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": "eb65db7e-9cc1-47cd-ac3d-334e4237208a", "ExperimentId": "03a4f0fd-588c-4d4e-86aa-2e630698a398", "LocationId": "7a7a2eff-7482-4a6a-a8fd-283cec7840b0", "AddName": "sample string 4", "AddDate": "2024-12-12T03:30:55.860599+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>2024-12-12T03:30:55.860599+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>03a4f0fd-588c-4d4e-86aa-2e630698a398</ExperimentId> <ExperimentLocationId>eb65db7e-9cc1-47cd-ac3d-334e4237208a</ExperimentLocationId> <Location i:nil="true" /> <LocationId>7a7a2eff-7482-4a6a-a8fd-283cec7840b0</LocationId> </ExperimentLocation> <ExperimentLocation z:Ref="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" /> </ArrayOfExperimentLocation>