Description of the interface
- The external application sends an HTTP request to the upload interface with the import file (authentication data is included in the POST method)
- After successful authentication, the loaded file will be converted and placed in the Teamio “Drafts” folder
- In case of failed authentication, an error message will be sent to your external application
- Information about the status of the imported vacancies is sent to the main user by e-mail
- Only HTTPS protocol is supported
Syntax of HTTP request
General URL structure: https://g2.lmc.cz/export/custompath?type=type&login=login&password=password
Example of the XML export URL
https://g2.lmc.cz/export/democompany/positions?type=1&login=test&password=123456
| Variable | Sample | Description |
|---|---|---|
| type | 1 | type of export code (1 = export of vacancies) |
| login | test | security unique name |
| password | password | secure password |
| custompath | /company/exportname | client’s export path |
Last updated on