List realized-trainings
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 Poplee Training.
Query Parameters
Only retrieve realized-trainings that involve a given employee ID.
x > 1
Only retrieve realized-trainings related to the given session ID.
x > 1
Return 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. "+<prop>" == "<prop>" => ascending "prop" value "-<prop>" => descending "prop" value Syntax is:
<sort> ::= '-|+'? <property> ( ',' <property> )*
<property> ::= <strictString> ( '.' <strictString> )*
<strictString> ::= ( <char> | <digit> | '_' | '-' )+
id
, +id
, -id
, createdAt
, +createdAt
, -createdAt
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 <int> or the page cursor <string>.
x > 0
Pagination: number of items per page. @TODO: check maximum value
0 < x < 100
Response
Total number of items across all pages. You need to include ?fields.root=count to your request to retrieve this.
x > 0
Cursor 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.
Was this page helpful?