Shedules
Queryable, Introduced in version 2.26, Obsolete since version 22.2 (Use TimeRecording/Schedules instead)
GET https://localhost:8001/sv/001.1/api/v1/TimeRecording/Shedules
Represents a schedule used for time recording.
GUID
7A50172F-FE1F-40F7-9BDA-6C8566C34991
Required permission
Show basic data for attendance
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the shedule. |
|
Code | String | The human readable identifier of the shedule. |
|
Description | String | The translated description of the shedule. |
Example
{
"Id": 0,
"Code": null,
"Description": null
}