I have a task with a start date with a time, but the start_at does not appear in the stories. The hour appears in the html_text the start_at field is missing.
Here is an extract of the answer :
…
“html_text”:“Lydia Bell changed the date range to Nov 22, 10:30am - 23 11:30am”,
“new_dates”:
{ “due_on”:“2021-11-24”,
“due_at”:“2021-11-23T16:30:00.000Z”,
“start_on”:“2021-11-22”
},
“old_dates”:
{“due_on”:“2021-11-24”,
“due_at”:“2021-11-23T16:30:00.000Z”,
“start_on”:“2021-11-22”
}
…
Good catch! start_at is very new, was just added a few weeks ago. Looks like perhaps it was missed in this endpoint, or maybe they just haven’t gotten around to adding it here yet.