1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-04-25 12:24:39 +02:00

198 lines
4.1 KiB
Markdown
Raw Normal View History

---
sidebar_position: 19
---
# Get task history
Get history of task changing
2024-07-10 13:58:29 +03:00
`Function GetTaskHistory(Val URL, Val TaskID, Val Token = "") Export`
| Parameter | CLI option | Type | Description |
|-|-|-|-|
| URL | --url | String | URL of webhook or a Bitrix24 domain, when token used |
| TaskID | --task | Number, String | Task ID |
| Token | --token | String | Access token, when app auth method used |
Returns: Map Of KeyAndValue - serialized JSON of answer from Bitrix24 API
2024-07-10 14:05:58 +03:00
<br/>
:::tip
Method at API documentation: [tasks.task.history.list](https://dev.1c-bitrix.ru/rest_help/tasks/task/tasks/tasks_task_history_list.php)
:::
<br/>
2024-07-10 13:58:29 +03:00
```bsl title="Code example"
2024-09-24 11:38:18 +03:00
URL = "https://b24-ar17wx.bitrix24.by/rest/1/1o2...";
2024-10-15 10:07:27 +03:00
TaskID = "2446";
2024-08-13 16:47:32 +03:00
Result = OPI_Bitrix24.GetTaskHistory(URL, TaskID);
2024-09-24 11:38:18 +03:00
URL = "b24-ar17wx.bitrix24.by";
2024-10-15 10:07:27 +03:00
Token = "21750a67006e9f06006b12e400000001000...";
TaskID = "2448";
2024-08-13 16:47:32 +03:00
Result = OPI_Bitrix24.GetTaskHistory(URL, TaskID, Token);
```
2024-10-15 09:53:37 +03:00
```json title="Result"
2024-08-14 09:06:31 +03:00
{
2024-10-06 16:55:08 +03:00
"result": {
"list": [
2024-10-06 16:55:08 +03:00
{
2024-10-09 09:42:00 +03:00
"id": "29926",
"createdDate": "09.10.2024 09:19:28",
2024-10-06 16:55:08 +03:00
"field": "NEW",
"value": {
"from": null,
"to": null
},
"user": {
"id": "1",
"name": "Антон",
"lastName": "Титовец",
"secondName": null,
"login": "VKuser657846756"
}
},
{
2024-10-09 09:42:00 +03:00
"id": "29928",
"createdDate": "09.10.2024 09:19:34",
2024-10-06 16:55:08 +03:00
"field": "START_DATE_PLAN",
"value": {
"from": "",
2024-10-09 09:42:00 +03:00
"to": "1728454768"
2024-10-06 16:55:08 +03:00
},
"user": {
"id": "1",
"name": "Антон",
"lastName": "Титовец",
"secondName": null,
"login": "VKuser657846756"
}
},
{
2024-10-09 09:42:00 +03:00
"id": "29930",
"createdDate": "09.10.2024 09:19:34",
2024-10-06 16:55:08 +03:00
"field": "END_DATE_PLAN",
"value": {
"from": "",
2024-10-09 09:42:00 +03:00
"to": "1728507600"
2024-10-06 16:55:08 +03:00
},
"user": {
"id": "1",
"name": "Антон",
"lastName": "Титовец",
"secondName": null,
"login": "VKuser657846756"
}
},
{
2024-10-09 09:42:00 +03:00
"id": "29932",
"createdDate": "09.10.2024 09:19:34",
2024-10-06 16:55:08 +03:00
"field": "DURATION_PLAN_SECONDS",
"value": {
"from": "",
2024-10-09 09:42:00 +03:00
"to": "52832"
2024-10-06 16:55:08 +03:00
},
"user": {
"id": "1",
"name": "Антон",
"lastName": "Титовец",
"secondName": null,
"login": "VKuser657846756"
}
},
{
2024-10-09 09:42:00 +03:00
"id": "29946",
"createdDate": "09.10.2024 09:19:35",
2024-10-06 16:55:08 +03:00
"field": "TITLE",
"value": {
"from": "New task",
"to": "Another task title"
},
"user": {
"id": "1",
"name": "Антон",
"lastName": "Титовец",
"secondName": null,
"login": "VKuser657846756"
}
},
{
2024-10-09 09:42:00 +03:00
"id": "29948",
"createdDate": "09.10.2024 09:19:35",
2024-10-06 16:55:08 +03:00
"field": "DESCRIPTION",
"value": {
"from": "",
"to": ""
},
"user": {
"id": "1",
"name": "Антон",
"lastName": "Титовец",
"secondName": null,
"login": "VKuser657846756"
}
},
{
2024-10-09 09:42:00 +03:00
"id": "29950",
"createdDate": "09.10.2024 09:19:35",
2024-10-06 16:55:08 +03:00
"field": "PRIORITY",
"value": {
"from": "2",
"to": "1"
},
"user": {
"id": "1",
"name": "Антон",
"lastName": "Титовец",
"secondName": null,
"login": "VKuser657846756"
}
},
{
2024-10-09 09:42:00 +03:00
"id": "29956",
"createdDate": "09.10.2024 09:19:38",
2024-10-06 16:55:08 +03:00
"field": "RESPONSIBLE_ID",
"value": {
"from": "1",
2024-10-09 09:42:00 +03:00
"to": "602"
2024-10-06 16:55:08 +03:00
},
"user": {
"id": "1",
"name": "Антон",
"lastName": "Титовец",
"secondName": null,
"login": "VKuser657846756"
}
},
{
2024-10-09 09:42:00 +03:00
"id": "29958",
"createdDate": "09.10.2024 09:19:38",
2024-10-06 16:55:08 +03:00
"field": "COMMENT",
"value": {
"from": null,
2024-10-09 09:42:00 +03:00
"to": "5932"
2024-10-06 16:55:08 +03:00
},
"user": {
"id": "1",
"name": "Антон",
"lastName": "Титовец",
"secondName": null,
"login": "VKuser657846756"
}
},
{
2024-10-09 09:42:00 +03:00
"id": "29962",
"createdDate": "09.10.2024 09:19:39",
2024-09-29 19:41:20 +03:00
...
```