Notiz
Zougrëff op dës Säit erfuerdert Autorisatioun. Dir kënnt probéieren, Iech unzemellen oder Verzeechnesser ze änneren.
Zougrëff op dës Säit erfuerdert Autorisatioun. Dir kënnt probéieren, Verzeechnesser ze änneren.
Namespace: microsoft.graph
Important
APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Represents the details of an open shift.
Inherits from shiftItem.
Properties
| Property | Type | Description |
|---|---|---|
| activities | shiftActivity collection | An incremental part of a shift that can cover details of when and where an employee is during their shift. For example, an assignment, a scheduled break, or lunch. Required. Inherited from shiftItem. |
| displayName | String | The shift label of the openShift. Inherited from shiftItem. |
| endDateTime | DateTimeOffset | The end date and time for the openShift. Required. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Inherited from shiftItem. |
| notes | String | The shift notes for the openShift. Inherited from shiftItem. |
| openSlotCount | Int32 | Count of the number of slots for the given open shift. |
| startDateTime | DateTimeOffset | The start date and time for the openShift. Required. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Inherited from shiftItem. |
| theme | scheduleEntityTheme | The color of the open shift. The possible values are: white, blue, green, purple, pink, yellow, gray, darkBlue, darkGreen, darkPurple, darkPink, darkYellow, unknownFutureValue, darkRed, cranberry, darkOrange, bronze, peach, gold, lime, forest, lightGreen, jade, lightTeal, darkTeal, steel, skyBlue, blueGray, lavender, lilac, plum, magenta, darkBrown, beige, charcoal, silver. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: darkRed, cranberry, darkOrange, bronze, peach, gold, lime, forest, lightGreen, jade, lightTeal, darkTeal, steel, skyBlue, blueGray, lavender, lilac, plum, magenta, darkBrown, beige, charcoal, silver. Inherited from shiftItem. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"activities": [{"@odata.type": "microsoft.graph.shiftActivity"}],
"displayName": "String",
"endDateTime": "String (timestamp)",
"notes": "String",
"openSlotCount": "Int32",
"startDateTime": "String (timestamp)",
"theme": "String"
}