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
Key | Datatype | Required | Description |
---|---|---|---|
ResourceId | string | Optional. | |
(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. | |||
Date | string | Optional. | |
(date-time) | |||
The date of the time entry daily request to look at. | |||
Week | string | Optional. | |
(int32) | |||
The flag that indicates whether or not the time entry daily requests is in week. | |||
Id | string | Optional. | |
(int32) | |||
The identifier of the time entry daily request. | |||
TaskId | string | Optional. | |
(int32) | |||
The identifier of the associated task. | |||
IncludeCorrections | string | Optional. | |
(int32) | |||
The flag that indicates whether or not the time entry daily requests include corrections. | |||
SequenceNumber | string | Optional. | |
(int32) | |||
The number of the associated sequence. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string | Required. | |
The type of content accepted by the API endpoint. | |||
Content-Type | string | Required. | |
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}]