GET api/timesheetentries?start={start}&end={end}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
start

date

None.

end

date

None.

Body Parameters

None.

Response Information

Resource Description

DataSourceResultOfTimesheetEntrySchedulerModel
NameDescriptionTypeAdditional information
data

Collection of TimesheetEntrySchedulerModel

None.

total

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "data": [
    {
      "subscription_id": "06c73aea-0b3c-4f97-8a0e-ea3424987a13",
      "type": "sample string 1",
      "timesheet_project_id": "320c7926-6470-451b-8cb5-ddab2b8a4125",
      "timesheet_project_name": "sample string 2",
      "original_timesheet_project_id": "c8efa3a1-1891-49b2-b9ca-3d63b2ba82d8",
      "timesheet_task_id": "6f4d71fa-40c2-41ec-add2-429c9aef74f5",
      "timesheet_task_name": "sample string 3",
      "original_timesheet_task_id": "bd1b1d47-26db-4d1c-bfc1-9ad538de1330",
      "user_id": "sample string 4",
      "timezone_id": "sample string 5",
      "duration_minutes": 1,
      "notes": "sample string 6",
      "submitted": true,
      "update_schedule_only": true,
      "origin_link": "sample string 9",
      "title": "sample string 10",
      "description": "sample string 11",
      "reference_no": "sample string 12",
      "start": "2026-02-09T19:50:31.3668803+08:00",
      "end": "2026-02-09T19:50:31.3668803+08:00",
      "start_timezone": "sample string 15",
      "end_timezone": "sample string 16",
      "is_all_day": true,
      "recurrence_exception": "sample string 18",
      "recurrence_rule": "sample string 19",
      "id": "7b6f60bc-8d82-4fee-9ada-b7038d92c4ef"
    },
    {
      "subscription_id": "06c73aea-0b3c-4f97-8a0e-ea3424987a13",
      "type": "sample string 1",
      "timesheet_project_id": "320c7926-6470-451b-8cb5-ddab2b8a4125",
      "timesheet_project_name": "sample string 2",
      "original_timesheet_project_id": "c8efa3a1-1891-49b2-b9ca-3d63b2ba82d8",
      "timesheet_task_id": "6f4d71fa-40c2-41ec-add2-429c9aef74f5",
      "timesheet_task_name": "sample string 3",
      "original_timesheet_task_id": "bd1b1d47-26db-4d1c-bfc1-9ad538de1330",
      "user_id": "sample string 4",
      "timezone_id": "sample string 5",
      "duration_minutes": 1,
      "notes": "sample string 6",
      "submitted": true,
      "update_schedule_only": true,
      "origin_link": "sample string 9",
      "title": "sample string 10",
      "description": "sample string 11",
      "reference_no": "sample string 12",
      "start": "2026-02-09T19:50:31.3668803+08:00",
      "end": "2026-02-09T19:50:31.3668803+08:00",
      "start_timezone": "sample string 15",
      "end_timezone": "sample string 16",
      "is_all_day": true,
      "recurrence_exception": "sample string 18",
      "recurrence_rule": "sample string 19",
      "id": "7b6f60bc-8d82-4fee-9ada-b7038d92c4ef"
    }
  ],
  "total": 1
}

application/xml, text/xml

Sample:
<DataSourceResultOfTimesheetEntrySchedulerModelihvqq9wh xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CompleteEmpireApp.Api.Infrastructure.DataSource">
  <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/CompleteEmpireApp.Api.Models">
    <d2p1:TimesheetEntrySchedulerModel>
      <Id xmlns="http://schemas.datacontract.org/2004/07/CompleteEmpireApp.Api.Models.Base">7b6f60bc-8d82-4fee-9ada-b7038d92c4ef</Id>
      <d2p1:Description>sample string 11</d2p1:Description>
      <d2p1:DurationInMinutes>1</d2p1:DurationInMinutes>
      <d2p1:End>2026-02-09T19:50:31.3668803+08:00</d2p1:End>
      <d2p1:EndTimezone>sample string 16</d2p1:EndTimezone>
      <d2p1:IsAllDay>true</d2p1:IsAllDay>
      <d2p1:Notes>sample string 6</d2p1:Notes>
      <d2p1:OriginLink>sample string 9</d2p1:OriginLink>
      <d2p1:OriginalTimesheetProjectId>c8efa3a1-1891-49b2-b9ca-3d63b2ba82d8</d2p1:OriginalTimesheetProjectId>
      <d2p1:OriginalTimesheetTaskId>bd1b1d47-26db-4d1c-bfc1-9ad538de1330</d2p1:OriginalTimesheetTaskId>
      <d2p1:RecurrenceException>sample string 18</d2p1:RecurrenceException>
      <d2p1:RecurrenceRule>sample string 19</d2p1:RecurrenceRule>
      <d2p1:ReferenceNo>sample string 12</d2p1:ReferenceNo>
      <d2p1:Start>2026-02-09T19:50:31.3668803+08:00</d2p1:Start>
      <d2p1:StartTimezone>sample string 15</d2p1:StartTimezone>
      <d2p1:Submitted>true</d2p1:Submitted>
      <d2p1:SubscriptionId>06c73aea-0b3c-4f97-8a0e-ea3424987a13</d2p1:SubscriptionId>
      <d2p1:TimeZoneId>sample string 5</d2p1:TimeZoneId>
      <d2p1:TimesheetProjectId>320c7926-6470-451b-8cb5-ddab2b8a4125</d2p1:TimesheetProjectId>
      <d2p1:TimesheetProjectName>sample string 2</d2p1:TimesheetProjectName>
      <d2p1:TimesheetTaskId>6f4d71fa-40c2-41ec-add2-429c9aef74f5</d2p1:TimesheetTaskId>
      <d2p1:TimesheetTaskName>sample string 3</d2p1:TimesheetTaskName>
      <d2p1:Title>sample string 10</d2p1:Title>
      <d2p1:Type>sample string 1</d2p1:Type>
      <d2p1:UpdateScheduleOnly>true</d2p1:UpdateScheduleOnly>
      <d2p1:UserId>sample string 4</d2p1:UserId>
    </d2p1:TimesheetEntrySchedulerModel>
    <d2p1:TimesheetEntrySchedulerModel>
      <Id xmlns="http://schemas.datacontract.org/2004/07/CompleteEmpireApp.Api.Models.Base">7b6f60bc-8d82-4fee-9ada-b7038d92c4ef</Id>
      <d2p1:Description>sample string 11</d2p1:Description>
      <d2p1:DurationInMinutes>1</d2p1:DurationInMinutes>
      <d2p1:End>2026-02-09T19:50:31.3668803+08:00</d2p1:End>
      <d2p1:EndTimezone>sample string 16</d2p1:EndTimezone>
      <d2p1:IsAllDay>true</d2p1:IsAllDay>
      <d2p1:Notes>sample string 6</d2p1:Notes>
      <d2p1:OriginLink>sample string 9</d2p1:OriginLink>
      <d2p1:OriginalTimesheetProjectId>c8efa3a1-1891-49b2-b9ca-3d63b2ba82d8</d2p1:OriginalTimesheetProjectId>
      <d2p1:OriginalTimesheetTaskId>bd1b1d47-26db-4d1c-bfc1-9ad538de1330</d2p1:OriginalTimesheetTaskId>
      <d2p1:RecurrenceException>sample string 18</d2p1:RecurrenceException>
      <d2p1:RecurrenceRule>sample string 19</d2p1:RecurrenceRule>
      <d2p1:ReferenceNo>sample string 12</d2p1:ReferenceNo>
      <d2p1:Start>2026-02-09T19:50:31.3668803+08:00</d2p1:Start>
      <d2p1:StartTimezone>sample string 15</d2p1:StartTimezone>
      <d2p1:Submitted>true</d2p1:Submitted>
      <d2p1:SubscriptionId>06c73aea-0b3c-4f97-8a0e-ea3424987a13</d2p1:SubscriptionId>
      <d2p1:TimeZoneId>sample string 5</d2p1:TimeZoneId>
      <d2p1:TimesheetProjectId>320c7926-6470-451b-8cb5-ddab2b8a4125</d2p1:TimesheetProjectId>
      <d2p1:TimesheetProjectName>sample string 2</d2p1:TimesheetProjectName>
      <d2p1:TimesheetTaskId>6f4d71fa-40c2-41ec-add2-429c9aef74f5</d2p1:TimesheetTaskId>
      <d2p1:TimesheetTaskName>sample string 3</d2p1:TimesheetTaskName>
      <d2p1:Title>sample string 10</d2p1:Title>
      <d2p1:Type>sample string 1</d2p1:Type>
      <d2p1:UpdateScheduleOnly>true</d2p1:UpdateScheduleOnly>
      <d2p1:UserId>sample string 4</d2p1:UserId>
    </d2p1:TimesheetEntrySchedulerModel>
  </Data>
  <Total>1</Total>
</DataSourceResultOfTimesheetEntrySchedulerModelihvqq9wh>