Provide task content in the response of fetched tasks
Ali Safari
Unfortunately the endpoint of fetching tasks does not have "content" attribute in the response, it only has "text_content" which is not useful for me, it's causing us need to call each task separately as a single task to get the full "content" which eventually leads us to have a huge amount of requests for importing all tasks of a workspace
Endpoint:
Log In
Ali Safari
At least can you please provide us the endpoint of getting tasks with their ids? that endpoint is being used on your production, but the public api does not support it, this is the only way for me to fetch all tasks including their content, otherwise I have to send single request per each task in order to importing all tasks of a space