GetJobApplications webservice GetJobApplications webservice

GetJobApplications webservice

Marel Maathuis Marel Maathuis


De GetJobApplications webservice is bedoeld om een beperkte lijst met sollicitaties uit e-UUR op te halen. Om te bepalen welke sollicitaties je allemaal terug krijgt, moet je een datum als message meesturen. e-UUR geeft dan alle sollicitaties terug die een statuswijziging hebben binnen 24 uur na de meegegeven datum.


De datum geef je als volgt mee

<Date>2022-12-31</Date>

Het antwoord ziet er als volgt uit

<?xml version="1.0" encoding="UTF-8"?>
<JobApplications>
   <JobApplication>
      <JobApplicationId>00000000000001</JobApplicationId>
      <VacancyId>00000000000001</VacancyId>
      <Status>Uitgenodigd</Status>
      <Motivation>Ik ben erg enthousiast.</Motivation>
      <CreationDate>2022-08-24 10:27:05</CreationDate>
      <AlterationDate>2022-08-24 11:13:58</AlterationDate>
      <MatchingScore>-3</MatchingScore>
      <RequirementScore>-3</RequirementScore>
      <PreferredScore>-3</PreferredScore>
      <UnknownScore>-3</UnknownScore>
      <Description>Karel Groenen - Chauffeur</Description>
      <GivenName>Karel</GivenName>
      <FamilyName>Groenen</FamilyName>
      <Prefix></Prefix>
      <Language>Nederlands</Language>
      <PhoneNumber />
      <InternetEmailAddress>k.groenen@akyla.nl</InternetEmailAddress>
      <StatusHistory date="2022-08-24 11:13:58">Uitgenodigd</StatusHistory>
      <StatusHistory date="2022-08-24 10:27:09">Gesolliciteerd</StatusHistory>
      <StatusHistory date="2022-08-24 10:27:07">Nieuw</StatusHistory>
      <Invitation>
         <Date>2022-08-26 00:00:00</Date>
         <Time>12:34:00</Time>
         <Location>Groningen</Location>
         <ContactPerson>Fabian Bakker</ContactPerson>
         <Text>Bel nu, we zitten voor u klaar.</Text>
      </Invitation>
      <Vacancy>
         <!-- De vacature>
      </Vacancy>
   </JobApplication>
</JobApplications>