Operations with Specific WorkTimeSettings
This resource lets you configure the system-wide work time settings.
Resource | /api/admin/timeTrackingSettings/workTimeSettings |
Returned entity | WorkTimeSettings. For the description of the entity attributes, see Supported Fields section. |
Supported methods |
WorkTimeSettings attributes
Work schedule settings.
This table describes attributes of the WorkTimeSettings
entity.
To receive an attribute in the response from server, specify it explicitly in the request parameter
fields
.To update an attribute, provide it in the body of a POST request.
Field | Type | Description |
---|---|---|
minutesADay | Int | Number of minutes per working day. For example, for an 8-hour day, it would be 480. |
workDays | Array of Ints | The indexes of the days of the week that are counted as working days. Sunday's index is 0, Monday's index is 1 and so on. |
firstDayOfWeek | Int | Index of the first day of week. It depends on server locale. |
daysAWeek | Int | Number of working days a week. |
Read a Specific WorkTimeSettings
Read the system work time settings.
Required permissions
Requires Read Work Item permission.
Request syntax
Request parameters
Parameter | Type | Description |
---|---|---|
fields | String | A list of WorkTimeSettings attributes that should be returned in the response. If no field is specified,only the |
Sample
Sample request URI
Sample response body
Update a Specific WorkTimeSettings
Update the work time settings.
Request syntax
Request parameters
Parameter | Type | Description |
---|---|---|
fields | String | A list of WorkTimeSettings attributes that should be returned in the response. If no field is specified,only the |