on ‎2022 Nov 15 2:46 PM
Hi Guys,
We are using the /learning/oauth-api/rest/v1/token POST call to generate the auth token for testing various Learning APIs like LearningHistory, LearningItemDetails, etc.
The body we are using is:
{ "grant_type":"client_credentials",
"scope":{
"userId":"abc",
"companyId":"xyz",
"userType":"user",
"resourceType":"learning_public_api"
}
}With this we are able to retrieve the LearningHistory or LearningItemDetails of that particular user whose userId we have added in the body.
Our requirement is to retrieve the learningHistory or LearningItemDetails of the entire user Database in one API call, rather than do one call per user.
I had a few questions regarding the above:Any help would be much appreciated!
Thanks,
Anirudh S
Request clarification before answering.
| User | Count |
|---|---|
| 7 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.