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:
| Retrieves a list of SuccessFactors learning items the user has been assigned. |
GET:
| Retrieves the specific details of each SuccessFactors learning item, including when the user must complete it, description of the item, and item type. |
POST:
| 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"
.