1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-04-23 12:18:48 +02:00

221 lines
4.5 KiB
Plaintext
Raw Normal View History

2024-10-15 10:50:56 +03:00
---
2024-10-15 10:16:04 +03:00
sidebar_position: 19
---
2024-10-15 10:50:56 +03:00
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
2024-10-15 10:16:04 +03:00
# Get task history
Get history of task changing
`Function GetTaskHistory(Val URL, Val TaskID, Val Token = "") Export`
2024-10-15 15:15:47 +03:00
| Parameter | CLI option | Type | Required | 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 |
2024-10-15 10:16:04 +03:00
Returns: Map Of KeyAndValue - serialized JSON of answer from Bitrix24 API
<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-10-15 21:15:56 +03:00
```bsl title="1C:Enterprise/OneScript code example"
2024-11-02 22:50:30 +03:00
URL = "https://b24-ar17wx.bitrix24.by/rest/1/yg2...";
2024-11-11 22:11:22 +03:00
TaskID = "3216";
2024-10-15 10:16:04 +03:00
Result = OPI_Bitrix24.GetTaskHistory(URL, TaskID);
URL = "b24-ar17wx.bitrix24.by";
2024-11-11 22:11:22 +03:00
Token = "48573267006e9f06006b12e400000001000...";
TaskID = "3218";
2024-10-15 10:16:04 +03:00
Result = OPI_Bitrix24.GetTaskHistory(URL, TaskID, Token);
```
2024-10-20 22:36:03 +03:00
<Tabs>
<TabItem value="bash" label="Bash" default>
```bash
oint bitrix24 GetTaskHistory \
2024-10-22 08:59:24 +03:00
--url "b24-ar17wx.bitrix24.by" \
2024-11-17 16:09:58 +03:00
--task "3396" \
2024-10-22 08:59:24 +03:00
--token "***"
2024-10-20 22:36:03 +03:00
```
</TabItem>
<TabItem value="bat" label="CMD/Bat" default>
```batch
oint bitrix24 GetTaskHistory ^
2024-10-22 08:59:24 +03:00
--url "b24-ar17wx.bitrix24.by" ^
2024-11-17 16:09:58 +03:00
--task "3396" ^
2024-10-22 08:59:24 +03:00
--token "***"
2024-10-20 22:36:03 +03:00
```
</TabItem>
</Tabs>
2024-10-15 10:16:04 +03:00
```json title="Result"
{
"result": {
"list": [
{
"id": "29926",
"createdDate": "09.10.2024 09:19:28",
"field": "NEW",
"value": {
"from": null,
"to": null
},
"user": {
"id": "1",
"name": "Антон",
"lastName": "Титовец",
"secondName": null,
"login": "VKuser657846756"
}
},
{
"id": "29928",
"createdDate": "09.10.2024 09:19:34",
"field": "START_DATE_PLAN",
"value": {
"from": "",
"to": "1728454768"
},
"user": {
"id": "1",
"name": "Антон",
"lastName": "Титовец",
"secondName": null,
"login": "VKuser657846756"
}
},
{
"id": "29930",
"createdDate": "09.10.2024 09:19:34",
"field": "END_DATE_PLAN",
"value": {
"from": "",
"to": "1728507600"
},
"user": {
"id": "1",
"name": "Антон",
"lastName": "Титовец",
"secondName": null,
"login": "VKuser657846756"
}
},
{
"id": "29932",
"createdDate": "09.10.2024 09:19:34",
"field": "DURATION_PLAN_SECONDS",
"value": {
"from": "",
"to": "52832"
},
"user": {
"id": "1",
"name": "Антон",
"lastName": "Титовец",
"secondName": null,
"login": "VKuser657846756"
}
},
{
"id": "29946",
"createdDate": "09.10.2024 09:19:35",
"field": "TITLE",
"value": {
"from": "New task",
"to": "Another task title"
},
"user": {
"id": "1",
"name": "Антон",
"lastName": "Титовец",
"secondName": null,
"login": "VKuser657846756"
}
},
{
"id": "29948",
"createdDate": "09.10.2024 09:19:35",
"field": "DESCRIPTION",
"value": {
"from": "",
"to": ""
},
"user": {
"id": "1",
"name": "Антон",
"lastName": "Титовец",
"secondName": null,
"login": "VKuser657846756"
}
},
{
"id": "29950",
"createdDate": "09.10.2024 09:19:35",
"field": "PRIORITY",
"value": {
"from": "2",
"to": "1"
},
"user": {
"id": "1",
"name": "Антон",
"lastName": "Титовец",
"secondName": null,
"login": "VKuser657846756"
}
},
{
"id": "29956",
"createdDate": "09.10.2024 09:19:38",
"field": "RESPONSIBLE_ID",
"value": {
"from": "1",
"to": "602"
},
"user": {
"id": "1",
"name": "Антон",
"lastName": "Титовец",
"secondName": null,
"login": "VKuser657846756"
}
},
{
"id": "29958",
"createdDate": "09.10.2024 09:19:38",
"field": "COMMENT",
"value": {
"from": null,
"to": "5932"
},
"user": {
"id": "1",
"name": "Антон",
"lastName": "Титовец",
"secondName": null,
"login": "VKuser657846756"
}
},
{
"id": "29962",
"createdDate": "09.10.2024 09:19:39",
...
```