POST api/ExperimentFactorValue/BaseGetAll
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ExperimentFactorValue| Name | Description | Type | Additional information |
|---|---|---|---|
| ExperimentFactorValueId | globally unique identifier |
None. |
|
| ExperimentFactorId | globally unique identifier |
None. |
|
| SortOrder | integer |
None. |
|
| Value | decimal number |
None. |
|
| ShortValue | string |
None. |
|
| AddName | string |
None. |
|
| AddDate | date |
None. |
|
| LastMaintenanceName | string |
None. |
|
| LastMaintenanceDate | date |
None. |
|
| ExperimentFactor | ExperimentFactor |
None. |
|
| StripValue | Collection of StripValue |
None. |
|
| ChangeTracker | ObjectChangeTracker |
None. |
Response Formats
application/json, text/json
Sample:
[
null,
{
"$id": "1",
"ExperimentFactorValueId": "f34bb129-016c-41f3-b869-9f4eb93536ce",
"ExperimentFactorId": "9d479c7a-2aeb-4e97-8925-f9596079d485",
"SortOrder": 3,
"Value": 1.1,
"ShortValue": "sample string 4",
"AddName": "sample string 5",
"AddDate": "2026-06-29T05:10:20.4384455+00:00",
"LastMaintenanceName": "sample string 7",
"LastMaintenanceDate": "2026-06-29T05:10:20.4384455+00:00",
"StripValue": [
{
"$id": "2",
"StripValueId": "e46450d7-aa35-4e11-a2b0-0a30d806604c",
"StripId": "a21cc19d-b7b0-4bed-ac51-55d8a17e85fd",
"ExperimentFactorId": "9d3853c7-1e6d-4a22-8888-d105379be784",
"ExperimentFactorValueId": "f34bb129-016c-41f3-b869-9f4eb93536ce",
"ExperimentFactorProductId": "c9feace4-50db-484d-bba1-40330cc4a31c",
"SortOrder": 4,
"AddName": "sample string 5",
"AddDate": "2026-06-29T05:10:20.4661057+00:00",
"LastMaintenanceName": "sample string 7",
"LastMaintenanceDate": "2026-06-29T05:10:20.4661057+00:00",
"ExperimentFactorValue": {
"$ref": "1"
},
"ExperimentFactor": {
"$id": "3",
"ExperimentFactorId": "9d3853c7-1e6d-4a22-8888-d105379be784",
"ExperimentId": "544c361c-61dd-4b3e-a896-e26ac9e46e32",
"SortOrder": 3,
"TraitId": 4,
"FieldLayout": "sample string 5",
"AddName": "sample string 6",
"AddDate": "2026-06-29T05:10:20.4384455+00:00",
"LastMaintenanceName": "sample string 8",
"LastMaintenanceDate": "2026-06-29T05:10:20.4384455+00:00",
"ExperimentFactorValue": [],
"ExperimentFactorProduct": [
{
"$id": "4",
"ExperimentFactorProductId": "6c5b2782-9aff-44bb-9131-7d9537df9269",
"ExperimentFactorId": "9d3853c7-1e6d-4a22-8888-d105379be784",
"BrandId": 3.0,
"GEId": 4.0,
"SortOrder": 5,
"AddName": "sample string 6",
"AddDate": "2026-06-29T05:10:20.4661057+00:00",
"LastMaintenanceName": "sample string 8",
"LastMaintenanceDate": "2026-06-29T05:10:20.4661057+00:00",
"SubProductCode": "sample string 10",
"NumberReservedUnits": 1,
"TotalNumberUnitsAllProduct": 1,
"StripSeedLocallySourced": true,
"ExperimentFactor": {
"$ref": "3"
},
"StripValue": [],
"ChangeTracker": {
"$id": "5",
"State": 2,
"ObjectsRemovedFromCollectionProperties": {},
"OriginalValues": {},
"ExtendedProperties": {},
"ObjectsAddedToCollectionProperties": {}
}
}
],
"StripValue": [
{
"$ref": "2"
}
],
"ChangeTracker": {
"$id": "6",
"State": 2,
"ObjectsRemovedFromCollectionProperties": {},
"OriginalValues": {},
"ExtendedProperties": {},
"ObjectsAddedToCollectionProperties": {
"StripValue": [
{
"$ref": "2"
}
],
"ExperimentFactorProduct": [
{
"$ref": "4"
}
]
}
}
},
"ChangeTracker": {
"$id": "7",
"State": 2,
"ObjectsRemovedFromCollectionProperties": {},
"OriginalValues": {},
"ExtendedProperties": {},
"ObjectsAddedToCollectionProperties": {}
}
}
],
"ChangeTracker": {
"$id": "8",
"State": 2,
"ObjectsRemovedFromCollectionProperties": {},
"OriginalValues": {},
"ExtendedProperties": {},
"ObjectsAddedToCollectionProperties": {
"StripValue": [
{
"$ref": "2"
}
]
}
}
}
]
application/xml, text/xml
Sample:
<ArrayOfExperimentFactorValue xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pioneer.Trials.Domain.Model">
<ExperimentFactorValue i:nil="true" />
<ExperimentFactorValue z:Id="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/">
<AddDate>2026-06-29T05:10:20.4384455+00:00</AddDate>
<AddName>sample string 5</AddName>
<ChangeTracker z:Id="i2">
<ExtendedProperties />
<ObjectsAddedToCollectionProperties>
<AddedObjectsForProperty>
<CollectionPropertyName>StripValue</CollectionPropertyName>
<AddedObjects>
<ObjectValue z:Id="i3" i:type="StripValue">
<AddDate>2026-06-29T05:10:20.4661057+00:00</AddDate>
<AddName>sample string 5</AddName>
<ChangeTracker z:Id="i4">
<ExtendedProperties />
<ObjectsAddedToCollectionProperties />
<ObjectsRemovedFromCollectionProperties />
<OriginalValues />
<State>Added</State>
</ChangeTracker>
<ExperimentFactor z:Id="i5">
<AddDate>2026-06-29T05:10:20.4384455+00:00</AddDate>
<AddName>sample string 6</AddName>
<ChangeTracker z:Id="i6">
<ExtendedProperties />
<ObjectsAddedToCollectionProperties>
<AddedObjectsForProperty>
<CollectionPropertyName>StripValue</CollectionPropertyName>
<AddedObjects>
<ObjectValue z:Ref="i3" />
</AddedObjects>
</AddedObjectsForProperty>
<AddedObjectsForProperty>
<CollectionPropertyName>ExperimentFactorProduct</CollectionPropertyName>
<AddedObjects>
<ObjectValue z:Id="i7" i:type="ExperimentFactorProduct">
<AddDate>2026-06-29T05:10:20.4661057+00:00</AddDate>
<AddName>sample string 6</AddName>
<Brand i:nil="true" />
<BrandId>3</BrandId>
<ChangeTracker z:Id="i8">
<ExtendedProperties />
<ObjectsAddedToCollectionProperties />
<ObjectsRemovedFromCollectionProperties />
<OriginalValues />
<State>Added</State>
</ChangeTracker>
<ExperimentFactor z:Ref="i5" />
<ExperimentFactorId>9d3853c7-1e6d-4a22-8888-d105379be784</ExperimentFactorId>
<ExperimentFactorProductId>6c5b2782-9aff-44bb-9131-7d9537df9269</ExperimentFactorProductId>
<GEId>4</GEId>
<LastMaintenanceDate>2026-06-29T05:10:20.4661057+00:00</LastMaintenanceDate>
<LastMaintenanceName>sample string 8</LastMaintenanceName>
<NumberReservedUnits>1</NumberReservedUnits>
<SortOrder>5</SortOrder>
<StripSeedLocallySourced>true</StripSeedLocallySourced>
<StripValue />
<SubProductCode>sample string 10</SubProductCode>
<TotalNumberUnitsAllProduct>1</TotalNumberUnitsAllProduct>
</ObjectValue>
</AddedObjects>
</AddedObjectsForProperty>
</ObjectsAddedToCollectionProperties>
<ObjectsRemovedFromCollectionProperties />
<OriginalValues />
<State>Added</State>
</ChangeTracker>
<Experiment i:nil="true" />
<ExperimentFactorId>9d3853c7-1e6d-4a22-8888-d105379be784</ExperimentFactorId>
<ExperimentFactorProduct>
<ExperimentFactorProduct z:Ref="i7" />
</ExperimentFactorProduct>
<ExperimentFactorValue />
<ExperimentId>544c361c-61dd-4b3e-a896-e26ac9e46e32</ExperimentId>
<FieldLayout>sample string 5</FieldLayout>
<LastMaintenanceDate>2026-06-29T05:10:20.4384455+00:00</LastMaintenanceDate>
<LastMaintenanceName>sample string 8</LastMaintenanceName>
<SortOrder>3</SortOrder>
<StripValue>
<StripValue z:Ref="i3" />
</StripValue>
<TraitId>4</TraitId>
</ExperimentFactor>
<ExperimentFactorId>9d3853c7-1e6d-4a22-8888-d105379be784</ExperimentFactorId>
<ExperimentFactorProduct i:nil="true" />
<ExperimentFactorProductId>c9feace4-50db-484d-bba1-40330cc4a31c</ExperimentFactorProductId>
<ExperimentFactorValue z:Ref="i1" />
<ExperimentFactorValueId>f34bb129-016c-41f3-b869-9f4eb93536ce</ExperimentFactorValueId>
<LastMaintenanceDate>2026-06-29T05:10:20.4661057+00:00</LastMaintenanceDate>
<LastMaintenanceName>sample string 7</LastMaintenanceName>
<SortOrder>4</SortOrder>
<Strip i:nil="true" />
<StripId>a21cc19d-b7b0-4bed-ac51-55d8a17e85fd</StripId>
<StripValueId>e46450d7-aa35-4e11-a2b0-0a30d806604c</StripValueId>
</ObjectValue>
</AddedObjects>
</AddedObjectsForProperty>
</ObjectsAddedToCollectionProperties>
<ObjectsRemovedFromCollectionProperties />
<OriginalValues />
<State>Added</State>
</ChangeTracker>
<ExperimentFactor i:nil="true" />
<ExperimentFactorId>9d479c7a-2aeb-4e97-8925-f9596079d485</ExperimentFactorId>
<ExperimentFactorValueId>f34bb129-016c-41f3-b869-9f4eb93536ce</ExperimentFactorValueId>
<LastMaintenanceDate>2026-06-29T05:10:20.4384455+00:00</LastMaintenanceDate>
<LastMaintenanceName>sample string 7</LastMaintenanceName>
<ShortValue>sample string 4</ShortValue>
<SortOrder>3</SortOrder>
<StripValue>
<StripValue z:Ref="i3" />
</StripValue>
<Value>1.1</Value>
</ExperimentFactorValue>
</ArrayOfExperimentFactorValue>