Hello,
I have difficult to find the API to get the information about course custom field, and the course image.
I tried to have a answer from Docebo´s support without success.
Can someone help me?
Thank you
Hello,
I have difficult to find the API to get the information about course custom field, and the course image.
I tried to have a answer from Docebo´s support without success.
Can someone help me?
Thank you
It doesn’t seem to be documented for some reason, but here’s the endpoint for the Course Additional Fields:
GET https://syoururl.com]/course/v1/courses/{course_id}/additionalfields?page=1&page_size=50
As for the course thumbnail, that’s documented a bit better.
GET https://hyoururl.com]/course/v1/courses/{course_id}
data.thumbnail.id
GET https://Tyoururl.com]/course/v1/thumbnails/{thumbnail_id}
data.url
value.Hope this helps!
Hi
About the course custom field, How do I inform the custom field number? In this case is the custom_field_3.
For the Course image, sorry but I need to upload it, not Get. Do you know the correct API?
Thank you again.
The User Additional Fields are numbered in the order they were created…
maybe try this one:
https://doceboapi.docebosaas.com/api-browser/#!/learn/Course/Course_learn_v1_courses_field
Sorry for the delay,
Regarding uploads, I am fairly sure I managed to get this set up at my previous company, but (a) that was 2022 (maybe even 2021 still), so my memory is foggy; and (b) it was really quite involved.
If memory serves, I had to have my own AWS S3 bucket and I was able to somehow transfer the files from there to Docebo’s bucket. I think it involved this endpoint:
You may find it easier to do the uploads manually and then, once they’re on Docebo’s servers, use a different endpoint for assigning them to courses:
Hope this helps somehow. Sorry I can’t remember more about this.
Sorry for the delay,
Regarding uploads, I am fairly sure I managed to get this set up at my previous company, but (a) that was 2022 (maybe even 2021 still), so my memory is foggy; and (b) it was really quite involved.
If memory serves, I had to have my own AWS S3 bucket and I was able to somehow transfer the files from there to Docebo’s bucket. I think it involved this endpoint:
You may find it easier to do the uploads manually and then, once they’re on Docebo’s servers, use a different endpoint for assigning them to courses:
Hope this helps somehow. Sorry I can’t remember more about this.
Thank you.!!!
Enter your email address or username and password below to log in to Docebo Community. No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.