POST ExperimentType/GetAllCachedExperimentTypes
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ExperimentTypeName | Description | Type | Additional information |
---|---|---|---|
ExperimentTypeId | integer |
None. |
|
Description | string |
None. |
|
NameCode | string |
None. |
|
LastMaintenanceName | string |
None. |
|
LastMaintenanceDate | date |
None. |
|
Experiment | Collection of Experiment |
None. |
|
ChangeTracker | ObjectChangeTracker |
None. |
Response Formats
application/json, text/json
Sample:
[ null, { "$id": "1", "ExperimentTypeId": 1, "Description": "sample string 2", "NameCode": "sample string 3", "LastMaintenanceName": "sample string 4", "LastMaintenanceDate": "2024-12-26T06:18:08.967612+00:00", "Experiment": [], "ChangeTracker": { "$id": "2", "State": 2, "ObjectsRemovedFromCollectionProperties": {}, "OriginalValues": {}, "ExtendedProperties": {}, "ObjectsAddedToCollectionProperties": {} } } ]
application/xml, text/xml
Sample:
<ArrayOfExperimentType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pioneer.Trials.Domain.Model"> <ExperimentType i:nil="true" /> <ExperimentType z:Id="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/"> <ChangeTracker z:Id="i2"> <ExtendedProperties /> <ObjectsAddedToCollectionProperties /> <ObjectsRemovedFromCollectionProperties /> <OriginalValues /> <State>Added</State> </ChangeTracker> <Description>sample string 2</Description> <Experiment /> <ExperimentTypeId>1</ExperimentTypeId> <LastMaintenanceDate>2024-12-26T06:18:08.967612+00:00</LastMaintenanceDate> <LastMaintenanceName>sample string 4</LastMaintenanceName> <NameCode>sample string 3</NameCode> </ExperimentType> </ArrayOfExperimentType>