I have added the dates (received, start, due, end) and the assignees to the output of the REST API Calls.
@@ -2168,6 +2168,7 @@ if (Meteor.isServer) {
title: doc.title,
description: doc.description,
listId: doc.listId,
+ receivedAt: doc.receivedAt,
startAt:doc.startAt,
dueAt: doc.dueAt,
endAt: doc.endAt,
@@ -2208,6 +2209,7 @@ if (Meteor.isServer) {
_id: doc._id,