I am trying to sort a collection of tasks from an individual project.
My api call /project?id=idabc123&fields=tasks:name,tasks:taskNumber&tasks:taskNumber_Sort=asc does nothing.
I know I can call tasks by project id and then the taskNumber sort then works (/task/search?projectID=idabc123&fields=name,taskNumber&taskNumber_Sort=asc). However I am trying to avoid two separate api calls.
Any ideas? Am I missing something syntax wise? The api call doesn't fail it just doesn't sort.
It is not possible to sort by a collection. You can sort based on References or Fields but not collections.