Retrieve a paginated list of realized-trainings for all employees who were present at a closed session. It also includes all realized training that have been manually imported via CSV file into Lucca Training.
Documentation Index
Fetch the complete documentation index at: https://developers.lucca.fr/llms.txt
Use this file to discover all available pages before exploring further.
API key. Value must be formatted like so: lucca application={api_key}.
Only retrieve realized-trainings that involve a given employee ID.
x >= 1Only retrieve realized-trainings related to the given session ID.
x >= 1Return the realized-trainings the owner actually attended (true) or those the owner was absent (false).
Returns the realized-trainings that have a sessionEndDate after (non inclusive) this date
Sort items by one of their property. "+" == "" => ascending "prop" value "-" => descending "prop" value Syntax is:
<sort> ::= '-|+'? <property> ( ',' <property> )*
<property> ::= <strictString> ( '.' <strictString> )*
<strictString> ::= ( <char> | <digit> | '_' | '-' )+id, -id, createdAt, -createdAt ["-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 or the page cursor .
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.