0.6 C
New York
Wednesday, February 14, 2024

The right way to Obtain Learner Transcript (LT) Report utilizing Job APIs


Learner Transcript (LT) Report utilizing Job APIs

Workflow:

  1. Log in as an Integration Admin >> Developer Assets >> API Reference.
  2. Navigate to job : Set of Job APIs
  3. Choose POST /jobs
  4. Submit under on the Physique parameter: Go the consumer group and catalog ID worth for the precise consumer teams you want to generate a learner transcript.

{
“knowledge”: {
“sort”: “job”,
“attributes”: {
“description”: “LT”,
“jobType”: “generateLearnerTranscript”,
“payload”: {
“fromDate”: “2022-07-01T18:30:00.000Z”,
“toDate”: “2022-09-14T18:30:00.000Z”,
“userGroups”: “8116645”,
“includeModuleLevelDetails”: “true”,
“enrollmentStatus”: “selectAll”
}
}
}
}

  1. From the response physique > choose the job ID. Connected is the screenshot for reference.

6. Go to > GET /jobs/{id} Embrace: Job ID acquired from step 5.

7. From the above response physique > Copy s3Url. Connected is the screenshot for reference.

8. Paste the s3Url on the brand new browser and hit enter; the learner transcript will get downloaded in a excel format.

Word: For every admin report, the speed restrict has been determined as 5 per day.

Kindly confer with the under recording for the workflow.

Oh hi there 👋
It’s nice to meet you.

Sign up to receive awesome content in your inbox, every month.

We don’t spam! Read our [link]privacy policy[/link] for more info.

Related Articles

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Latest Articles