Hello
I am trying to extract data from my boards via an API. I managed to extract all the columns I have apart from the timeline.
e.g. I am using the below to extract a date.
{‘monday_id’: ‘date3’, ‘tol_id’:‘materials_in’, ‘is_date’:True, ‘is_person_id’:False },
I understand that a timeline has a ‘from’ and a ‘to’ but how do I extract the 2 dates and have it saved as a date in my database?
{‘monday_id’: ‘timeline’, ‘tol_id’:‘time_start’, ‘is_date’:False, ‘is_person_id’:False },
Thank you