LeaveRequestByLeaveRequestId |
Details of a leave request__Activity name :__ GetLeaveRequestByLeaveRequestIdGet the details of a single leave request
Catalogus: LoketNlRest
Schema: LeaveRequest
Dit is een alleen-lezen tabelfunctie. De Loket.nl REST API biedt mogelijk geen ondersteuning voor het wijzigen van de data of het Invantive UniversalSQL-stuurprogramma voor Loket.nl REST ondersteunt dit niet. In het laatste geval gebruikt u de tabel NativePlatformScalarRequests om gegevens te uploaden naar de Loket.nl REST-API.
Parameters van Tabelfunctie
De volgende parameters kunnen worden gebruikt om het gedrag van de tabelfunctie LeaveRequestByLeaveRequestId in te stellen. Voor verplichte parameters moet altijd een waarde worden opgegeven, maar optionele parameters hoeven in het algemeen geen waarde te hebben en de uitvoering zal standaard een vooraf bepaald gedrag vertonen. Waarden kunnen worden gespecificeerd op basis van positie en naam. In beide gevallen worden alle niet-gespecificeerde parameters geëvalueerd aan de hand van hun standaardwaarden.
Waardespecificatie op positie gebeurt door alle waarden van de eerste tot de laatste benodigde waarde op te sommen. Bijvoorbeeld: een `select * uit tabel(waarde1, waarde2, waarde3)` op een tabel met vier parameters zal de standaardwaarde voor de vierde parameter gebruiken en de opgegeven waarden voor de eerste drie.
Waardespecificatie op naam gebeurt door alle waarden die een waarde vereisen op te sommen. Bijvoorbeeld met `selecteer * uit tabel(naam1 => waarde1, naam3 => waarde3)` op dezelfde tabel zullen de standaardwaarden voor de tweede en vierde parameter worden gebruikt en de opgegeven waarden voor de eerste en derde.
Naam |
Datatype |
Verplicht |
Standaardwaarde |
Documentatie |
---|---|---|---|---|
leaveRequestId |
guid |
☑ |
|
The unique identifier of the leave request |
Kolommen van Tabelfunctie
De kolommen van de tabelfunctie LeaveRequestByLeaveRequestId worden hieronder weergegeven. Elke kolom heeft een SQL-gegevenstype.
Naam |
Datatype |
Label |
Verplicht |
Documentatie |
---|---|---|---|---|
commentEmployee |
string(4000) |
Commentaar door Medewerker |
☐ |
The comment left by the employee |
commentHandler |
string(4000) |
Commentaar door Behandelaar |
☐ |
The comment left by the person handling the leave request |
currentlyAvailableUnits |
double |
|
☐ |
The number of leave units (of the leaveType for this leave request) available to the employment.This value can be negative. |
endDate |
datetime |
Einddatum |
☐ |
The end date of the leave requested (last day of the leave) |
handledBy_formattedName |
string |
|
☐ |
preformated user name for displaying. <lastname>", "<initials>" "<prefix> |
handledBy_id |
guid |
Behandeld door ID |
☐ |
The unique identifier of an object (GUID/UUID) |
handledBy_initials |
string(6) |
Behandeld door Initialen |
☐ |
The initials of the user |
handledBy_lastName |
string(25) |
Behandeld door Achternaam |
☐ |
The last name of the user |
handledBy_prefix |
string(10) |
Behandeld door Voorvoegsel |
☐ |
The prefix of the user |
handledTime |
datetime |
Behandeldatum |
☐ |
The date and time the leave request was handled |
id |
guid |
ID |
☐ |
The unique identifier of an object (GUID/UUID) |
isAccrual |
boolean |
|
☐ |
Indicates whether the request is for accrual of leave.- false will result in a reduction of the employee's leave entitlement- true will result in an increase of the employee's leave entitlement |
leaveRequestStatus_key |
int32 |
|
☐ |
|
leaveRequestStatus_value |
string |
|
☐ |
|
leaveType_key |
int32 |
Verloofsoortsleutel |
☐ |
|
leaveType_value |
string |
Verlofsoortwaarde |
☐ |
|
numberOfUnits |
double |
Aantal Eenheden |
☐ |
The number of leave units requested |
startDate |
datetime |
Startdatum |
☐ |
The start date of the leave requested |
submittedBy_dateOfBirth |
datetime |
|
☐ |
The date of birth |
submittedBy_employeeNumber |
int32 |
|
☐ |
The employee number to uniquely identify a employee within a employer. |
submittedBy_firstName |
string(28) |
|
☐ |
The first name of the employee |
submittedBy_formattedName |
string(82) |
|
☐ |
Formatted name of the employee based on the value of `howToFormatLastName` |
submittedBy_id |
guid |
|
☐ |
The unique identifier of an object (GUID/UUID) |
submittedBy_initials |
string(6) |
|
☐ |
The initials of the employee |
submittedBy_lastName |
string(25) |
|
☐ |
The last name of the employee |
submittedBy_lastNamePartner |
string(25) |
|
☐ |
The last name of the partner of the employee |
submittedBy_photo |
string |
|
☐ |
A photo of the employee to use as a avatar/profile picture. The last part of the returned endpoint is the version of the logo this allows users to cache the image. Changing the value of the version will not influence the output. |
submittedBy_prefix |
string(10) |
|
☐ |
The prefix of the employee |
submittedBy_prefixPartner |
string(10) |
|
☐ |
The prefix of the partner of the employee |
submittedOn |
datetime |
|
☐ |
The time the leave request was submitted |
unitType_key |
int32 |
Unitsoortsleutel |
☐ |
The key for the unit type |
unitType_value |
string |
Eenheidssoortwaarde |
☐ |
The description for the unit type |
10-06-2024 18:51 Versie 24.1.3-BETA+4689