(API) Subtasks eines Tasks abrufen

Ist es möglich, alle Subtasks eines bestimmten Tasks abzurufen?

Folgendes funktioniert nicht:
/v1/projects/xxx-xxxx-xxxx-xxxx-xxxxxxxx/projecttasks?filterby=parentId eq ‚xxx-xxxx-xxxx-xxxx-xxxxxxxx‘

Hi @joerg.ackermann, welcome.

A guid has to be prefixed with guid'0123...' in the filter. Please see the data types documentation: Filtering — awork API | Documentation

If this doesn’t help: what do you mean by this doesn’t work? Can you share a cURL of the request you’re trying and the response you’re getting, including the trace id?