GET api/eScheduler/GetSchedulesAndShifts?campusID={campusID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
campusID

integer

Required

Body Parameters

None.

Response Information

Resource Description

LoadDaily
NameDescriptionTypeAdditional information
Schedules

Collection of Schedule

None.

Shifts

Collection of Shift

None.

ScheduleTasks

Collection of ScheduleTask

None.

ScheduleTaskNotes

Collection of ScheduleTaskNote

None.

SelfAssignedTasks

Collection of Task

None.

Discharges

Collection of Discharge

None.

Response Formats

application/json, text/json

Sample:
{
  "Schedules": [
    {
      "ID": 1,
      "Name": "sample string 2",
      "Date": "2024-05-18T06:33:12.446013Z",
      "Header": "sample string 4",
      "Footer": "sample string 5",
      "ScheduleStatusID": 6,
      "ShiftID": 7,
      "BuildingID": 1,
      "Building": "sample string 8",
      "SupervisorID": 9,
      "SupervisorName": "sample string 10",
      "SupervisorInfo": "sample string 11",
      "AssignedToID": 1,
      "AssignedTo": "sample string 12",
      "SafetyPrecautions": [
        1,
        2
      ],
      "SpaceEquipments": [
        1,
        2
      ],
      "StartTime": "00:00:00.1234567",
      "EndTime": "00:00:00.1234567",
      "DischargePlaceholders": 1,
      "DischargeExpectedDuration": 1,
      "AccountID": 13,
      "LastChangedDate": "2024-05-18T06:33:12.446013Z"
    },
    {
      "ID": 1,
      "Name": "sample string 2",
      "Date": "2024-05-18T06:33:12.446013Z",
      "Header": "sample string 4",
      "Footer": "sample string 5",
      "ScheduleStatusID": 6,
      "ShiftID": 7,
      "BuildingID": 1,
      "Building": "sample string 8",
      "SupervisorID": 9,
      "SupervisorName": "sample string 10",
      "SupervisorInfo": "sample string 11",
      "AssignedToID": 1,
      "AssignedTo": "sample string 12",
      "SafetyPrecautions": [
        1,
        2
      ],
      "SpaceEquipments": [
        1,
        2
      ],
      "StartTime": "00:00:00.1234567",
      "EndTime": "00:00:00.1234567",
      "DischargePlaceholders": 1,
      "DischargeExpectedDuration": 1,
      "AccountID": 13,
      "LastChangedDate": "2024-05-18T06:33:12.446013Z"
    }
  ],
  "Shifts": [
    {
      "ID": 1,
      "Name": "sample string 2",
      "StartTime": "00:00:00.1234567",
      "EndTime": "00:00:00.1234567",
      "AccountID": 3,
      "LastChangedDate": "2024-05-18T06:33:12.446013Z"
    },
    {
      "ID": 1,
      "Name": "sample string 2",
      "StartTime": "00:00:00.1234567",
      "EndTime": "00:00:00.1234567",
      "AccountID": 3,
      "LastChangedDate": "2024-05-18T06:33:12.446013Z"
    }
  ],
  "ScheduleTasks": [
    {
      "ID": 1,
      "Name": "sample string 2",
      "Notes": "sample string 3",
      "Reason": "sample string 4",
      "ScheduleInstanceID": 5,
      "OriginalScheduleInstanceID": 6,
      "SpaceID": 1,
      "SpaceName": "sample string 7",
      "AreaID": 1,
      "AreaName": "sample string 8",
      "FloorID": 1,
      "FloorName": "sample string 9",
      "BuildingID": 1,
      "BuildingName": "sample string 10",
      "SpacePath": "sample string 11",
      "SpaceType": "sample string 12",
      "ScheduleTaskTypeID": 13,
      "ScheduleTaskStatusID": 14,
      "CleaningProcedureID": 15,
      "SpaceEquipmentID": 1,
      "ExpectedDuration": 1,
      "Duration": 1,
      "TaskOrder": 16,
      "PriorityID": 1,
      "Priority": "sample string 17",
      "PriorityLevel": 18,
      "DischargeID": 1,
      "CreatedDate": "2024-05-18T06:33:12.446013Z",
      "StartByID": 1,
      "StartDate": "2024-05-18T06:33:12.446013Z",
      "ResumedBy": 1,
      "ResumedDate": "2024-05-18T06:33:12.446013Z",
      "FinishByID": 1,
      "FinishDate": "2024-05-18T06:33:12.446013Z",
      "AccountID": 19,
      "EmployeeID": 1,
      "LastChangedByID": 1,
      "LastChangedDate": "2024-05-18T06:33:12.446013Z"
    },
    {
      "ID": 1,
      "Name": "sample string 2",
      "Notes": "sample string 3",
      "Reason": "sample string 4",
      "ScheduleInstanceID": 5,
      "OriginalScheduleInstanceID": 6,
      "SpaceID": 1,
      "SpaceName": "sample string 7",
      "AreaID": 1,
      "AreaName": "sample string 8",
      "FloorID": 1,
      "FloorName": "sample string 9",
      "BuildingID": 1,
      "BuildingName": "sample string 10",
      "SpacePath": "sample string 11",
      "SpaceType": "sample string 12",
      "ScheduleTaskTypeID": 13,
      "ScheduleTaskStatusID": 14,
      "CleaningProcedureID": 15,
      "SpaceEquipmentID": 1,
      "ExpectedDuration": 1,
      "Duration": 1,
      "TaskOrder": 16,
      "PriorityID": 1,
      "Priority": "sample string 17",
      "PriorityLevel": 18,
      "DischargeID": 1,
      "CreatedDate": "2024-05-18T06:33:12.446013Z",
      "StartByID": 1,
      "StartDate": "2024-05-18T06:33:12.446013Z",
      "ResumedBy": 1,
      "ResumedDate": "2024-05-18T06:33:12.446013Z",
      "FinishByID": 1,
      "FinishDate": "2024-05-18T06:33:12.446013Z",
      "AccountID": 19,
      "EmployeeID": 1,
      "LastChangedByID": 1,
      "LastChangedDate": "2024-05-18T06:33:12.446013Z"
    }
  ],
  "ScheduleTaskNotes": [
    {
      "ID": 1,
      "OldID": 2,
      "ScheduleTaskID": 1,
      "Note": "sample string 3",
      "LastChanged": "2024-05-18T06:33:12.446013Z",
      "SpaceID": 1,
      "AccountID": 4
    },
    {
      "ID": 1,
      "OldID": 2,
      "ScheduleTaskID": 1,
      "Note": "sample string 3",
      "LastChanged": "2024-05-18T06:33:12.446013Z",
      "SpaceID": 1,
      "AccountID": 4
    }
  ],
  "SelfAssignedTasks": [
    {
      "ID": 1,
      "Name": "sample string 2",
      "Description": "sample string 3",
      "CleaningProcedureID": 1,
      "AccountID": 4,
      "LastChangedDate": "2024-05-18T06:33:12.446013Z",
      "Duration": 1,
      "ExpectedDuration": 1,
      "PriorityID": 1,
      "SpaceEquipmentID": 1,
      "Notes": "sample string 5"
    },
    {
      "ID": 1,
      "Name": "sample string 2",
      "Description": "sample string 3",
      "CleaningProcedureID": 1,
      "AccountID": 4,
      "LastChangedDate": "2024-05-18T06:33:12.446013Z",
      "Duration": 1,
      "ExpectedDuration": 1,
      "PriorityID": 1,
      "SpaceEquipmentID": 1,
      "Notes": "sample string 5"
    }
  ],
  "Discharges": [
    {
      "ID": 1,
      "StatusID": 2,
      "Status": "sample string 3",
      "SpaceID": 4,
      "SpaceName": "sample string 5",
      "AreaID": 1,
      "AreaName": "sample string 6",
      "FloorID": 1,
      "FloorName": "sample string 7",
      "BuildingID": 1,
      "BuildingName": "sample string 8",
      "SpacePath": "sample string 9",
      "RequestBy": "sample string 10",
      "RequestTime": "2024-05-18T06:33:12.446013Z",
      "StartedTime": "2024-05-18T06:33:12.446013Z",
      "Beds": 1,
      "Priority": "sample string 12",
      "CleaningType": "sample string 13",
      "CleaningTypeID": 1,
      "IsDelayed": true,
      "IsStat": true,
      "Reason": "sample string 16",
      "DelayMinutes": 1,
      "AccountID": 17,
      "LastChangedDate": "2024-05-18T06:33:12.446013Z",
      "Description": "sample string 18",
      "ScheduleTaskTypeCode": "sample string 19",
      "ScheduleTaskType": "sample string 20",
      "ScheduleTaskTypeID": 21,
      "ScheduleTaskStatusCode": "sample string 22",
      "ScheduleTaskStatus": "sample string 23",
      "ScheduleTaskStatusID": 24,
      "CleaningProcedureTitle": "sample string 25",
      "CleaningProcedureSteps": "sample string 26",
      "TaskOrder": 27,
      "StartedByEmployeeID": 1,
      "AssignedToEmployeeID": 1,
      "ExpectedDuration": 1
    },
    {
      "ID": 1,
      "StatusID": 2,
      "Status": "sample string 3",
      "SpaceID": 4,
      "SpaceName": "sample string 5",
      "AreaID": 1,
      "AreaName": "sample string 6",
      "FloorID": 1,
      "FloorName": "sample string 7",
      "BuildingID": 1,
      "BuildingName": "sample string 8",
      "SpacePath": "sample string 9",
      "RequestBy": "sample string 10",
      "RequestTime": "2024-05-18T06:33:12.446013Z",
      "StartedTime": "2024-05-18T06:33:12.446013Z",
      "Beds": 1,
      "Priority": "sample string 12",
      "CleaningType": "sample string 13",
      "CleaningTypeID": 1,
      "IsDelayed": true,
      "IsStat": true,
      "Reason": "sample string 16",
      "DelayMinutes": 1,
      "AccountID": 17,
      "LastChangedDate": "2024-05-18T06:33:12.446013Z",
      "Description": "sample string 18",
      "ScheduleTaskTypeCode": "sample string 19",
      "ScheduleTaskType": "sample string 20",
      "ScheduleTaskTypeID": 21,
      "ScheduleTaskStatusCode": "sample string 22",
      "ScheduleTaskStatus": "sample string 23",
      "ScheduleTaskStatusID": 24,
      "CleaningProcedureTitle": "sample string 25",
      "CleaningProcedureSteps": "sample string 26",
      "TaskOrder": 27,
      "StartedByEmployeeID": 1,
      "AssignedToEmployeeID": 1,
      "ExpectedDuration": 1
    }
  ]
}

application/xml, text/xml

Sample:
<LoadDaily xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aramark.ISIS.Domain.Models.eScheduler.Mobile">
  <Discharges>
    <Discharge>
      <AccountID>17</AccountID>
      <AreaID>1</AreaID>
      <AreaName>sample string 6</AreaName>
      <AssignedToEmployeeID>1</AssignedToEmployeeID>
      <Beds>1</Beds>
      <BuildingID>1</BuildingID>
      <BuildingName>sample string 8</BuildingName>
      <CleaningProcedureSteps>sample string 26</CleaningProcedureSteps>
      <CleaningProcedureTitle>sample string 25</CleaningProcedureTitle>
      <CleaningType>sample string 13</CleaningType>
      <CleaningTypeID>1</CleaningTypeID>
      <DelayMinutes>1</DelayMinutes>
      <Description>sample string 18</Description>
      <ExpectedDuration>1</ExpectedDuration>
      <FloorID>1</FloorID>
      <FloorName>sample string 7</FloorName>
      <ID>1</ID>
      <IsDelayed>true</IsDelayed>
      <IsStat>true</IsStat>
      <LastChangedDate>2024-05-18T06:33:12.446013+00:00</LastChangedDate>
      <Priority>sample string 12</Priority>
      <Reason>sample string 16</Reason>
      <RequestBy>sample string 10</RequestBy>
      <RequestTime>2024-05-18T06:33:12.446013+00:00</RequestTime>
      <ScheduleTaskStatus>sample string 23</ScheduleTaskStatus>
      <ScheduleTaskStatusCode>sample string 22</ScheduleTaskStatusCode>
      <ScheduleTaskStatusID>24</ScheduleTaskStatusID>
      <ScheduleTaskType>sample string 20</ScheduleTaskType>
      <ScheduleTaskTypeCode>sample string 19</ScheduleTaskTypeCode>
      <ScheduleTaskTypeID>21</ScheduleTaskTypeID>
      <SpaceID>4</SpaceID>
      <SpaceName>sample string 5</SpaceName>
      <SpacePath>sample string 9</SpacePath>
      <StartedByEmployeeID>1</StartedByEmployeeID>
      <StartedTime>2024-05-18T06:33:12.446013+00:00</StartedTime>
      <Status>sample string 3</Status>
      <StatusID>2</StatusID>
      <TaskOrder>27</TaskOrder>
    </Discharge>
    <Discharge>
      <AccountID>17</AccountID>
      <AreaID>1</AreaID>
      <AreaName>sample string 6</AreaName>
      <AssignedToEmployeeID>1</AssignedToEmployeeID>
      <Beds>1</Beds>
      <BuildingID>1</BuildingID>
      <BuildingName>sample string 8</BuildingName>
      <CleaningProcedureSteps>sample string 26</CleaningProcedureSteps>
      <CleaningProcedureTitle>sample string 25</CleaningProcedureTitle>
      <CleaningType>sample string 13</CleaningType>
      <CleaningTypeID>1</CleaningTypeID>
      <DelayMinutes>1</DelayMinutes>
      <Description>sample string 18</Description>
      <ExpectedDuration>1</ExpectedDuration>
      <FloorID>1</FloorID>
      <FloorName>sample string 7</FloorName>
      <ID>1</ID>
      <IsDelayed>true</IsDelayed>
      <IsStat>true</IsStat>
      <LastChangedDate>2024-05-18T06:33:12.446013+00:00</LastChangedDate>
      <Priority>sample string 12</Priority>
      <Reason>sample string 16</Reason>
      <RequestBy>sample string 10</RequestBy>
      <RequestTime>2024-05-18T06:33:12.446013+00:00</RequestTime>
      <ScheduleTaskStatus>sample string 23</ScheduleTaskStatus>
      <ScheduleTaskStatusCode>sample string 22</ScheduleTaskStatusCode>
      <ScheduleTaskStatusID>24</ScheduleTaskStatusID>
      <ScheduleTaskType>sample string 20</ScheduleTaskType>
      <ScheduleTaskTypeCode>sample string 19</ScheduleTaskTypeCode>
      <ScheduleTaskTypeID>21</ScheduleTaskTypeID>
      <SpaceID>4</SpaceID>
      <SpaceName>sample string 5</SpaceName>
      <SpacePath>sample string 9</SpacePath>
      <StartedByEmployeeID>1</StartedByEmployeeID>
      <StartedTime>2024-05-18T06:33:12.446013+00:00</StartedTime>
      <Status>sample string 3</Status>
      <StatusID>2</StatusID>
      <TaskOrder>27</TaskOrder>
    </Discharge>
  </Discharges>
  <ScheduleTaskNotes xmlns:d2p1="http://schemas.datacontract.org/2004/07/Aramark.ISIS.Domain.Models.eScheduler">
    <d2p1:ScheduleTaskNote>
      <d2p1:AccountID>4</d2p1:AccountID>
      <d2p1:ID>1</d2p1:ID>
      <d2p1:LastChanged>2024-05-18T06:33:12.446013+00:00</d2p1:LastChanged>
      <d2p1:Note>sample string 3</d2p1:Note>
      <d2p1:OldID>2</d2p1:OldID>
      <d2p1:ScheduleTaskID>1</d2p1:ScheduleTaskID>
      <d2p1:SpaceID>1</d2p1:SpaceID>
    </d2p1:ScheduleTaskNote>
    <d2p1:ScheduleTaskNote>
      <d2p1:AccountID>4</d2p1:AccountID>
      <d2p1:ID>1</d2p1:ID>
      <d2p1:LastChanged>2024-05-18T06:33:12.446013+00:00</d2p1:LastChanged>
      <d2p1:Note>sample string 3</d2p1:Note>
      <d2p1:OldID>2</d2p1:OldID>
      <d2p1:ScheduleTaskID>1</d2p1:ScheduleTaskID>
      <d2p1:SpaceID>1</d2p1:SpaceID>
    </d2p1:ScheduleTaskNote>
  </ScheduleTaskNotes>
  <ScheduleTasks>
    <ScheduleTask>
      <AccountID>19</AccountID>
      <AreaID>1</AreaID>
      <AreaName>sample string 8</AreaName>
      <BuildingID>1</BuildingID>
      <BuildingName>sample string 10</BuildingName>
      <CleaningProcedureID>15</CleaningProcedureID>
      <CreatedDate>2024-05-18T06:33:12.446013+00:00</CreatedDate>
      <DischargeID>1</DischargeID>
      <Duration>1</Duration>
      <EmployeeID>1</EmployeeID>
      <ExpectedDuration>1</ExpectedDuration>
      <FinishByID>1</FinishByID>
      <FinishDate>2024-05-18T06:33:12.446013+00:00</FinishDate>
      <FloorID>1</FloorID>
      <FloorName>sample string 9</FloorName>
      <ID>1</ID>
      <LastChangedByID>1</LastChangedByID>
      <LastChangedDate>2024-05-18T06:33:12.446013+00:00</LastChangedDate>
      <Name>sample string 2</Name>
      <Notes>sample string 3</Notes>
      <OriginalScheduleInstanceID>6</OriginalScheduleInstanceID>
      <Priority>sample string 17</Priority>
      <PriorityID>1</PriorityID>
      <PriorityLevel>18</PriorityLevel>
      <Reason>sample string 4</Reason>
      <ResumedBy>1</ResumedBy>
      <ResumedDate>2024-05-18T06:33:12.446013+00:00</ResumedDate>
      <ScheduleInstanceID>5</ScheduleInstanceID>
      <ScheduleTaskStatusID>14</ScheduleTaskStatusID>
      <ScheduleTaskTypeID>13</ScheduleTaskTypeID>
      <SpaceEquipmentID>1</SpaceEquipmentID>
      <SpaceID>1</SpaceID>
      <SpaceName>sample string 7</SpaceName>
      <SpacePath>sample string 11</SpacePath>
      <SpaceType>sample string 12</SpaceType>
      <StartByID>1</StartByID>
      <StartDate>2024-05-18T06:33:12.446013+00:00</StartDate>
      <TaskOrder>16</TaskOrder>
    </ScheduleTask>
    <ScheduleTask>
      <AccountID>19</AccountID>
      <AreaID>1</AreaID>
      <AreaName>sample string 8</AreaName>
      <BuildingID>1</BuildingID>
      <BuildingName>sample string 10</BuildingName>
      <CleaningProcedureID>15</CleaningProcedureID>
      <CreatedDate>2024-05-18T06:33:12.446013+00:00</CreatedDate>
      <DischargeID>1</DischargeID>
      <Duration>1</Duration>
      <EmployeeID>1</EmployeeID>
      <ExpectedDuration>1</ExpectedDuration>
      <FinishByID>1</FinishByID>
      <FinishDate>2024-05-18T06:33:12.446013+00:00</FinishDate>
      <FloorID>1</FloorID>
      <FloorName>sample string 9</FloorName>
      <ID>1</ID>
      <LastChangedByID>1</LastChangedByID>
      <LastChangedDate>2024-05-18T06:33:12.446013+00:00</LastChangedDate>
      <Name>sample string 2</Name>
      <Notes>sample string 3</Notes>
      <OriginalScheduleInstanceID>6</OriginalScheduleInstanceID>
      <Priority>sample string 17</Priority>
      <PriorityID>1</PriorityID>
      <PriorityLevel>18</PriorityLevel>
      <Reason>sample string 4</Reason>
      <ResumedBy>1</ResumedBy>
      <ResumedDate>2024-05-18T06:33:12.446013+00:00</ResumedDate>
      <ScheduleInstanceID>5</ScheduleInstanceID>
      <ScheduleTaskStatusID>14</ScheduleTaskStatusID>
      <ScheduleTaskTypeID>13</ScheduleTaskTypeID>
      <SpaceEquipmentID>1</SpaceEquipmentID>
      <SpaceID>1</SpaceID>
      <SpaceName>sample string 7</SpaceName>
      <SpacePath>sample string 11</SpacePath>
      <SpaceType>sample string 12</SpaceType>
      <StartByID>1</StartByID>
      <StartDate>2024-05-18T06:33:12.446013+00:00</StartDate>
      <TaskOrder>16</TaskOrder>
    </ScheduleTask>
  </ScheduleTasks>
  <Schedules>
    <Schedule>
      <AccountID>13</AccountID>
      <AssignedTo>sample string 12</AssignedTo>
      <AssignedToID>1</AssignedToID>
      <Building>sample string 8</Building>
      <BuildingID>1</BuildingID>
      <Date>2024-05-18T06:33:12.446013+00:00</Date>
      <DischargeExpectedDuration>1</DischargeExpectedDuration>
      <DischargePlaceholders>1</DischargePlaceholders>
      <EndTime>PT0.1234567S</EndTime>
      <Footer>sample string 5</Footer>
      <Header>sample string 4</Header>
      <ID>1</ID>
      <LastChangedDate>2024-05-18T06:33:12.446013+00:00</LastChangedDate>
      <Name>sample string 2</Name>
      <SafetyPrecautions xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:int>1</d4p1:int>
        <d4p1:int>2</d4p1:int>
      </SafetyPrecautions>
      <ScheduleStatusID>6</ScheduleStatusID>
      <ShiftID>7</ShiftID>
      <SpaceEquipments xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:int>1</d4p1:int>
        <d4p1:int>2</d4p1:int>
      </SpaceEquipments>
      <StartTime>PT0.1234567S</StartTime>
      <SupervisorID>9</SupervisorID>
      <SupervisorInfo>sample string 11</SupervisorInfo>
      <SupervisorName>sample string 10</SupervisorName>
    </Schedule>
    <Schedule>
      <AccountID>13</AccountID>
      <AssignedTo>sample string 12</AssignedTo>
      <AssignedToID>1</AssignedToID>
      <Building>sample string 8</Building>
      <BuildingID>1</BuildingID>
      <Date>2024-05-18T06:33:12.446013+00:00</Date>
      <DischargeExpectedDuration>1</DischargeExpectedDuration>
      <DischargePlaceholders>1</DischargePlaceholders>
      <EndTime>PT0.1234567S</EndTime>
      <Footer>sample string 5</Footer>
      <Header>sample string 4</Header>
      <ID>1</ID>
      <LastChangedDate>2024-05-18T06:33:12.446013+00:00</LastChangedDate>
      <Name>sample string 2</Name>
      <SafetyPrecautions xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:int>1</d4p1:int>
        <d4p1:int>2</d4p1:int>
      </SafetyPrecautions>
      <ScheduleStatusID>6</ScheduleStatusID>
      <ShiftID>7</ShiftID>
      <SpaceEquipments xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:int>1</d4p1:int>
        <d4p1:int>2</d4p1:int>
      </SpaceEquipments>
      <StartTime>PT0.1234567S</StartTime>
      <SupervisorID>9</SupervisorID>
      <SupervisorInfo>sample string 11</SupervisorInfo>
      <SupervisorName>sample string 10</SupervisorName>
    </Schedule>
  </Schedules>
  <SelfAssignedTasks>
    <Task>
      <AccountID>4</AccountID>
      <CleaningProcedureID>1</CleaningProcedureID>
      <Description>sample string 3</Description>
      <Duration>1</Duration>
      <ExpectedDuration>1</ExpectedDuration>
      <ID>1</ID>
      <LastChangedDate>2024-05-18T06:33:12.446013+00:00</LastChangedDate>
      <Name>sample string 2</Name>
      <Notes>sample string 5</Notes>
      <PriorityID>1</PriorityID>
      <SpaceEquipmentID>1</SpaceEquipmentID>
    </Task>
    <Task>
      <AccountID>4</AccountID>
      <CleaningProcedureID>1</CleaningProcedureID>
      <Description>sample string 3</Description>
      <Duration>1</Duration>
      <ExpectedDuration>1</ExpectedDuration>
      <ID>1</ID>
      <LastChangedDate>2024-05-18T06:33:12.446013+00:00</LastChangedDate>
      <Name>sample string 2</Name>
      <Notes>sample string 5</Notes>
      <PriorityID>1</PriorityID>
      <SpaceEquipmentID>1</SpaceEquipmentID>
    </Task>
  </SelfAssignedTasks>
  <Shifts>
    <Shift>
      <AccountID>3</AccountID>
      <EndTime>PT0.1234567S</EndTime>
      <ID>1</ID>
      <LastChangedDate>2024-05-18T06:33:12.446013+00:00</LastChangedDate>
      <Name>sample string 2</Name>
      <StartTime>PT0.1234567S</StartTime>
    </Shift>
    <Shift>
      <AccountID>3</AccountID>
      <EndTime>PT0.1234567S</EndTime>
      <ID>1</ID>
      <LastChangedDate>2024-05-18T06:33:12.446013+00:00</LastChangedDate>
      <Name>sample string 2</Name>
      <StartTime>PT0.1234567S</StartTime>
    </Shift>
  </Shifts>
</LoadDaily>