Skip to content

Commit 3819b44

Browse files
authored
Update tutorial-lifecycle-workflows-mover-custom-workflow.md
1 parent bbcfccd commit 3819b44

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

concepts/tutorial-lifecycle-workflows-mover-custom-workflow.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,10 @@ Content-type: application/json
9090
}
9191
```
9292

93-
---
94-
9593
### Response
9694

95+
The following example shows the response.
96+
9797
<!-- {
9898
"blockType": "response",
9999
"truncated": true,
@@ -150,6 +150,8 @@ POST https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/work
150150

151151
### Response
152152

153+
The following example shows the response.
154+
153155
<!-- {
154156
"blockType": "response",
155157
"truncated": true,
@@ -193,6 +195,8 @@ At any time, you can monitor the status of the workflows and their associated ta
193195

194196
#### Request
195197

198+
The following example shows a request.
199+
196200
<!-- {
197201
"blockType": "request",
198202
"name": "tutorial_lifecycle_workflows_mover_list_userProcessingResults"
@@ -201,10 +205,10 @@ At any time, you can monitor the status of the workflows and their associated ta
201205
GET https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/2bb05c85-556a-429a-8c16-16f6be5ef880/userProcessingResults
202206
```
203207

204-
---
205-
206208
#### Response
207209

210+
The following example shows the response.
211+
208212
<!-- {
209213
"blockType": "response",
210214
"truncated": true,
@@ -241,6 +245,7 @@ Content-Type: application/json
241245

242246
#### Request
243247

248+
The following example shows a request.
244249

245250
<!-- {
246251
"blockType": "request",
@@ -250,10 +255,10 @@ Content-Type: application/json
250255
GET https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/2bb05c85-556a-429a-8c16-16f6be5ef880/userProcessingResults/summary(startDateTime=2024-03-01T00:00:00Z,endDateTime=2024-03-30T00:00:00Z)
251256
```
252257

253-
---
254-
255258
#### Response
256259

260+
The following example shows the response.
261+
257262
<!-- {
258263
"blockType": "response",
259264
"truncated": true,

0 commit comments

Comments
 (0)