Documentation Index

Fetch the complete documentation index at: https://support.keypro.fi/llms.txt

Use this file to discover all available pages before exploring further.

2025-11-06 14.00 UTC - There are currently no active events. All systems operational.

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: Token
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. Set to -1 to use maximum limit set in the environment. Default limit will be used if parameter is not specified. Special value -1 is available from product version 3.2.18.

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))+++ Supports exclusive queries by field value using a not-operator preceding the field lookup: Examples: +++not__type__txt__istartswith=Tie+++ , +++not__id=1390+++
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 support 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

Previous
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

Information about Task Comment

comment
string

Comment

createdBy
object (User)
email
string

Email

first_name
string

First name

id
integer

Primary key

last_name
string

Last name

username
string

Username

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
object
automaticRepeat
integer

If task is repeatable automatically

currentState
integer

Id of current task state

endDate
string (date)

Task end date

executionCycle
integer

Execution cycle

id
integer

Primary key

name
string

Task name

network
integer

Network SAttribute id

plan
boolean

Is plan

repeatOrderNum
integer

Running number for repeatable tasks

repeatParent
integer

Parent task id

repeatable
integer

Info if task is repeatable

startDate
string (date)

Task start date

subregion
integer

Related Subregion id

taskCategory
integer

Related Category id

taskIdentifier
string

Task identifier

taskLocation
string (ewkt)

Task geographical location

closedInfo
object (TaskStateChangeInfo)

Information when and who updated the task and what state it was updated to.

createdBy
string

User who updated the task to this state

createdTs
string (date-time)

When state was updated

state
object (TaskState)

Task State

groupname

Group name of constant

Valid values[ "STATE" ]
id
integer

Unique id of constant

list_url
string (url)

Url to fetch all contants from this group

num_value
number (float)

Numeric value

orderNo
integer

Order number

txtValue
string

Human readable textual representation

inProgressInfo
object (TaskStateInProgressInfo)

Information when and who updated the task and what state it was updated to.

In Progress info has an additional detail for the user assigned for the task.

createdBy
string

User who updated the task to this state

createdTs
string (date-time)

When state was updated

state
object (TaskState)

Task State

groupname

Group name of constant

Valid values[ "STATE" ]
id
integer

Unique id of constant

list_url
string (url)

Url to fetch all contants from this group

num_value
number (float)

Numeric value

orderNo
integer

Order number

txtValue
string

Human readable textual representation

user
object (TaskUser)
email
string

User email

id
integer

Primary key

username
string

User name

openInfo
object (TaskStateChangeInfo)

Information when and who updated the task and what state it was updated to.

createdBy
string

User who updated the task to this state

createdTs
string (date-time)

When state was updated

state
object (TaskState)

Task State

groupname

Group name of constant

Valid values[ "STATE" ]
id
integer

Unique id of constant

list_url
string (url)

Url to fetch all contants from this group

num_value
number (float)

Numeric value

orderNo
integer

Order number

txtValue
string

Human readable textual representation

orderInfo
object (TaskStateOrderedInfo)

Information when and who updated the task and what state it was updated to.

Ordered info has an additional detail for the user assigned for the task.

company
object (Company)
companyName
string

Company name

description
string

Company description

id
integer

Primary key

createdBy
string

User who updated the task to this state

createdTs
string (date-time)

When state was updated

state
object (TaskState)

Task State

groupname

Group name of constant

Valid values[ "STATE" ]
id
integer

Unique id of constant

list_url
string (url)

Url to fetch all contants from this group

num_value
number (float)

Numeric value

orderNo
integer

Order number

txtValue
string

Human readable textual representation

Total
integer

Total number of Task Comment in the list

401

Authentication credentials are missing or invalid

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

Standard error response payload

details
string

Detailed description of error