Awork API Endpunkt Returns all project tasks that the current user can see

Hallo,

ich möchte folgenden Endpunkt ansprechen. Dieser funktioniert aber nicht.

https://api.awork.com/api/v1/me/projecttasks?filterby=isSubtask eq true

Fehler: {
„code“: „invalid-filter-or-order“,
„description“: „Something is wrong with the given ‚filterby‘ expression.“
}

Änder ich den Endpunkt isSubtask zu isPrio funktioniert es. Beide Felder existieren aber in dem Endpunkt /v1/me/projecttasks

Hi @tim.guersch, thanks for reporting this. We will take a look and get back to you! In the meantime, does filtering by parentId work for you? I haven’t tested this but the result should be the same.