Skip to main content
Skip table of contents

Which API requests are used by the My assigned learning widget?

The My assigned learning widget uses three requests when retrieving information about a user’s assigned learning.

These requests are as follows:

Request

Description

GET:

/odatav4/learningPlan/v1/UserTodoLearningItems

Retrieves a list of SuccessFactors learning items the user has been assigned.

GET:

/learning/odatav4/learningPlan/v1/LearningItemDetails

Retrieves the specific details of each SuccessFactors learning item, including when the user must complete it, description of the item, and item type.

POST:

/learning/oauth-api/rest/v1/token

This request generates the bearer token used to authenticate the two GET requests above.

Notes:

  • The above API requests have read access only - no data is altered.

  • The API scope must be defined in the ‘resourceType’ as follows: "resourceType":"learning_public_api".

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.