POST ExperimentLocation/GetExperimentByExpAndLocId/{experimentId}/{locationId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
experimentId | globally unique identifier |
Required |
|
locationId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
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:
{ "ExperimentLocationId": "a32d8033-afc4-41f0-956d-9ec2539bf18c", "ExperimentId": "913c782e-cb0f-4dac-8400-8acf5119cb97", "LocationId": "8c97a43f-2f74-428f-a373-d001295a01c4", "AddName": "sample string 4", "AddDate": "2024-12-12T22:18:12.7184616+00:00", "ChangeTracker": { "$id": "2", "State": 2, "ObjectsRemovedFromCollectionProperties": {}, "OriginalValues": {}, "ExtendedProperties": {}, "ObjectsAddedToCollectionProperties": {} } }
application/xml, text/xml
Sample:
<ExperimentLocation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" z:Id="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" xmlns="http://schemas.datacontract.org/2004/07/Pioneer.Trials.Domain.Model"> <AddDate>2024-12-12T22:18:12.7184616+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>913c782e-cb0f-4dac-8400-8acf5119cb97</ExperimentId> <ExperimentLocationId>a32d8033-afc4-41f0-956d-9ec2539bf18c</ExperimentLocationId> <Location i:nil="true" /> <LocationId>8c97a43f-2f74-428f-a373-d001295a01c4</LocationId> </ExperimentLocation>