POST api/ExperimentLayout/BaseGetAll
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ExperimentLayoutName | Description | Type | Additional information |
---|---|---|---|
ExperimentLayoutId | globally unique identifier |
None. |
|
ExperimentId | globally unique identifier |
None. |
|
LayoutId | integer |
None. |
|
Height | integer |
None. |
|
Width | integer |
None. |
|
AddName | string |
None. |
|
AddDate | date |
None. |
|
LastMaintenanceName | string |
None. |
|
LastMaintenanceDate | date |
None. |
|
Experiment | Experiment |
None. |
|
Layout | Layout |
None. |
|
ExperimentStripLayout | Collection of ExperimentStripLayout |
None. |
|
ChangeTracker | ObjectChangeTracker |
None. |
Response Formats
application/json, text/json
Sample:
[ null, { "$id": "1", "ExperimentLayoutId": "19cd303c-bd7c-443a-8e19-ab77342e3bb8", "ExperimentId": "1f78be6a-21b2-421a-8680-010d48582f0f", "LayoutId": 3, "Height": 4, "Width": 5, "AddName": "sample string 6", "AddDate": "2024-12-12T17:02:59.4798274+00:00", "LastMaintenanceName": "sample string 8", "LastMaintenanceDate": "2024-12-12T17:02:59.4798274+00:00", "ExperimentStripLayout": [ { "$id": "2", "ExperimentStripLayoutId": "76c8e4aa-6b81-45f8-8a79-b0da1f6e8b5e", "ExperimentLayoutId": "19cd303c-bd7c-443a-8e19-ab77342e3bb8", "StripId": "8598e727-3632-4527-a708-e7a848588cfe", "SortOrder": 4, "Color": 5, "AddName": "sample string 6", "AddDate": "2024-12-12T17:02:59.511079+00:00", "LastMaintenanceName": "sample string 8", "LastMaintenanceDate": "2024-12-12T17:02:59.511079+00:00", "InActive": true, "ExperimentLayout": { "$ref": "1" }, "ChangeTracker": { "$id": "3", "State": 2, "ObjectsRemovedFromCollectionProperties": {}, "OriginalValues": {}, "ExtendedProperties": {}, "ObjectsAddedToCollectionProperties": {} } } ], "ChangeTracker": { "$id": "4", "State": 2, "ObjectsRemovedFromCollectionProperties": {}, "OriginalValues": {}, "ExtendedProperties": {}, "ObjectsAddedToCollectionProperties": { "ExperimentStripLayout": [ { "$ref": "2" } ] } } } ]
application/xml, text/xml
Sample:
<ArrayOfExperimentLayout xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pioneer.Trials.Domain.Model"> <ExperimentLayout i:nil="true" /> <ExperimentLayout z:Id="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/"> <AddDate>2024-12-12T17:02:59.4798274+00:00</AddDate> <AddName>sample string 6</AddName> <ChangeTracker z:Id="i2"> <ExtendedProperties /> <ObjectsAddedToCollectionProperties> <AddedObjectsForProperty> <CollectionPropertyName>ExperimentStripLayout</CollectionPropertyName> <AddedObjects> <ObjectValue z:Id="i3" i:type="ExperimentStripLayout"> <AddDate>2024-12-12T17:02:59.511079+00:00</AddDate> <AddName>sample string 6</AddName> <ChangeTracker z:Id="i4"> <ExtendedProperties /> <ObjectsAddedToCollectionProperties /> <ObjectsRemovedFromCollectionProperties /> <OriginalValues /> <State>Added</State> </ChangeTracker> <Color>5</Color> <ExperimentLayout z:Ref="i1" /> <ExperimentLayoutId>19cd303c-bd7c-443a-8e19-ab77342e3bb8</ExperimentLayoutId> <ExperimentStripLayoutId>76c8e4aa-6b81-45f8-8a79-b0da1f6e8b5e</ExperimentStripLayoutId> <InActive>true</InActive> <LastMaintenanceDate>2024-12-12T17:02:59.511079+00:00</LastMaintenanceDate> <LastMaintenanceName>sample string 8</LastMaintenanceName> <SortOrder>4</SortOrder> <Strip i:nil="true" /> <StripId>8598e727-3632-4527-a708-e7a848588cfe</StripId> </ObjectValue> </AddedObjects> </AddedObjectsForProperty> </ObjectsAddedToCollectionProperties> <ObjectsRemovedFromCollectionProperties /> <OriginalValues /> <State>Added</State> </ChangeTracker> <Experiment i:nil="true" /> <ExperimentId>1f78be6a-21b2-421a-8680-010d48582f0f</ExperimentId> <ExperimentLayoutId>19cd303c-bd7c-443a-8e19-ab77342e3bb8</ExperimentLayoutId> <ExperimentStripLayout> <ExperimentStripLayout z:Ref="i3" /> </ExperimentStripLayout> <Height>4</Height> <LastMaintenanceDate>2024-12-12T17:02:59.4798274+00:00</LastMaintenanceDate> <LastMaintenanceName>sample string 8</LastMaintenanceName> <Layout i:nil="true" /> <LayoutId>3</LayoutId> <Width>5</Width> </ExperimentLayout> </ArrayOfExperimentLayout>