mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2024-12-31 03:10:45 +02:00
Test data update (Jenkins)
This commit is contained in:
parent
6b5399d28b
commit
46ee6f0ef9
BIN
data.json.gpg
BIN
data.json.gpg
Binary file not shown.
10
docs/en/results/Bitrix24/GetChatStructure.log
Normal file
10
docs/en/results/Bitrix24/GetChatStructure.log
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"TYPE": "<Chat type OPEN (Public) | CHAT (Private)>",
|
||||
"TITLE": "<Chat title>",
|
||||
"DESCRIPTION": "<Chat description>",
|
||||
"COLOR": "<Chat color: RED, GREEN, MINT, LIGHT_BLUE, DARK_BLUE, PURPLE, AQUA, ...>",
|
||||
"MESSAGE": "<First chat message>",
|
||||
"USERS": "<Chat members array>",
|
||||
"AVATAR": "<Base64 chat picture>",
|
||||
"OWNER_ID": "<ID of chat owner. Current user by default>"
|
||||
}
|
8
docs/en/results/Bitrix24/GetCommentStructure.log
Normal file
8
docs/en/results/Bitrix24/GetCommentStructure.log
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"AUTHOR_ID": "<comment author identifier>",
|
||||
"AUTHOR_NAME": "<Users name (optional)>",
|
||||
"AUTHOR_EMAIL": "<Users email (optional)>",
|
||||
"USE_SMILES": "<(Y|N) - parse comments for emoticons or not>",
|
||||
"POST_MESSAGE": "<Message text>",
|
||||
"UF_FORUM_MESSAGE_DOC": "<Array of files from disk to attach>"
|
||||
}
|
6
docs/en/results/Bitrix24/GetFileBlock.log
Normal file
6
docs/en/results/Bitrix24/GetFileBlock.log
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"FILE": {
|
||||
"NAME": "Image",
|
||||
"LINK": "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/document.docx"
|
||||
}
|
||||
}
|
6
docs/en/results/Bitrix24/GetPictureBlock.log
Normal file
6
docs/en/results/Bitrix24/GetPictureBlock.log
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"IMAGE": {
|
||||
"NAME": "Image",
|
||||
"LINK": "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg"
|
||||
}
|
||||
}
|
28
docs/en/results/Bitrix24/GetTasksFilterStructure.log
Normal file
28
docs/en/results/Bitrix24/GetTasksFilterStructure.log
Normal file
@ -0,0 +1,28 @@
|
||||
{
|
||||
"ID": "<task identifier>",
|
||||
"PARENT_ID": "<parent task identifier>",
|
||||
"GROUP_ID": "<workgroup identifier>",
|
||||
"CREATED_BY": "<producer>",
|
||||
"STATUS_CHANGED_BY": "<the user who last changed the task status>",
|
||||
"PRIORITY": "<priority>",
|
||||
"FORUM_TOPIC_ID": "<forum topic identifier>",
|
||||
"RESPONSIBLE_ID": "<performer>",
|
||||
"TITLE": "<task name (can be searched using the template [%_])>",
|
||||
"TAG": "<tag>",
|
||||
"REAL_STATUS": "<task status>",
|
||||
"MARK": "<mark>",
|
||||
"SITE_ID": "<site identifier>",
|
||||
"ADD_IN_REPORT": "<task in the report (Y|N)>",
|
||||
"DATE_START": "<start date>",
|
||||
"DEADLINE": "<deadline>",
|
||||
"CREATED_DATE": "<date of creation>",
|
||||
"CLOSED_DATE": "<completion date>",
|
||||
"CHANGED_DATE": "<date of last modification>",
|
||||
"ACCOMPLICE": "<co-executor identifier>",
|
||||
"AUDITOR": "<auditor identifier>",
|
||||
"DEPENDS_ON": "<previous task identifier>",
|
||||
"ONLY_ROOT_TASKS": "<only tasks that are not subtasks (Y|N)>",
|
||||
"STAGE_ID": "<stage>",
|
||||
"UF_CRM_TASK": "<CRM elements>",
|
||||
"STATUS": "<status for sorting. Similar to REAL_STATUS, but has three additional meta-statuses>"
|
||||
}
|
7
docs/en/results/Bitrix24/GetUserFilterStructure.log
Normal file
7
docs/en/results/Bitrix24/GetUserFilterStructure.log
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"NAME": "<name>",
|
||||
"LAST_NAME": "<surname>",
|
||||
"WORK_POSITION": "<position>",
|
||||
"UF_DEPARTMENT_NAME": "<department name>",
|
||||
"USER_TYPE": "<type: employee, extranet, email>"
|
||||
}
|
3
docs/en/results/Dropbox/GetAsynchronousChangeStatus.log
Normal file
3
docs/en/results/Dropbox/GetAsynchronousChangeStatus.log
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
".tag": "complete"
|
||||
}
|
Loading…
Reference in New Issue
Block a user