Skip to content

Commit

Permalink
Merge pull request #9185 from JarbasHorst/patch-56
Browse files Browse the repository at this point in the history
Update learningcourseactivity-list.md
  • Loading branch information
Lauragra authored Feb 28, 2024
2 parents e80e1ab + 6f1c5fc commit b75cf52
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions api-reference/beta/api/learningcourseactivity-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ To retrieve the course activity list for a signed-in user:
}
-->
``` http
GET me/employeeExperience/learningCourseActivities
GET /me/employeeExperience/learningCourseActivities
```

To retrieve the course activity list for a user:
Expand All @@ -43,7 +43,7 @@ To retrieve the course activity list for a user:
}
-->
``` http
GET users/{user-id}/employeeExperience/learningCourseActivities
GET /users/{user-id}/employeeExperience/learningCourseActivities
```

## Optional query parameters
Expand All @@ -68,7 +68,7 @@ If successful, this method returns a `200 OK` response code and a collection of

### Request

The following is an example of a request to retrieve all the course activities for a given user.
The following example shows how to retrieve all the course activities for a given user.

# [HTTP](#tab/http)
<!-- {
Expand Down Expand Up @@ -120,8 +120,7 @@ The following example shows the response.
<!-- {
"blockType": "response",
"truncated": true,
"@odata.type": "microsoft.graph.learningCourseActivity",
"isCollection": true
"@odata.type": "Collection(microsoft.graph.learningCourseActivity)"
}
-->

Expand Down

0 comments on commit b75cf52

Please sign in to comment.