GET Assignment/Base/All
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Assignment| Name | Description | Type | Additional information |
|---|---|---|---|
| AssignmentId | integer |
None. |
|
| Description | string |
None. |
|
| LastMaintenanceName | string |
None. |
|
| LastMaintenanceDate | date |
None. |
|
| ExperimentPartnerAssignment | Collection of ExperimentPartnerAssignment |
None. |
|
| AssignmentRole | Collection of AssignmentRole |
None. |
|
| ChangeTracker | ObjectChangeTracker |
None. |
Response Formats
application/json, text/json
Sample:
[
null,
{
"$id": "1",
"AssignmentId": 1,
"Description": "sample string 2",
"LastMaintenanceName": "sample string 3",
"LastMaintenanceDate": "2026-08-05T09:14:45.1227015+00:00",
"ExperimentPartnerAssignment": [
{
"$id": "2",
"ExperimentPartnerAssignmentId": "c58d1d77-d74f-4250-b0fa-67301682de83",
"ExperimentId": "6c2febcc-15c9-4a83-8291-a40b3262f6b3",
"PartnerRoleId": "bda571b3-f124-4949-a9e3-6206612ab736",
"AssignmentId": 1,
"AssignedNumberOfLocations": 1,
"IsExperimentCreator": true,
"LastMaintenanceName": "sample string 6",
"LastMaintenanceDate": "2026-08-05T09:14:45.1383352+00:00",
"AssignedByPartnerRoleId": "b4bd420d-c5d3-49f0-b227-b992eb0018f5",
"ShipTo": "sample string 8",
"ShipToId": "7b07839f-acf9-4b38-a41b-e39864032a29",
"Assignment": {
"$ref": "1"
},
"LocationPartnerAssignment": [
{
"$id": "3",
"LocationPartnerAssignmentId": "75bb8556-cd2a-45cd-9010-71fe0c9c8bb2",
"LocationId": "06a44cd6-b99a-452f-bf70-372056a5c3f8",
"ExperimentPartnerAssignmentId": "c58d1d77-d74f-4250-b0fa-67301682de83",
"CreatedLocation": true,
"AddName": "sample string 4",
"AddDate": "2026-08-05T09:14:45.3727511+00:00",
"LastMaintenanceName": "sample string 6",
"LastMaintenanceDate": "2026-08-05T09:14:45.3727511+00:00",
"ExperimentPartnerAssignment": {
"$ref": "2"
},
"ChangeTracker": {
"$id": "4",
"State": 2,
"ObjectsRemovedFromCollectionProperties": {},
"OriginalValues": {},
"ExtendedProperties": {},
"ObjectsAddedToCollectionProperties": {}
},
"PartnerName": "sample string 8",
"TrackingName": "sample string 9"
}
],
"ExperimentPartnerAssignment1": [],
"ChangeTracker": {
"$id": "5",
"State": 2,
"ObjectsRemovedFromCollectionProperties": {},
"OriginalValues": {},
"ExtendedProperties": {},
"ObjectsAddedToCollectionProperties": {
"LocationPartnerAssignment": [
{
"$ref": "3"
}
]
}
}
}
],
"AssignmentRole": [],
"ChangeTracker": {
"$id": "6",
"State": 2,
"ObjectsRemovedFromCollectionProperties": {},
"OriginalValues": {},
"ExtendedProperties": {},
"ObjectsAddedToCollectionProperties": {
"ExperimentPartnerAssignment": [
{
"$ref": "2"
}
]
}
}
}
]
application/xml, text/xml
Sample:
<ArrayOfAssignment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pioneer.Trials.Domain.Model">
<Assignment i:nil="true" />
<Assignment z:Id="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/">
<AssignmentId>1</AssignmentId>
<AssignmentRole />
<ChangeTracker z:Id="i2">
<ExtendedProperties />
<ObjectsAddedToCollectionProperties>
<AddedObjectsForProperty>
<CollectionPropertyName>ExperimentPartnerAssignment</CollectionPropertyName>
<AddedObjects>
<ObjectValue z:Id="i3" i:type="ExperimentPartnerAssignment">
<AssignedByPartnerRoleId>b4bd420d-c5d3-49f0-b227-b992eb0018f5</AssignedByPartnerRoleId>
<AssignedNumberOfLocations>1</AssignedNumberOfLocations>
<Assignment z:Ref="i1" />
<AssignmentId>1</AssignmentId>
<ChangeTracker z:Id="i4">
<ExtendedProperties />
<ObjectsAddedToCollectionProperties>
<AddedObjectsForProperty>
<CollectionPropertyName>LocationPartnerAssignment</CollectionPropertyName>
<AddedObjects>
<ObjectValue z:Id="i5" i:type="LocationPartnerAssignment">
<AddDate>2026-08-05T09:14:45.3727511+00:00</AddDate>
<AddName>sample string 4</AddName>
<ChangeTracker z:Id="i6">
<ExtendedProperties />
<ObjectsAddedToCollectionProperties />
<ObjectsRemovedFromCollectionProperties />
<OriginalValues />
<State>Added</State>
</ChangeTracker>
<CreatedLocation>true</CreatedLocation>
<ExperimentPartnerAssignment z:Ref="i3" />
<ExperimentPartnerAssignmentId>c58d1d77-d74f-4250-b0fa-67301682de83</ExperimentPartnerAssignmentId>
<LastMaintenanceDate>2026-08-05T09:14:45.3727511+00:00</LastMaintenanceDate>
<LastMaintenanceName>sample string 6</LastMaintenanceName>
<Location i:nil="true" />
<LocationId>06a44cd6-b99a-452f-bf70-372056a5c3f8</LocationId>
<LocationPartnerAssignmentId>75bb8556-cd2a-45cd-9010-71fe0c9c8bb2</LocationPartnerAssignmentId>
<PartnerName>sample string 8</PartnerName>
<TrackingName>sample string 9</TrackingName>
</ObjectValue>
</AddedObjects>
</AddedObjectsForProperty>
</ObjectsAddedToCollectionProperties>
<ObjectsRemovedFromCollectionProperties />
<OriginalValues />
<State>Added</State>
</ChangeTracker>
<Experiment i:nil="true" />
<ExperimentId>6c2febcc-15c9-4a83-8291-a40b3262f6b3</ExperimentId>
<ExperimentPartnerAssignment1 />
<ExperimentPartnerAssignment2 i:nil="true" />
<ExperimentPartnerAssignmentId>c58d1d77-d74f-4250-b0fa-67301682de83</ExperimentPartnerAssignmentId>
<IsExperimentCreator>true</IsExperimentCreator>
<LastMaintenanceDate>2026-08-05T09:14:45.1383352+00:00</LastMaintenanceDate>
<LastMaintenanceName>sample string 6</LastMaintenanceName>
<LocationPartnerAssignment>
<LocationPartnerAssignment z:Ref="i5" />
</LocationPartnerAssignment>
<PartnerRoleId>bda571b3-f124-4949-a9e3-6206612ab736</PartnerRoleId>
<ShipTo>sample string 8</ShipTo>
<ShipToId>7b07839f-acf9-4b38-a41b-e39864032a29</ShipToId>
</ObjectValue>
</AddedObjects>
</AddedObjectsForProperty>
</ObjectsAddedToCollectionProperties>
<ObjectsRemovedFromCollectionProperties />
<OriginalValues />
<State>Added</State>
</ChangeTracker>
<Description>sample string 2</Description>
<ExperimentPartnerAssignment>
<ExperimentPartnerAssignment z:Ref="i3" />
</ExperimentPartnerAssignment>
<LastMaintenanceDate>2026-08-05T09:14:45.1227015+00:00</LastMaintenanceDate>
<LastMaintenanceName>sample string 3</LastMaintenanceName>
</Assignment>
</ArrayOfAssignment>