<?xml version="1.0" encoding="utf-8"?><applicants> <applicant> <id>1234567</id> <gender>male</gender> <title></title> <firstName>John</firstName> <lastName>Doe</lastName> <titleAfterName>MSc</titleAfterName> <street>Street 123</street> <zipCode>12345</zipCode> <city>City</city> <country>Austria</country> <birthdate>01-Jun-1900</birthdate> <phone>123-123-123</phone> <email> wolkerstorfer@gmail.com </email> <nationality>Austria</nationality> <updateDateUser>13.06.2016 13:59:04</updateDateUser> <updateDateApplicant>22.04.2016 15:14:43</updateDateApplicant> [...optional custom fields for application...] <experience> <company>ePunkt Internet Recruiting GmbH</company> <position>Master of Recruiting</position> <tasks>a lot of tasks</tasks> <quitReason>current position</quitReason> <careerLevel>4 - Management</careerLevel> <beginDate>Dec-2000</beginDate> <endDate></endDate> </experience> [...more experience...] <education> <type>University</type> <location>Linz</location> <specialization>Recruiting</specialization> <isFinished>True</isFinished> <beginDate>Oct-2008</beginDate> <endDate>Jul-2010</endDate> </education> [...more education...] <document type="CV" format="pdf">\\path\to\document\cv.pdf</document> <document type="Photo" format="jpeg">\\path\to\document\photo.jpeg</document> [...more documents...] <job> <id>10907</id> <name>Senior Recruiter</name> <jobStatus>Open</jobStatus> <applicantJobStatus>Declined</applicantJobStatus> <user>Sue User</user> </job> [...more jobs...] <history date="08/08/2013 22:00:44" user=""> <type>Erstellung</type> <subject><![CDATA[]]></subject> <body><![CDATA[]]></body> </history> [...more history...] </applicant></applicants>Field | Type | Description |
|---|---|---|
| id | number | eRecruiter ID |
| gender | male|female|other | gender |
| title | string | academic title before name |
| firstName | string | first name |
| lastName | string | last name |
| titleAfterName | string | academic title after name |
| street | string | street address |
| zipCode | string | address ZIP code |
| city | string | address city |
| country | string | address country |
| birthdate | date (DD-MMM-YYYY) | birth date |
| phone | string | phone number |
| email | string | e-mail address |
| nationality | string | nationality/citizenship |
| updateDateUser | date (DD.MM.YYYY HH:MM:SS) | date of last update by eRecruiter user |
| updateDateApplicant | date (DD.MM.YYYY HH:MM:SS) | date of last update by applicant |
Field | Type | Description |
|---|---|---|
| company | string | name of company |
| position | string | name of position |
| tasks | string | description of performed tasks |
| quitReason | string | reason for quitting |
| careerLevel | string | job/career level (based on customization) |
| beginDate | date (MMM-YYYY) | start date of job |
| endDate | date (MMM-YYYY) | end date of job (can be empty) |
Field | Type | Description |
|---|---|---|
| type | string | type of education (based on customization) |
| location | string | location of education, i.e. a city name |
| specialization | string | description of the education |
| isFinished | boolean | flag if the education has been finished |
| beginDate | date (MMM-YYYY) | start date of job |
| endDate | date (MMM-YYYY) | end date of job (can be empty) |
Field | Type | Description |
|---|---|---|
| type | string | type of document (based on customization) |
| format | string | file format (MIME type) |
| content | string | path to the document or BASE64-encoded document |
Field | Type | Description |
|---|---|---|
| id | number | eRecruiter job ID |
| name | string | name of the job |
| jobStatus | string | status of the job |
| applicantJobStatus | string | status of the applicant regarding to the job |
| user | string | name of the responsible eRecruiter user |
Field | Type | Description |
|---|---|---|
| date | date (MM/DD/YYYY HH:MM:SS) | date of history entry |
| type | string | type of entry |
| subject | string | subject/title |
| body | string | body text |
Parameter | Type | Description |
|---|---|---|
| user | number | The ID of the user. The user must have the permission to export data. Required. |
| pass | string | The user's hashed password. Required. |
| documents | Ignore|LocalPaths|Encoded | Include the documents as paths (LocalPaths) or include them as a base 64 encoded string (Encoded). The default value is "Ignore". |
| history | true|false | Include the history information or not. The default value is "false". |
| jobs | true|false | Include the jobs of an applicant or not. The default value is "false". |
Parameter | Type | Description |
|---|---|---|
| applicantId | number | The identifier of the applicant to export. |
Parameter | Type | Description |
|---|---|---|
| statusGroups | {StatusGroup[,Date]|} | StatusGroup: Accepted|Denied|One|Two|Three|Four Date: YYYY-MM-DD Filters any applications in the specified status group, starting at the date if provided. |
| filter | string | Filters the applicants by a search phrase. |
| take | number | Specifies the number of applicants to be taken. |
| skip | number | Specifies the number of applicants to be skipped. |
Status group | Parameter value |
|---|---|
| First status group | One |
| Second status group | Two |
| Third status group | Three |
| Fourth status group | Four |