Discussions

Ask a Question
Back to All

How to retrieve error messages in English for Applicant API

(edited)

Hello Personio team!

During testing the API for passing applications to Personio I discovered that error messages are returned in German.

Example:

{
    "success": false,
    "error": {
        "code": 0,
        "message": "The given data was invalid.",
        "errors": {
            "last_name": [
                "Bitte geben Sie last name ein, um fortzufahren."
            ],
            "email": [
                "Bitte geben Sie email ein, um fortzufahren."
            ]
        }
    }
}

Is there a way to return them in English?

I tried:

None of these work. Can you please help?