TimeEntryDailyRequest

GET {{base_url}}/TimeEntryDailyRequest

Retrieves a list of daily time entries based on a given criteria.

API
Time Sheet API

Requires Authentication
Yes

Returns
List [TimeEntryDailyVisualization]

Batch?
No

Request Params

KeyDatatypeRequiredDescription
ResourceIdstringOptional.
(int32)
The identifier of the associated WorkBook resource.
NOTE: By default, this is set to the WorkBook resource identifier of the current user if not specified.
For information about the Resource object, see Resource.
DatestringOptional.
(date-time)
The date of the time entry daily request to look at.
WeekstringOptional.
(int32)
The flag that indicates whether or not the time entry daily requests is in week.
IdstringOptional.
(int32)
The identifier of the time entry daily request.
TaskIdstringOptional.
(int32)
The identifier of the associated task.
IncludeCorrectionsstringOptional.
(int32)
The flag that indicates whether or not the time entry daily requests include corrections.
SequenceNumberstringOptional.
(int32)
The number of the associated sequence.

HEADERS

KeyDatatypeRequiredDescription
AcceptstringRequired.
The type of content accepted by the API endpoint.
Content-TypestringRequired.
The type of content supported by the API endpoint.

RESPONSES

status: OK

[{"Id":6981743,"ResourceId":35879,"JobId":20780,"TaskId":235694,"ActivityId":535,"RegistrationDate":"2022-04-06T00:00:00.000Z","DescriptionRequired":true,"Cost":123,"Sale":5000,"CostMethod":1,"SequenceNumber":359084,"JournalNumber":0,"Correction":0,"HoursMoved":0,"PostDate":"2022-04-06T00:00:00.000Z","Public":true,"PricelistId":1,"CostCurrencyId":1,"SaleCurrencyId":1,"CostCurrencyAmount":123,"SaleCurrencyAmount":5000,"ApprovalStatus":10,"Billable":false,"UpdateResourceId":21775,"UpdateDate":"2022-03-28T22:16:24.983Z","UpdateType":1,"TariffAdditionalPercentCost":0,"TariffAdditionalPercentSale":0,"TariffAdditionalPercentIcSale":0,"DeletedMarked":false,"CreateDate":"2022-03-28T22:16:24.983Z","CreateResourceId":21775,"LockNumber":0,"Locked":false,"CanEdit":true,"CanEditWeek":true,"LockDescription":"Open","Pinned":true,"TaskHours":0,"TaskHoursTimeRegistration":24,"TaskPhaseName":"Phase 1","Access":true,"SequenceHasEntry":false,"IsCostingCodeValid":true}]