Get list of Task Comments

Prev Next
Get
/task-comments/

Operation is used to get a list of Task Comments.

Task Comments can be filtered by giving filtering parameters at HTTP querystring (see parameters).

Security
API Key
Header parameter nameAuthorization

Token issued for API consumer.

Query parameters
offset
integer

Offset to start returning results.

Minimum0
limit
integer

Limit number of results returned.

Minimum1
__any of the object fields__
string

Filters list by selected object field value. Supports structured queries via +__+ delimiter. Supports ending keywords via +__+ delimiter:

  • For string fields: istartswith, startswith, iendswith, endswith, contains, icontains, isnull
  • For numerics: gt, lt, gte, lte, isnull
  • For spatial fields: contains, isnull, within, intersects, disjoint, touches, overlaps, covers, coveredby Examples: +++usage_state__txt__istartswith=in+++ , +++plan__state__txt__startswith=In+++ , +++creation_date__gte=2019-01-02T15:32:01+++, +++location__within=POLYGON ((641503.89 6944059.81, 641406.52 6943933.87, 641369.48 6943772.48, 641474.25 6943704.74, 641873.78 6943735.96, 641848.38 6943975.15, 641607.08 6944167.76, 641653.11 6944102.15, 641503.89 6944059.81))+++
orderby
string

Selects the object field to order the returned objects by. Can be used to sort in reverse order with '-' prefix. Can have several ordering rules separated by comma. Can be used only for object own fields and does not supports structured queries. Example: orderby=creator,-creation_date

Responses
200

A result response object.

{
  "Next": "http://example.com/api/v2/task-comments/?createdBy__id=1465920&limit=10&offset=10",
  "Previous": null,
  "Results": [
    {
      "comment": "this iis a comment",
      "createdBy": {
        "email": "test_usertest.user",
        "first_name": "Test",
        "id": 1465920,
        "last_name": "User",
        "username": "test_user"
      },
      "createdByName": "test_user",
      "createdTs": "2023-03-17T06:13:50Z",
      "id": 302,
      "task": {
        "closedInfo": "{}",
        "currentStateInfo": {
          "createdBy": "test_user",
          "createdTs": "2023-03-17T05:40:34Z",
          "state": {
            "description": "Avoin",
            "groupname": "STATUS",
            "id": 30,
            "list_url": "http://example.com/api/v2/sattrs/groupname/STATUS/",
            "name": "STATUS_OPEN_OPEN",
            "numValue": null,
            "orderno": 0,
            "txtValue": ""
          }
        },
        "id": 10981,
        "inProgressInfo": "{}",
        "list_url": "http://example.com/api/v2/tasks/",
        "name": "ca_test",
        "openInfo": {
          "createdBy": "test_user",
          "createdTs": "2023-03-17T05:40:34Z",
          "state": {
            "description": "Avoin",
            "groupname": "STATUS",
            "id": 30,
            "list_url": "http://example.com/api/v2/sattrs/groupname/STATUS/",
            "name": "STATUS_OPEN_OPEN",
            "numValue": null,
            "orderno": 0,
            "txtValue": ""
          }
        },
        "orderInfo": "{}",
        "subregion": null,
        "taskCategory": {
          "description": "Huoltokierros",
          "groupname": "TYPE",
          "id": 52,
          "list_url": "http://example.com/api/v2/sattrs/groupname/TYPE/",
          "name": "TYPE_MAINTENANCE_ROUND",
          "numValue": null,
          "orderno": 9,
          "txtValue": ""
        },
        "taskLocation": "SRID=3067;POINT Z (381355.5800820000004023 6683678.7396400002762675 0.0000000000000000)",
        "ticket": 10861
      }
    },
    {
      "comment": "this iis a comment",
      "createdBy": {
        "email": "test_usertest.user",
        "first_name": "Test",
        "id": 1465920,
        "last_name": "User",
        "username": "test_user"
      },
      "createdByName": "test_user",
      "createdTs": "2023-03-17T06:18:47Z",
      "id": 303,
      "task": {
        "closedInfo": "{}",
        "currentStateInfo": {
          "createdBy": "test_user",
          "createdTs": "2023-03-17T05:40:34Z",
          "state": {
            "description": "Avoin",
            "groupname": "STATUS",
            "id": 30,
            "list_url": "http://example.com/api/v2/sattrs/groupname/STATUS/",
            "name": "STATUS_OPEN_OPEN",
            "numValue": null,
            "orderno": 0,
            "txtValue": ""
          }
        },
        "id": 10981,
        "inProgressInfo": "{}",
        "list_url": "http://example.com/api/v2/tasks/",
        "name": "ca_test",
        "openInfo": {
          "createdBy": "test_user",
          "createdTs": "2023-03-17T05:40:34Z",
          "state": {
            "description": "Avoin",
            "groupname": "STATUS",
            "id": 30,
            "list_url": "http://example.com/api/v2/sattrs/groupname/STATUS/",
            "name": "STATUS_OPEN_OPEN",
            "numValue": null,
            "orderno": 0,
            "txtValue": ""
          }
        },
        "orderInfo": "{}",
        "subregion": null,
        "taskCategory": {
          "description": "Huoltokierros",
          "groupname": "TYPE",
          "id": 52,
          "list_url": "http://example.com/api/v2/sattrs/groupname/TYPE/",
          "name": "TYPE_MAINTENANCE_ROUND",
          "numValue": null,
          "orderno": 9,
          "txtValue": ""
        },
        "taskLocation": "SRID=3067;POINT Z (381355.5800820000004023 6683678.7396400002762675 0.0000000000000000)",
        "ticket": 10861
      }
    },
    {
      "comment": "this iis a comment",
      "createdBy": {
        "email": "test_usertest.user",
        "first_name": "Test",
        "id": 1465920,
        "last_name": "User",
        "username": "test_user"
      },
      "createdByName": "test_user",
      "createdTs": "2023-03-17T06:51:27Z",
      "id": 304,
      "task": {
        "closedInfo": "{}",
        "currentStateInfo": {
          "createdBy": "test_user",
          "createdTs": "2023-03-17T06:39:22Z",
          "state": {
            "description": "Avoin",
            "groupname": "STATUS",
            "id": 30,
            "list_url": "http://example.com/api/v2/sattrs/groupname/STATUS/",
            "name": "STATUS_OPEN_OPEN",
            "numValue": null,
            "orderno": 0,
            "txtValue": ""
          }
        },
        "id": 10984,
        "inProgressInfo": "{}",
        "list_url": "http://example.com/api/v2/tasks/",
        "name": "ca_test2",
        "openInfo": {
          "createdBy": "test_user",
          "createdTs": "2023-03-17T06:39:22Z",
          "state": {
            "description": "Avoin",
            "groupname": "STATUS",
            "id": 30,
            "list_url": "http://example.com/api/v2/sattrs/groupname/STATUS/",
            "name": "STATUS_OPEN_OPEN",
            "numValue": null,
            "orderno": 0,
            "txtValue": ""
          }
        },
        "orderInfo": "{}",
        "subregion": {
          "id": 21,
          "identifier": "Default",
          "list_url": "http://example.com/api/v2/subregions/",
          "name": "Oletus"
        },
        "taskCategory": {
          "description": "Huoltokierros",
          "groupname": "TYPE",
          "id": 52,
          "list_url": "http://example.com/api/v2/sattrs/groupname/TYPE/",
          "name": "TYPE_MAINTENANCE_ROUND",
          "numValue": null,
          "orderno": 9,
          "txtValue": ""
        },
        "taskLocation": "SRID=3067;POINT Z (457628.0845110000227578 6702652.4824299998581409 0.0000000000000000)",
        "ticket": 10864
      }
    },
    {
      "comment": "this iis a comment",
      "createdBy": {
        "email": "test_usertest.user",
        "first_name": "Test",
        "id": 1465920,
        "last_name": "User",
        "username": "test_user"
      },
      "createdByName": "test_user",
      "createdTs": "2023-03-17T06:53:08Z",
      "id": 305,
      "task": {
        "closedInfo": "{}",
        "currentStateInfo": {
          "createdBy": "test_user",
          "createdTs": "2023-03-17T06:39:22Z",
          "state": {
            "description": "Avoin",
            "groupname": "STATUS",
            "id": 30,
            "list_url": "http://example.com/api/v2/sattrs/groupname/STATUS/",
            "name": "STATUS_OPEN_OPEN",
            "numValue": null,
            "orderno": 0,
            "txtValue": ""
          }
        },
        "id": 10984,
        "inProgressInfo": "{}",
        "list_url": "http://example.com/api/v2/tasks/",
        "name": "ca_test2",
        "openInfo": {
          "createdBy": "test_user",
          "createdTs": "2023-03-17T06:39:22Z",
          "state": {
            "description": "Avoin",
            "groupname": "STATUS",
            "id": 30,
            "list_url": "http://example.com/api/v2/sattrs/groupname/STATUS/",
            "name": "STATUS_OPEN_OPEN",
            "numValue": null,
            "orderno": 0,
            "txtValue": ""
          }
        },
        "orderInfo": "{}",
        "subregion": {
          "id": 21,
          "identifier": "Default",
          "list_url": "http://example.com/api/v2/subregions/",
          "name": "Oletus"
        },
        "taskCategory": {
          "description": "Huoltokierros",
          "groupname": "TYPE",
          "id": 52,
          "list_url": "http://example.com/api/v2/sattrs/groupname/TYPE/",
          "name": "TYPE_MAINTENANCE_ROUND",
          "numValue": null,
          "orderno": 9,
          "txtValue": ""
        },
        "taskLocation": "SRID=3067;POINT Z (457628.0845110000227578 6702652.4824299998581409 0.0000000000000000)",
        "ticket": 10864
      }
    },
    {
      "comment": "This is a test comment",
      "createdBy": {
        "email": "test_usertest.user",
        "first_name": "Test",
        "id": 1465920,
        "last_name": "User",
        "username": "test_user"
      },
      "createdByName": "test_user",
      "createdTs": "2023-03-20T13:49:46Z",
      "id": 490,
      "task": {
        "closedInfo": {
          "createdBy": "test",
          "createdTs": "2020-08-17T14:19:51Z",
          "state": {
            "description": "Suoritettu",
            "groupname": "STATUS",
            "id": 24,
            "list_url": "http://example.com/api/v2/sattrs/groupname/STATUS/",
            "name": "STATUS_CLOSED_COMPLETED",
            "numValue": null,
            "orderno": 5,
            "txtValue": ""
          }
        },
        "currentStateInfo": {
          "createdBy": "test",
          "createdTs": "2020-08-17T14:19:51Z",
          "state": {
            "description": "Suoritettu",
            "groupname": "STATUS",
            "id": 24,
            "list_url": "http://example.com/api/v2/sattrs/groupname/STATUS/",
            "name": "STATUS_CLOSED_COMPLETED",
            "numValue": null,
            "orderno": 5,
            "txtValue": ""
          }
        },
        "id": 66,
        "inProgressInfo": {
          "createdBy": "test.user",
          "createdTs": "2020-03-30T10:34:17Z",
          "state": {
            "description": "Työn alla",
            "groupname": "STATUS",
            "id": 31,
            "list_url": "http://example.com/api/v2/sattrs/groupname/STATUS/",
            "name": "STATUS_OPEN_INPROGRESS",
            "numValue": null,
            "orderno": 2,
            "txtValue": ""
          },
          "user": {
            "email": "test.user",
            "first_name": "Test",
            "id": 12821,
            "last_name": "User",
            "username": "test"
          }
        },
        "list_url": "http://example.com/api/v2/tasks/",
        "name": "test_plan_updated3",
        "openInfo": {
          "createdBy": "test.user",
          "createdTs": "2019-09-24T15:27:37Z",
          "state": {
            "description": "Avoin",
            "groupname": "STATUS",
            "id": 30,
            "list_url": "http://example.com/api/v2/sattrs/groupname/STATUS/",
            "name": "STATUS_OPEN_OPEN",
            "numValue": null,
            "orderno": 0,
            "txtValue": ""
          }
        },
        "orderInfo": {
          "company": {
            "companyName": "test",
            "description": "aa",
            "id": 18144
          },
          "createdBy": "test.user",
          "createdTs": "2020-03-30T10:34:11Z",
          "state": {
            "description": "Tilattu",
            "groupname": "STATUS",
            "id": 29,
            "list_url": "http://example.com/api/v2/sattrs/groupname/STATUS/",
            "name": "STATUS_OPEN_ORDERED",
            "numValue": null,
            "orderno": 1,
            "txtValue": ""
          }
        },
        "subregion": {
          "id": 21,
          "identifier": "Default",
          "list_url": "http://example.com/api/v2/subregions/",
          "name": "Oletus"
        },
        "taskCategory": {
          "description": "Ryhmänvaihto",
          "groupname": "TYPE",
          "id": 51,
          "list_url": "http://example.com/api/v2/sattrs/groupname/TYPE/",
          "name": "TYPE_GROUP_CHANGE",
          "numValue": null,
          "orderno": 8,
          "txtValue": ""
        },
        "taskLocation": "SRID=3067;POINT Z (479129.1250190000282601 6682174.9375799996778369 0.0000000000000000)",
        "ticket": 66
      }
    },
    {
      "comment": "This is a test comment",
      "createdBy": {
        "email": "test_usertest.user",
        "first_name": "Test",
        "id": 1465920,
        "last_name": "User",
        "username": "test_user"
      },
      "createdByName": "test_user",
      "createdTs": "2023-03-20T13:56:55Z",
      "id": 492,
      "task": {
        "closedInfo": {
          "createdBy": "test",
          "createdTs": "2020-08-17T14:19:51Z",
          "state": {
            "description": "Suoritettu",
            "groupname": "STATUS",
            "id": 24,
            "list_url": "http://example.com/api/v2/sattrs/groupname/STATUS/",
            "name": "STATUS_CLOSED_COMPLETED",
            "numValue": null,
            "orderno": 5,
            "txtValue": ""
          }
        },
        "currentStateInfo": {
          "createdBy": "test",
          "createdTs": "2020-08-17T14:19:51Z",
          "state": {
            "description": "Suoritettu",
            "groupname": "STATUS",
            "id": 24,
            "list_url": "http://example.com/api/v2/sattrs/groupname/STATUS/",
            "name": "STATUS_CLOSED_COMPLETED",
            "numValue": null,
            "orderno": 5,
            "txtValue": ""
          }
        },
        "id": 66,
        "inProgressInfo": {
          "createdBy": "test.user",
          "createdTs": "2020-03-30T10:34:17Z",
          "state": {
            "description": "Työn alla",
            "groupname": "STATUS",
            "id": 31,
            "list_url": "http://example.com/api/v2/sattrs/groupname/STATUS/",
            "name": "STATUS_OPEN_INPROGRESS",
            "numValue": null,
            "orderno": 2,
            "txtValue": ""
          },
          "user": {
            "email": "test.user",
            "first_name": "Test",
            "id": 12821,
            "last_name": "User",
            "username": "test"
          }
        },
        "list_url": "http://example.com/api/v2/tasks/",
        "name": "test_plan_updated3",
        "openInfo": {
          "createdBy": "test.user",
          "createdTs": "2019-09-24T15:27:37Z",
          "state": {
            "description": "Avoin",
            "groupname": "STATUS",
            "id": 30,
            "list_url": "http://example.com/api/v2/sattrs/groupname/STATUS/",
            "name": "STATUS_OPEN_OPEN",
            "numValue": null,
            "orderno": 0,
            "txtValue": ""
          }
        },
        "orderInfo": {
          "company": {
            "companyName": "test",
            "description": "aa",
            "id": 18144
          },
          "createdBy": "test.user",
          "createdTs": "2020-03-30T10:34:11Z",
          "state": {
            "description": "Tilattu",
            "groupname": "STATUS",
            "id": 29,
            "list_url": "http://example.com/api/v2/sattrs/groupname/STATUS/",
            "name": "STATUS_OPEN_ORDERED",
            "numValue": null,
            "orderno": 1,
            "txtValue": ""
          }
        },
        "subregion": {
          "id": 21,
          "identifier": "Default",
          "list_url": "http://example.com/api/v2/subregions/",
          "name": "Oletus"
        },
        "taskCategory": {
          "description": "Ryhmänvaihto",
          "groupname": "TYPE",
          "id": 51,
          "list_url": "http://example.com/api/v2/sattrs/groupname/TYPE/",
          "name": "TYPE_GROUP_CHANGE",
          "numValue": null,
          "orderno": 8,
          "txtValue": ""
        },
        "taskLocation": "SRID=3067;POINT Z (479129.1250190000282601 6682174.9375799996778369 0.0000000000000000)",
        "ticket": 66
      }
    },
    {
      "comment": "This is a test comment",
      "createdBy": {
        "email": "test_usertest.user",
        "first_name": "Test",
        "id": 1465920,
        "last_name": "User",
        "username": "test_user"
      },
      "createdByName": "test_user",
      "createdTs": "2023-03-20T14:02:44Z",
      "id": 494,
      "task": {
        "closedInfo": {
          "createdBy": "test",
          "createdTs": "2020-08-17T14:19:51Z",
          "state": {
            "description": "Suoritettu",
            "groupname": "STATUS",
            "id": 24,
            "list_url": "http://example.com/api/v2/sattrs/groupname/STATUS/",
            "name": "STATUS_CLOSED_COMPLETED",
            "numValue": null,
            "orderno": 5,
            "txtValue": ""
          }
        },
        "currentStateInfo": {
          "createdBy": "test",
          "createdTs": "2020-08-17T14:19:51Z",
          "state": {
            "description": "Suoritettu",
            "groupname": "STATUS",
            "id": 24,
            "list_url": "http://example.com/api/v2/sattrs/groupname/STATUS/",
            "name": "STATUS_CLOSED_COMPLETED",
            "numValue": null,
            "orderno": 5,
            "txtValue": ""
          }
        },
        "id": 66,
        "inProgressInfo": {
          "createdBy": "test.user",
          "createdTs": "2020-03-30T10:34:17Z",
          "state": {
            "description": "Työn alla",
            "groupname": "STATUS",
            "id": 31,
            "list_url": "http://example.com/api/v2/sattrs/groupname/STATUS/",
            "name": "STATUS_OPEN_INPROGRESS",
            "numValue": null,
            "orderno": 2,
            "txtValue": ""
          },
          "user": {
            "email": "test.user",
            "first_name": "Test",
            "id": 12821,
            "last_name": "User",
            "username": "test"
          }
        },
        "list_url": "http://example.com/api/v2/tasks/",
        "name": "test_plan_updated3",
        "openInfo": {
          "createdBy": "test.user",
          "createdTs": "2019-09-24T15:27:37Z",
          "state": {
            "description": "Avoin",
            "groupname": "STATUS",
            "id": 30,
            "list_url": "http://example.com/api/v2/sattrs/groupname/STATUS/",
            "name": "STATUS_OPEN_OPEN",
            "numValue": null,
            "orderno": 0,
            "txtValue": ""
          }
        },
        "orderInfo": {
          "company": {
            "companyName": "test",
            "description": "aa",
            "id": 18144
          },
          "createdBy": "test.user",
          "createdTs": "2020-03-30T10:34:11Z",
          "state": {
            "description": "Tilattu",
            "groupname": "STATUS",
            "id": 29,
            "list_url": "http://example.com/api/v2/sattrs/groupname/STATUS/",
            "name": "STATUS_OPEN_ORDERED",
            "numValue": null,
            "orderno": 1,
            "txtValue": ""
          }
        },
        "subregion": {
          "id": 21,
          "identifier": "Default",
          "list_url": "http://example.com/api/v2/subregions/",
          "name": "Oletus"
        },
        "taskCategory": {
          "description": "Ryhmänvaihto",
          "groupname": "TYPE",
          "id": 51,
          "list_url": "http://example.com/api/v2/sattrs/groupname/TYPE/",
          "name": "TYPE_GROUP_CHANGE",
          "numValue": null,
          "orderno": 8,
          "txtValue": ""
        },
        "taskLocation": "SRID=3067;POINT Z (479129.1250190000282601 6682174.9375799996778369 0.0000000000000000)",
        "ticket": 66
      }
    },
    {
      "comment": "This is a test comment",
      "createdBy": {
        "email": "test_usertest.user",
        "first_name": "Test",
        "id": 1465920,
        "last_name": "User",
        "username": "test_user"
      },
      "createdByName": "test_user",
      "createdTs": "2023-03-20T14:03:59Z",
      "id": 495,
      "task": {
        "closedInfo": {
          "createdBy": "test",
          "createdTs": "2020-08-17T14:19:51Z",
          "state": {
            "description": "Suoritettu",
            "groupname": "STATUS",
            "id": 24,
            "list_url": "http://example.com/api/v2/sattrs/groupname/STATUS/",
            "name": "STATUS_CLOSED_COMPLETED",
            "numValue": null,
            "orderno": 5,
            "txtValue": ""
          }
        },
        "currentStateInfo": {
          "createdBy": "test",
          "createdTs": "2020-08-17T14:19:51Z",
          "state": {
            "description": "Suoritettu",
            "groupname": "STATUS",
            "id": 24,
            "list_url": "http://example.com/api/v2/sattrs/groupname/STATUS/",
            "name": "STATUS_CLOSED_COMPLETED",
            "numValue": null,
            "orderno": 5,
            "txtValue": ""
          }
        },
        "id": 66,
        "inProgressInfo": {
          "createdBy": "test.user",
          "createdTs": "2020-03-30T10:34:17Z",
          "state": {
            "description": "Työn alla",
            "groupname": "STATUS",
            "id": 31,
            "list_url": "http://example.com/api/v2/sattrs/groupname/STATUS/",
            "name": "STATUS_OPEN_INPROGRESS",
            "numValue": null,
            "orderno": 2,
            "txtValue": ""
          },
          "user": {
            "email": "test.user",
            "first_name": "Test",
            "id": 12821,
            "last_name": "User",
            "username": "test"
          }
        },
        "list_url": "http://example.com/api/v2/tasks/",
        "name": "test_plan_updated3",
        "openInfo": {
          "createdBy": "test.user",
          "createdTs": "2019-09-24T15:27:37Z",
          "state": {
            "description": "Avoin",
            "groupname": "STATUS",
            "id": 30,
            "list_url": "http://example.com/api/v2/sattrs/groupname/STATUS/",
            "name": "STATUS_OPEN_OPEN",
            "numValue": null,
            "orderno": 0,
            "txtValue": ""
          }
        },
        "orderInfo": {
          "company": {
            "companyName": "test",
            "description": "aa",
            "id": 18144
          },
          "createdBy": "test.user",
          "createdTs": "2020-03-30T10:34:11Z",
          "state": {
            "description": "Tilattu",
            "groupname": "STATUS",
            "id": 29,
            "list_url": "http://example.com/api/v2/sattrs/groupname/STATUS/",
            "name": "STATUS_OPEN_ORDERED",
            "numValue": null,
            "orderno": 1,
            "txtValue": ""
          }
        },
        "subregion": {
          "id": 21,
          "identifier": "Default",
          "list_url": "http://example.com/api/v2/subregions/",
          "name": "Oletus"
        },
        "taskCategory": {
          "description": "Ryhmänvaihto",
          "groupname": "TYPE",
          "id": 51,
          "list_url": "http://example.com/api/v2/sattrs/groupname/TYPE/",
          "name": "TYPE_GROUP_CHANGE",
          "numValue": null,
          "orderno": 8,
          "txtValue": ""
        },
        "taskLocation": "SRID=3067;POINT Z (479129.1250190000282601 6682174.9375799996778369 0.0000000000000000)",
        "ticket": 66
      }
    },
    {
      "comment": "This is a test comment",
      "createdBy": {
        "email": "test_usertest.user",
        "first_name": "Test",
        "id": 1465920,
        "last_name": "User",
        "username": "test_user"
      },
      "createdByName": "test_user",
      "createdTs": "2023-03-20T14:08:24Z",
      "id": 497,
      "task": {
        "closedInfo": {
          "createdBy": "test",
          "createdTs": "2020-08-17T14:19:51Z",
          "state": {
            "description": "Suoritettu",
            "groupname": "STATUS",
            "id": 24,
            "list_url": "http://example.com/api/v2/sattrs/groupname/STATUS/",
            "name": "STATUS_CLOSED_COMPLETED",
            "numValue": null,
            "orderno": 5,
            "txtValue": ""
          }
        },
        "currentStateInfo": {
          "createdBy": "test",
          "createdTs": "2020-08-17T14:19:51Z",
          "state": {
            "description": "Suoritettu",
            "groupname": "STATUS",
            "id": 24,
            "list_url": "http://example.com/api/v2/sattrs/groupname/STATUS/",
            "name": "STATUS_CLOSED_COMPLETED",
            "numValue": null,
            "orderno": 5,
            "txtValue": ""
          }
        },
        "id": 66,
        "inProgressInfo": {
          "createdBy": "test.user",
          "createdTs": "2020-03-30T10:34:17Z",
          "state": {
            "description": "Työn alla",
            "groupname": "STATUS",
            "id": 31,
            "list_url": "http://example.com/api/v2/sattrs/groupname/STATUS/",
            "name": "STATUS_OPEN_INPROGRESS",
            "numValue": null,
            "orderno": 2,
            "txtValue": ""
          },
          "user": {
            "email": "test.user",
            "first_name": "Test",
            "id": 12821,
            "last_name": "User",
            "username": "test"
          }
        },
        "list_url": "http://example.com/api/v2/tasks/",
        "name": "test_plan_updated3",
        "openInfo": {
          "createdBy": "test.user",
          "createdTs": "2019-09-24T15:27:37Z",
          "state": {
            "description": "Avoin",
            "groupname": "STATUS",
            "id": 30,
            "list_url": "http://example.com/api/v2/sattrs/groupname/STATUS/",
            "name": "STATUS_OPEN_OPEN",
            "numValue": null,
            "orderno": 0,
            "txtValue": ""
          }
        },
        "orderInfo": {
          "company": {
            "companyName": "test",
            "description": "aa",
            "id": 18144
          },
          "createdBy": "test.user",
          "createdTs": "2020-03-30T10:34:11Z",
          "state": {
            "description": "Tilattu",
            "groupname": "STATUS",
            "id": 29,
            "list_url": "http://example.com/api/v2/sattrs/groupname/STATUS/",
            "name": "STATUS_OPEN_ORDERED",
            "numValue": null,
            "orderno": 1,
            "txtValue": ""
          }
        },
        "subregion": {
          "id": 21,
          "identifier": "Default",
          "list_url": "http://example.com/api/v2/subregions/",
          "name": "Oletus"
        },
        "taskCategory": {
          "description": "Ryhmänvaihto",
          "groupname": "TYPE",
          "id": 51,
          "list_url": "http://example.com/api/v2/sattrs/groupname/TYPE/",
          "name": "TYPE_GROUP_CHANGE",
          "numValue": null,
          "orderno": 8,
          "txtValue": ""
        },
        "taskLocation": "SRID=3067;POINT Z (479129.1250190000282601 6682174.9375799996778369 0.0000000000000000)",
        "ticket": 66
      }
    },
    {
      "comment": "test",
      "createdBy": {
        "email": "test_usertest.user",
        "first_name": "Test",
        "id": 1465920,
        "last_name": "User",
        "username": "test_user"
      },
      "createdByName": "Test User",
      "createdTs": "2023-03-20T14:09:30Z",
      "id": 498,
      "task": {
        "closedInfo": "{}",
        "currentStateInfo": {
          "createdBy": "test.user",
          "createdTs": "2022-01-14T12:09:53Z",
          "state": {
            "description": "Avoin",
            "groupname": "STATUS",
            "id": 30,
            "list_url": "http://example.com/api/v2/sattrs/groupname/STATUS/",
            "name": "STATUS_OPEN_OPEN",
            "numValue": null,
            "orderno": 0,
            "txtValue": ""
          }
        },
        "id": 4983,
        "inProgressInfo": "{}",
        "list_url": "http://example.com/api/v2/tasks/",
        "name": "22-5",
        "openInfo": {
          "createdBy": "test.user",
          "createdTs": "2022-01-14T12:09:53Z",
          "state": {
            "description": "Avoin",
            "groupname": "STATUS",
            "id": 30,
            "list_url": "http://example.com/api/v2/sattrs/groupname/STATUS/",
            "name": "STATUS_OPEN_OPEN",
            "numValue": null,
            "orderno": 0,
            "txtValue": ""
          }
        },
        "orderInfo": "{}",
        "subregion": null,
        "taskCategory": {
          "description": "Valaisin / lamppu",
          "groupname": "TYPE",
          "id": 35,
          "list_url": "http://example.com/api/v2/sattrs/groupname/TYPE/",
          "name": "TYPE_1_LAMP",
          "numValue": null,
          "orderno": 0,
          "txtValue": ""
        },
        "taskLocation": "SRID=3067;POINT Z (382863.7042679999722168 6678479.6799499997869134 0.0000000000000000)",
        "ticket": 4943
      }
    }
  ],
  "Total": 12
}
Expand All
object
Next
string (url)

Url to next page of Task Comments list. Null if No next page exist

Prev
string (url)

Url to previous page of Task Comments list. Null if No previous page exist

Results
Array of object (TaskComment)

List of fetched Task Comments

object
comment
string

Comment

createdBy
integer

Id of user who created the task comment.

createdByName
string

Complete name or username of the user who created the task comment.

createdTs
string (date-time)

Creation date and time of task comment.

id
integer

Unique id of task comment.

task
integer

Task id

Total
integer

Total number of Task Comment in the list

401

Authentication credentials are missing or invalid

{
  "details": "Authentication credentials were not provided"
}
object
details
string

Detailed description of error