Skip to main content

Faster way to find the codes that make up an LP

  • April 13, 2023
  • 1 reply
  • 20 views

Nicole
Helper II
Forum|alt.badge.img+1

Hi there,

Can someone give me their shortcut for finding out what modules has made up a Learning Plan? I need to find the codes to double-check the courses

Here’s what I’m currently doing:

I click into the LP, then the prerequisites link:

Which gives me the module codes…

It works for 90% of the time and backfires when I only have 1 x course, I can’t see the module/course code that belongs to it.

There must be an alternative way to get the information codes that make up a Learning Plan, no? What have I forgotten in my Docebo platform onboarding from last year?

1 reply

Bfarkas
Hero III
Forum|alt.badge.img+6
  • Hero III
  • April 13, 2023

I know this is not nessecarilly the easiest, but they just released a new API that does exactly this and have been planning to go play with it.

Info in this release article:

New parameter in the response of the GET /learn/v1/lp/lp_id API
For those using the GET /learn/v1/lp/lp_id API to view learning plans, please note that the API response now includes the code parameter indicating the codes of the courses included in the learning plan.

 

I would assume this would be a very easy one to use directly in the API Browser so no need to actually understand API’s or how to program. Just put in the learning plan ID and get a list back.