Skip to Content

FAQ

Requesting exported vacancies

Which attachments are included in the export?

If the Flexi Questionnaire service is active, the export includes various attachment types.

You can identify them using the following IDs:

  • 208700002: Standard attachments from the reply form (e.g., .pdf, .txt, .docx).
  • 208700003 (DOT): Specific attachments submitted via a Flexi Questionnaire.
  • 208700004 (JOF): Attachments submitted via our Standard Reply Form.
All attachment files are provided in Base64 encoding.

Why does my browser crash when I try to download the export?

The export file is likely too large for your browser to handle in a single session. To resolve this, please limit the data range by adding date parameters to the end of your URL:
  • &from=YYYY-MM-DD&until=YYYY-MM-DD

Example: …/export?&from=2026-02-15&until=2026-02-16

What are the API rate limits?

You can call our API at any time; however, requests must be spaced at least 100 seconds apart.

What does the error mean “HTTPS connection is not established – Your application and must support Diffie-Hellman length key 2048bits.”?

This error occurs because our security protocols require a higher level of encryption. To fix this, ensure your application supports the Diffie-Hellman (DH) algorithm with a minimum key length of 2048 bits.
Last updated on