Headers
API key. Value must be formatted like so: lucca application={api_key}
.
Query Parameters
Identifier of the employee that should attend this training session.
x >= 1
Identifier of the training session
x >= 1
Only retrieve training-demands at one of the given states.
1 - 4
elementsIdentifier of the training.
A session is planned for this training. Omit this parameter in order to retrieve all training demands, whether a session is planned or not.
Only retrieve training-demands for employeesthat currently belong to one of the liste of departments IDs.
Only retrieve training-demands for employeesthat currently have a work-contract with one of the listed establishment IDs.
Only retrieve training-demands that were given one of the listed priority levels.
1 - 5
elementsPagination: number of items per page. @TODO: check maximum value
0 <= x <= 100
Page to retrieve. Either the page index <int> or the page cursor <string>.
x >= 0
Include the total number of items across all pages, as well as pointers to the previous and next pages.
Sort items by one of their property. Syntax is:
<sort> ::= '-|+'? <property> ( ',' <property> )*
<property> ::= <strictString> ( '.' <strictString> )*
<strictString> ::= ( <char> | <digit> | '_' | '-' )+
["-prioritization.level"]
Response
OK
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.