GET api/Project/dailyprojecttasks?projectTaskID={projectTaskID}&buildingID={buildingID}
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| projectTaskID | integer | 
                                 Required  | 
                |
| buildingID | integer | 
                                 Required  | 
                
Body Parameters
None.
Response Information
Resource Description
Collection of DailyScheduleTask| Name | Description | Type | Additional information | 
|---|---|---|---|
| ID | integer | 
                             None.  | 
                |
| SpaceName | string | 
                             None.  | 
                |
| SpaceInventoryContentProjectTaskID | integer | 
                             None.  | 
                |
| ScheduledDate | date | 
                             None.  | 
                |
| StartDateTime | date | 
                             None.  | 
                |
| CompletionDateTime | date | 
                             None.  | 
                |
| UserName | string | 
                             None.  | 
                |
| LastChanged | date | 
                             None.  | 
                |
| SetupStartedDateTime | date | 
                             None.  | 
                |
| SetupCompletedDateTime | date | 
                             None.  | 
                |
| CleanupStartedDateTime | date | 
                             None.  | 
                |
| CleanupCompletedDateTime | date | 
                             None.  | 
                |
| StartedBy | integer | 
                             None.  | 
                |
| SetupStartedBy | integer | 
                             None.  | 
                |
| CleanupStartedBy | integer | 
                             None.  | 
                |
| CompletedBy | integer | 
                             None.  | 
                |
| SetupCompletedBy | integer | 
                             None.  | 
                |
| CleanupCompletedBy | integer | 
                             None.  | 
                |
| SetupDeferReasonID | integer | 
                             None.  | 
                |
| DeferReasonID | integer | 
                             None.  | 
                |
| CleanupDeferReasonID | integer | 
                             None.  | 
                |
| CancelReasonID | integer | 
                             None.  | 
                |
| StartedByEmployee | string | 
                             None.  | 
                |
| SetupStartedByEmployee | string | 
                             None.  | 
                |
| CleanupStartedByEmployee | string | 
                             None.  | 
                |
| EstimatedTaskCompletionMinutes | decimal number | 
                             None.  | 
                |
| SetupMinutes | decimal number | 
                             None.  | 
                |
| CleanupMinutes | decimal number | 
                             None.  | 
                |
| IsDelayed | boolean | 
                             None.  | 
                |
| BaseMonth | integer | 
                             None.  | 
                |
| DailyTaskStatus | DailyTaskStatus | 
                             None.  | 
                
Response Formats
application/json, text/json
            Sample:
        
[
  {
    "ID": 1,
    "SpaceName": "sample string 2",
    "SpaceInventoryContentProjectTaskID": 3,
    "ScheduledDate": "2025-11-04T03:47:21.3809417Z",
    "StartDateTime": "2025-11-04T03:47:21.3809417Z",
    "CompletionDateTime": "2025-11-04T03:47:21.3809417Z",
    "UserName": "sample string 5",
    "LastChanged": "2025-11-04T03:47:21.3809417Z",
    "SetupStartedDateTime": "2025-11-04T03:47:21.3809417Z",
    "SetupCompletedDateTime": "2025-11-04T03:47:21.3809417Z",
    "CleanupStartedDateTime": "2025-11-04T03:47:21.3809417Z",
    "CleanupCompletedDateTime": "2025-11-04T03:47:21.3809417Z",
    "StartedBy": 1,
    "SetupStartedBy": 1,
    "CleanupStartedBy": 1,
    "CompletedBy": 1,
    "SetupCompletedBy": 1,
    "CleanupCompletedBy": 1,
    "SetupDeferReasonID": 1,
    "DeferReasonID": 1,
    "CleanupDeferReasonID": 1,
    "CancelReasonID": 1,
    "StartedByEmployee": "sample string 6",
    "SetupStartedByEmployee": "sample string 7",
    "CleanupStartedByEmployee": "sample string 8",
    "EstimatedTaskCompletionMinutes": 9.0,
    "SetupMinutes": 10.0,
    "CleanupMinutes": 11.0,
    "IsDelayed": true,
    "BaseMonth": 1,
    "DailyTaskStatus": 6
  },
  {
    "ID": 1,
    "SpaceName": "sample string 2",
    "SpaceInventoryContentProjectTaskID": 3,
    "ScheduledDate": "2025-11-04T03:47:21.3809417Z",
    "StartDateTime": "2025-11-04T03:47:21.3809417Z",
    "CompletionDateTime": "2025-11-04T03:47:21.3809417Z",
    "UserName": "sample string 5",
    "LastChanged": "2025-11-04T03:47:21.3809417Z",
    "SetupStartedDateTime": "2025-11-04T03:47:21.3809417Z",
    "SetupCompletedDateTime": "2025-11-04T03:47:21.3809417Z",
    "CleanupStartedDateTime": "2025-11-04T03:47:21.3809417Z",
    "CleanupCompletedDateTime": "2025-11-04T03:47:21.3809417Z",
    "StartedBy": 1,
    "SetupStartedBy": 1,
    "CleanupStartedBy": 1,
    "CompletedBy": 1,
    "SetupCompletedBy": 1,
    "CleanupCompletedBy": 1,
    "SetupDeferReasonID": 1,
    "DeferReasonID": 1,
    "CleanupDeferReasonID": 1,
    "CancelReasonID": 1,
    "StartedByEmployee": "sample string 6",
    "SetupStartedByEmployee": "sample string 7",
    "CleanupStartedByEmployee": "sample string 8",
    "EstimatedTaskCompletionMinutes": 9.0,
    "SetupMinutes": 10.0,
    "CleanupMinutes": 11.0,
    "IsDelayed": true,
    "BaseMonth": 1,
    "DailyTaskStatus": 6
  }
]
        application/xml, text/xml
            Sample:
<ArrayOfDailyScheduleTask xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aramark.ISIS.Domain.Models">
  <DailyScheduleTask>
    <BaseMonth>1</BaseMonth>
    <CancelReasonID>1</CancelReasonID>
    <CleanupCompletedBy>1</CleanupCompletedBy>
    <CleanupCompletedDateTime>2025-11-04T03:47:21.3809417+00:00</CleanupCompletedDateTime>
    <CleanupDeferReasonID>1</CleanupDeferReasonID>
    <CleanupMinutes>11</CleanupMinutes>
    <CleanupStartedBy>1</CleanupStartedBy>
    <CleanupStartedByEmployee>sample string 8</CleanupStartedByEmployee>
    <CleanupStartedDateTime>2025-11-04T03:47:21.3809417+00:00</CleanupStartedDateTime>
    <CompletedBy>1</CompletedBy>
    <CompletionDateTime>2025-11-04T03:47:21.3809417+00:00</CompletionDateTime>
    <DeferReasonID>1</DeferReasonID>
    <EstimatedTaskCompletionMinutes>9</EstimatedTaskCompletionMinutes>
    <ID>1</ID>
    <IsDelayed>true</IsDelayed>
    <LastChanged>2025-11-04T03:47:21.3809417+00:00</LastChanged>
    <ScheduledDate>2025-11-04T03:47:21.3809417+00:00</ScheduledDate>
    <SetupCompletedBy>1</SetupCompletedBy>
    <SetupCompletedDateTime>2025-11-04T03:47:21.3809417+00:00</SetupCompletedDateTime>
    <SetupDeferReasonID>1</SetupDeferReasonID>
    <SetupMinutes>10</SetupMinutes>
    <SetupStartedBy>1</SetupStartedBy>
    <SetupStartedByEmployee>sample string 7</SetupStartedByEmployee>
    <SetupStartedDateTime>2025-11-04T03:47:21.3809417+00:00</SetupStartedDateTime>
    <SpaceInventoryContentProjectTaskID>3</SpaceInventoryContentProjectTaskID>
    <SpaceName>sample string 2</SpaceName>
    <StartDateTime>2025-11-04T03:47:21.3809417+00:00</StartDateTime>
    <StartedBy>1</StartedBy>
    <StartedByEmployee>sample string 6</StartedByEmployee>
    <UserName>sample string 5</UserName>
  </DailyScheduleTask>
  <DailyScheduleTask>
    <BaseMonth>1</BaseMonth>
    <CancelReasonID>1</CancelReasonID>
    <CleanupCompletedBy>1</CleanupCompletedBy>
    <CleanupCompletedDateTime>2025-11-04T03:47:21.3809417+00:00</CleanupCompletedDateTime>
    <CleanupDeferReasonID>1</CleanupDeferReasonID>
    <CleanupMinutes>11</CleanupMinutes>
    <CleanupStartedBy>1</CleanupStartedBy>
    <CleanupStartedByEmployee>sample string 8</CleanupStartedByEmployee>
    <CleanupStartedDateTime>2025-11-04T03:47:21.3809417+00:00</CleanupStartedDateTime>
    <CompletedBy>1</CompletedBy>
    <CompletionDateTime>2025-11-04T03:47:21.3809417+00:00</CompletionDateTime>
    <DeferReasonID>1</DeferReasonID>
    <EstimatedTaskCompletionMinutes>9</EstimatedTaskCompletionMinutes>
    <ID>1</ID>
    <IsDelayed>true</IsDelayed>
    <LastChanged>2025-11-04T03:47:21.3809417+00:00</LastChanged>
    <ScheduledDate>2025-11-04T03:47:21.3809417+00:00</ScheduledDate>
    <SetupCompletedBy>1</SetupCompletedBy>
    <SetupCompletedDateTime>2025-11-04T03:47:21.3809417+00:00</SetupCompletedDateTime>
    <SetupDeferReasonID>1</SetupDeferReasonID>
    <SetupMinutes>10</SetupMinutes>
    <SetupStartedBy>1</SetupStartedBy>
    <SetupStartedByEmployee>sample string 7</SetupStartedByEmployee>
    <SetupStartedDateTime>2025-11-04T03:47:21.3809417+00:00</SetupStartedDateTime>
    <SpaceInventoryContentProjectTaskID>3</SpaceInventoryContentProjectTaskID>
    <SpaceName>sample string 2</SpaceName>
    <StartDateTime>2025-11-04T03:47:21.3809417+00:00</StartDateTime>
    <StartedBy>1</StartedBy>
    <StartedByEmployee>sample string 6</StartedByEmployee>
    <UserName>sample string 5</UserName>
  </DailyScheduleTask>
</ArrayOfDailyScheduleTask>