POST api/ExperimentGrouping/BaseGetAll
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ExperimentGroupingName | Description | Type | Additional information |
---|---|---|---|
ExperimentId | globally unique identifier |
None. |
|
ExperimentGroupId | globally unique identifier |
None. |
|
LastMaintenanceName | string |
None. |
|
LastMaintenanceDate | date |
None. |
|
Experiment | Experiment |
None. |
|
ExperimentGroup | ExperimentGroup |
None. |
|
ChangeTracker | ObjectChangeTracker |
None. |
Response Formats
application/json, text/json
Sample:
[ { "$id": "1", "ExperimentId": "d517bed5-218c-4be2-8492-dff61a3db521", "ExperimentGroupId": "2d41fe34-91f1-47e5-bb41-e3f798421f38", "LastMaintenanceName": "sample string 3", "LastMaintenanceDate": "2024-12-11T08:05:14.2576571+00:00", "ExperimentGroup": { "$id": "2", "ExperimentGroupId": "2d41fe34-91f1-47e5-bb41-e3f798421f38", "GroupName": "sample string 2", "Year": 3, "CropId": 1, "AddName": "sample string 5", "AddDate": "2024-12-11T08:05:14.2576571+00:00", "LastMaintenanceName": "sample string 7", "LastMaintenanceDate": "2024-12-11T08:05:14.2576571+00:00", "Crop": { "$id": "3", "CropId": 1, "Name": "sample string 2", "ProductLineCode": "sample string 3", "Genus": "sample string 4", "Code": "sample string 5", "TrackingCode": "sample string 6", "LastMaintenanceName": "sample string 7", "LastMaintenanceDate": "2024-12-11T08:05:14.2576571+00:00", "IsOnlySourcedLocally": true, "ExperimentGroup": [ { "$ref": "2" } ], "Experiment": [], "ChangeTracker": { "$id": "4", "State": 2, "ObjectsRemovedFromCollectionProperties": {}, "OriginalValues": {}, "ExtendedProperties": {}, "ObjectsAddedToCollectionProperties": { "ExperimentGroup": [ { "$ref": "2" } ] } } }, "ExperimentGrouping": [ { "$ref": "1" } ], "ChangeTracker": { "$id": "5", "State": 2, "ObjectsRemovedFromCollectionProperties": {}, "OriginalValues": {}, "ExtendedProperties": {}, "ObjectsAddedToCollectionProperties": { "ExperimentGrouping": [ { "$ref": "1" } ] } } }, "ChangeTracker": { "$id": "6", "State": 2, "ObjectsRemovedFromCollectionProperties": {}, "OriginalValues": {}, "ExtendedProperties": {}, "ObjectsAddedToCollectionProperties": {} } }, { "$ref": "1" } ]
application/xml, text/xml
Sample:
<ArrayOfExperimentGrouping xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pioneer.Trials.Domain.Model"> <ExperimentGrouping z:Id="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/"> <ChangeTracker z:Id="i2"> <ExtendedProperties /> <ObjectsAddedToCollectionProperties /> <ObjectsRemovedFromCollectionProperties /> <OriginalValues /> <State>Added</State> </ChangeTracker> <Experiment i:nil="true" /> <ExperimentGroup z:Id="i3"> <AddDate>2024-12-11T08:05:14.2576571+00:00</AddDate> <AddName>sample string 5</AddName> <ChangeTracker z:Id="i4"> <ExtendedProperties /> <ObjectsAddedToCollectionProperties> <AddedObjectsForProperty> <CollectionPropertyName>ExperimentGrouping</CollectionPropertyName> <AddedObjects> <ObjectValue z:Ref="i1" /> </AddedObjects> </AddedObjectsForProperty> </ObjectsAddedToCollectionProperties> <ObjectsRemovedFromCollectionProperties /> <OriginalValues /> <State>Added</State> </ChangeTracker> <Crop z:Id="i5"> <ChangeTracker z:Id="i6"> <ExtendedProperties /> <ObjectsAddedToCollectionProperties> <AddedObjectsForProperty> <CollectionPropertyName>ExperimentGroup</CollectionPropertyName> <AddedObjects> <ObjectValue z:Ref="i3" /> </AddedObjects> </AddedObjectsForProperty> </ObjectsAddedToCollectionProperties> <ObjectsRemovedFromCollectionProperties /> <OriginalValues /> <State>Added</State> </ChangeTracker> <Code>sample string 5</Code> <CropId>1</CropId> <Experiment /> <ExperimentGroup> <ExperimentGroup z:Ref="i3" /> </ExperimentGroup> <Genus>sample string 4</Genus> <IsOnlySourcedLocally>true</IsOnlySourcedLocally> <LastMaintenanceDate>2024-12-11T08:05:14.2576571+00:00</LastMaintenanceDate> <LastMaintenanceName>sample string 7</LastMaintenanceName> <Name>sample string 2</Name> <ProductLineCode>sample string 3</ProductLineCode> <TrackingCode>sample string 6</TrackingCode> </Crop> <CropId>1</CropId> <ExperimentGroupId>2d41fe34-91f1-47e5-bb41-e3f798421f38</ExperimentGroupId> <ExperimentGrouping> <ExperimentGrouping z:Ref="i1" /> </ExperimentGrouping> <GroupName>sample string 2</GroupName> <LastMaintenanceDate>2024-12-11T08:05:14.2576571+00:00</LastMaintenanceDate> <LastMaintenanceName>sample string 7</LastMaintenanceName> <Year>3</Year> </ExperimentGroup> <ExperimentGroupId>2d41fe34-91f1-47e5-bb41-e3f798421f38</ExperimentGroupId> <ExperimentId>d517bed5-218c-4be2-8492-dff61a3db521</ExperimentId> <LastMaintenanceDate>2024-12-11T08:05:14.2576571+00:00</LastMaintenanceDate> <LastMaintenanceName>sample string 3</LastMaintenanceName> </ExperimentGrouping> <ExperimentGrouping z:Ref="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" /> </ArrayOfExperimentGrouping>