how to get the name of the learningSelfInitiatedCourse from this ids since i have tried all the option in graph Api doc

Issam Elkhadirii 0 Reputation points
2025-02-11T13:25:55.2666667+00:00

{ "@odata.type": "#microsoft.graph.learningSelfInitiatedCourse",
"id": "linkedin:vl_selfinitiated_lrssyncdisabled_xxxxxxxxxxxxxxxxxxxx",
"externalcourseActivityId": "vl_selfInitiated_lrssyncdisabled_xxxxxxxxxxxxxxxxxxx",

"learningProviderId": "LinkedIn",

"learningContentId": "xxxxxxxxxxxxxxxxxxx",

"learnerUserId": "yyyyyyyyyyyyyyyyyyyyyy",

"completionPercentage": null,

"status": "completed",

"completedDateTime": "2025-01-30T12:10:46.9337337Z",

"startedDateTime": null }

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,049 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Akhil Nasalwai - MSFT 260 Reputation points Microsoft Vendor
    2025-02-14T15:36:34.1866667+00:00

    Hello Issam Elkhadirii,

    Thank you for reaching out to Microsoft!!

    As per the official documentation of retrieving learningselfinitiatedcourse using Graph API, Unfortunately the name property is not supported, and it is not part of the properties listed.

    Link: LearningSelfInitiatedCourse

    Hope this helps.

    If the answer is helpful, please click Accept Answer and kindly upvote it. If you have any further questions about this answer, please click Comment.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.