Translated original post to english:
Hello everyone,
I am currently trying to familiarize myself with the API and wanted to query the possible object status options via the API so that I can change the project status from another system via a separate API call if necessary.
However, I am currently stumbling over the query with the call of the project status entries: Returns all project statuses. - awork API | Documentation
It returns various status entries (e.g. “blocked”) multiple times with the API call described there. Each with a different ID. But this basically means that the status is a “clone” for a single project in each case.
Is there a way to retrieve the originals? Or can I just take any of the IDs and it will create a “clone” again with the corresponding properties?
Thanks for a hint
Gregor