Discussions
List of Recruting Jobs
4 days ago by Kris Simon
Hi,
i need to get a list of all jobs of my company via api. I already have a client-id and a api-secret. I was lucky to authenticate my client and got a Bearer token back with the personio:recruiting:read
scope.
As the documentation said: The endpoint is in beta, and may be subject to change. > Please report any bugs to support@.
I tried my best, but the endpoint at /v2/recruiting/jobs was not found. (404). I reported that "bug" as Personio asks for, but i get an auto responded email`Thank you for contacting Personio Customer Support! Please note that this email address is no longer in use, which means that we will not receive your request.
Hm, ok. We don't talk about user experience at this point...
As the documentation said, the v2 is still in beta, so I tried v1's XML endpoint to retrieve open positions:
https\://<my-company>.jobs.personio.de/xml?language=de with an Accept-Header: application/xml, but what i get is the html of the Personio home page. I also tried the other documented url: <https://api.personio.de/xml?language=de> but that also throws an error from the v2 server The endpoint with /xml was not found.
Hm, for me I was unable to get a list of jobs, neither in the documentation swagger, nor in curl on the console, nor in Python with the official examples.
Now, we talk about user experience!
How is it possible to get a list of my recruiting job positions?
Thank you for any insight I might oversee.
Kris