Headers
API key. Value must be formatted like so: lucca application={api_key}.
Query Parameters
Find a training from a string. Search is based on title, subtitle and description.
"French"
Filter out trainings by provider ID.
[1, 2, 3]Filter out trainings by category ID.
[2, 5, 6]Filter out trainings based on their id.
Include the total number of items across all pages, as well as pointers to the previous and next pages.
Page to retrieve. Either the page index <int> or the page cursor <string>.
x >= 0Pagination: number of items per page.
0 <= x <= 100Response
OK
Total number of items across all pages. You need to include ?fields.root=count to your request to retrieve this.
x >= 0Cursor to the previous page. You need to include ?fields.root=prev in order to retrieve this.
Cursor to the next page. You need to include ?fields.root=next in order to retrieve this.