Added by Tom op about 5 years ago
Hi,
I have an question about API with project's filters.
I need to get all projects for main project (parent project).
I wrote this filter (based on API doc for projects list) - [{ "parent_id": { "operator": "=", "values": ["1"] } }]
However it returns "Parent doesn't exist".
Has anyone idea what I'm doing wrong?
Thank for your ideas and your time.