POST api/ExperimentLocation/BaseGetAll

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of ExperimentLocation
NameDescriptionTypeAdditional 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": "1d67db5f-9077-43e0-8e3f-e7659a7005ac",
    "ExperimentId": "fe9759b0-b6bd-42cc-86be-921b412f084b",
    "LocationId": "005f6c4c-18fa-459c-bc99-29a27f727ea8",
    "AddName": "sample string 4",
    "AddDate": "2024-09-11T19:46:53.0555861+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-09-11T19:46:53.0555861+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>fe9759b0-b6bd-42cc-86be-921b412f084b</ExperimentId>
    <ExperimentLocationId>1d67db5f-9077-43e0-8e3f-e7659a7005ac</ExperimentLocationId>
    <Location i:nil="true" />
    <LocationId>005f6c4c-18fa-459c-bc99-29a27f727ea8</LocationId>
  </ExperimentLocation>
  <ExperimentLocation z:Ref="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />
</ArrayOfExperimentLocation>