POST Strip/GetAllByExperiment/{experimentId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| experimentId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Strip| Name | Description | Type | Additional information |
|---|---|---|---|
| StripId | globally unique identifier |
None. |
|
| ExperimentId | globally unique identifier |
None. |
|
| AddName | string |
None. |
|
| AddDate | date |
None. |
|
| LastMaintenanceName | string |
None. |
|
| LastMaintenanceDate | date |
None. |
|
| Experiment | Experiment |
None. |
|
| ExperimentStripLayout | Collection of ExperimentStripLayout |
None. |
|
| StripValue | Collection of StripValue |
None. |
|
| ChangeTracker | ObjectChangeTracker |
None. |
Response Formats
application/json, text/json
Sample:
[
null,
{
"$id": "1",
"StripId": "02fe8a65-89c3-4e48-b053-ada6b82b0f75",
"ExperimentId": "d3c6f335-b8d9-4c37-810d-ca2bccf9b530",
"AddName": "sample string 3",
"AddDate": "2025-10-28T10:55:20.8738917+00:00",
"LastMaintenanceName": "sample string 5",
"LastMaintenanceDate": "2025-10-28T10:55:20.8738917+00:00",
"ExperimentStripLayout": [
{
"$id": "2",
"ExperimentStripLayoutId": "fc44bded-9839-4686-b408-08942d703865",
"ExperimentLayoutId": "9cefa568-b406-4545-89f2-7416b768edeb",
"StripId": "02fe8a65-89c3-4e48-b053-ada6b82b0f75",
"SortOrder": 4,
"Color": 5,
"AddName": "sample string 6",
"AddDate": "2025-10-28T10:55:20.9363979+00:00",
"LastMaintenanceName": "sample string 8",
"LastMaintenanceDate": "2025-10-28T10:55:20.9363979+00:00",
"InActive": true,
"Strip": {
"$ref": "1"
},
"ChangeTracker": {
"$id": "3",
"State": 2,
"ObjectsRemovedFromCollectionProperties": {},
"OriginalValues": {},
"ExtendedProperties": {},
"ObjectsAddedToCollectionProperties": {}
}
}
],
"StripValue": [],
"ChangeTracker": {
"$id": "4",
"State": 2,
"ObjectsRemovedFromCollectionProperties": {},
"OriginalValues": {},
"ExtendedProperties": {},
"ObjectsAddedToCollectionProperties": {
"ExperimentStripLayout": [
{
"$ref": "2"
}
]
}
}
}
]
application/xml, text/xml
Sample:
<ArrayOfStrip xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pioneer.Trials.Domain.Model">
<Strip i:nil="true" />
<Strip z:Id="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/">
<AddDate>2025-10-28T10:55:20.8738917+00:00</AddDate>
<AddName>sample string 3</AddName>
<ChangeTracker z:Id="i2">
<ExtendedProperties />
<ObjectsAddedToCollectionProperties>
<AddedObjectsForProperty>
<CollectionPropertyName>ExperimentStripLayout</CollectionPropertyName>
<AddedObjects>
<ObjectValue z:Id="i3" i:type="ExperimentStripLayout">
<AddDate>2025-10-28T10:55:20.9363979+00:00</AddDate>
<AddName>sample string 6</AddName>
<ChangeTracker z:Id="i4">
<ExtendedProperties />
<ObjectsAddedToCollectionProperties />
<ObjectsRemovedFromCollectionProperties />
<OriginalValues />
<State>Added</State>
</ChangeTracker>
<Color>5</Color>
<ExperimentLayout i:nil="true" />
<ExperimentLayoutId>9cefa568-b406-4545-89f2-7416b768edeb</ExperimentLayoutId>
<ExperimentStripLayoutId>fc44bded-9839-4686-b408-08942d703865</ExperimentStripLayoutId>
<InActive>true</InActive>
<LastMaintenanceDate>2025-10-28T10:55:20.9363979+00:00</LastMaintenanceDate>
<LastMaintenanceName>sample string 8</LastMaintenanceName>
<SortOrder>4</SortOrder>
<Strip z:Ref="i1" />
<StripId>02fe8a65-89c3-4e48-b053-ada6b82b0f75</StripId>
</ObjectValue>
</AddedObjects>
</AddedObjectsForProperty>
</ObjectsAddedToCollectionProperties>
<ObjectsRemovedFromCollectionProperties />
<OriginalValues />
<State>Added</State>
</ChangeTracker>
<Experiment i:nil="true" />
<ExperimentId>d3c6f335-b8d9-4c37-810d-ca2bccf9b530</ExperimentId>
<ExperimentStripLayout>
<ExperimentStripLayout z:Ref="i3" />
</ExperimentStripLayout>
<LastMaintenanceDate>2025-10-28T10:55:20.8738917+00:00</LastMaintenanceDate>
<LastMaintenanceName>sample string 5</LastMaintenanceName>
<StripId>02fe8a65-89c3-4e48-b053-ada6b82b0f75</StripId>
<StripValue />
</Strip>
</ArrayOfStrip>