From 6f1c5fce02ac693c72601bec3ec2230746b917b4 Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Tue, 27 Feb 2024 23:16:23 +0100 Subject: [PATCH] Update learningcourseactivity-list.md Applied standards to API topic. --- api-reference/beta/api/learningcourseactivity-list.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/api-reference/beta/api/learningcourseactivity-list.md b/api-reference/beta/api/learningcourseactivity-list.md index d187f9ba126..d88714cb246 100644 --- a/api-reference/beta/api/learningcourseactivity-list.md +++ b/api-reference/beta/api/learningcourseactivity-list.md @@ -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: @@ -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 @@ -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)