Retrieve a paginated list of trainings.
API key. Value must be formatted like so: lucca application={api_key}.
Find a training from a string. Search is based on title, subtitle and description.
"French"
Filter out trainings by provider ID.
x >= 1[1, 2, 3]Filter out trainings by category ID.
x >= 1[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.
prev, next, count Page to retrieve. Either the page index
x >= 0Pagination: number of items per page.
0 <= x <= 100OK
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.