Skip to content

Commit db89089

Browse files
authored
Update Get-CsMainlineAttendantAppointmentBookingFlow.md
1 parent b0b0a31 commit db89089

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

teams/teams-ps/MicrosoftTeams/Get-CsMainlineAttendantAppointmentBookingFlow.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ This example gets the Mainline attendant appointment booking flow with the ident
4444
## PARAMETERS
4545

4646
### -Identity
47+
48+
> Applicable: Microsoft Teams
49+
4750
PARAMVALUE: Guid
4851

4952
```yaml
@@ -59,6 +62,9 @@ Accept wildcard characters: False
5962
```
6063
6164
### -Tenant
65+
66+
> Applicable: Microsoft Teams
67+
6268
PARAMVALUE: Guid
6369
6470
```yaml
@@ -74,6 +80,9 @@ Accept wildcard characters: False
7480
```
7581
7682
### -First
83+
84+
> Applicable: Microsoft Teams
85+
7786
The First parameter gets the first N appointment flows, up to a maximum of 100 at a time.
7887
When not specified, the default behavior is to return the first 100 appointment flows. It is intended to be used in conjunction with the `-Skip` parameter for pagination purposes.
7988
If a number greater than 100 is supplied, the request will fail.
@@ -91,6 +100,9 @@ Accept wildcard characters: False
91100
```
92101

93102
### -Skip
103+
104+
> Applicable: Microsoft Teams
105+
94106
The Skip parameter skips the first N appointment flows. It is intended to be used in conjunction with the `-First` parameter for pagination purposes.
95107

96108
```yaml
@@ -106,6 +118,9 @@ Accept wildcard characters: False
106118
```
107119

108120
### -ExcludeContent
121+
122+
> Applicable: Microsoft Teams
123+
109124
The ExcludeContent parameter only displays the Name and Id of the appointment flow.
110125

111126
```yaml
@@ -121,6 +136,9 @@ Accept wildcard characters: False
121136
```
122137

123138
### -Sort
139+
140+
> Applicable: Microsoft Teams
141+
124142
The Sort parameter specifies the property used to sort.
125143

126144
```yaml
@@ -136,6 +154,9 @@ Accept wildcard characters: False
136154
```
137155

138156
### -Descending
157+
158+
> Applicable: Microsoft Teams
159+
139160
The Descending parameter sorts appointment booking flows in descending order
140161

141162
```yaml
@@ -151,6 +172,9 @@ Accept wildcard characters: False
151172
```
152173

153174
### -NameFilter
175+
176+
> Applicable: Microsoft Teams
177+
154178
The NameFilter parameter returns appointment booking flows where the name contains specified string
155179

156180
```yaml

0 commit comments

Comments
 (0)