Operation is used to get a list of Task Comments.
Task Comments can be filtered by giving filtering parameters at HTTP querystring (see parameters).
Token issued for API consumer.
Offset to start returning results.
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.
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+++
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
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
}Url to next page of Task Comments list. Null if No next page exist
Url to previous page of Task Comments list. Null if No previous page exist
List of fetched Task Comments
Information about Task Comment
Comment
First name
Primary key
Last name
Username
Complete name or username of the user who created the task comment.
Creation date and time of task comment.
Unique id of task comment.
If task is repeatable automatically
Id of current task state
Task end date
Execution cycle
Primary key
Task name
Network SAttribute id
Is plan
Running number for repeatable tasks
Parent task id
Info if task is repeatable
Task start date
Related Subregion id
Related Category id
Task identifier
Task geographical location
Information when and who updated the task and what state it was updated to.
User who updated the task to this state
When state was updated
Task State
Group name of constant
Unique id of constant
Url to fetch all contants from this group
Numeric value
Order number
Human readable textual representation
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.
User who updated the task to this state
When state was updated
Task State
Group name of constant
Unique id of constant
Url to fetch all contants from this group
Numeric value
Order number
Human readable textual representation
User email
Primary key
User name
Information when and who updated the task and what state it was updated to.
User who updated the task to this state
When state was updated
Task State
Group name of constant
Unique id of constant
Url to fetch all contants from this group
Numeric value
Order number
Human readable textual representation
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 name
Company description
Primary key
User who updated the task to this state
When state was updated
Task State
Group name of constant
Unique id of constant
Url to fetch all contants from this group
Numeric value
Order number
Human readable textual representation
Total number of Task Comment in the list
Authentication credentials are missing or invalid
{
"details": "Authentication credentials were not provided"
}Standard error response payload
Detailed description of error