Does anyone know if (how) you could get all the tasks delegated to all your contacts?

21 views
Skip to first unread message

Louis Cordier

unread,
Apr 19, 2018, 3:13:29 PM4/19/18
to Remember The Milk API
I am using the Python rtmapi package.

I can get a list of contacts and a list of all tasks, but I don't see the contact's id in the task.

Alternatively I could possibly create a smart list for each contact, not sure if I am crawling up the wrong tree.

Regards, Louis.

Robert Ward

unread,
May 21, 2018, 3:37:12 PM5/21/18
to Remember The Milk API
Here's where it is in the JSON (with identity redacted):

{
  "rsp": {
    "stat": "ok",
    "tasks": {
      "list": [
        {
          "id": "128374",
          "taskseries": [
            {
              "created": "2012-08-02T18:00:38Z",
              "id": "168092021",
              "location_id": "",
              "modified": "2012-08-06T21:00:37Z",
              "name": "Pick up Key at Apex",
              "notes": [],
              "parent_task_id": "",
              "participants": {
                "contact": [
                  {
                    "fullname": "name here",
                    "id": "id here",
                    "username": "username here"
                  }
Reply all
Reply to author
Forward
0 new messages