1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2024-12-25 02:42:28 +02:00

Правка доков

This commit is contained in:
Anton Titovets 2024-07-10 14:33:00 +03:00
parent 3411fb2601
commit abbc3fb62d
679 changed files with 0 additions and 1358 deletions

View File

@ -6,8 +6,6 @@ sidebar_position: @Счетчик
@Описание @Описание
<br/>
`@Объявление` `@Объявление`

View File

@ -6,8 +6,6 @@ sidebar_position: 2
Creates a comment for a record in the table Creates a comment for a record in the table
<br/>
`Function CreateComment(Val Token, Val Base, Val Table, Val Record, Val Text) Export` `Function CreateComment(Val Token, Val Base, Val Table, Val Record, Val Text) Export`

View File

@ -6,8 +6,6 @@ sidebar_position: 4
Deletes a comment for a table record Deletes a comment for a table record
<br/>
`Function DeleteComment(Val Token, Val Base, Val Table, Val Record, Val Comment) Export` `Function DeleteComment(Val Token, Val Base, Val Table, Val Record, Val Comment) Export`

View File

@ -6,8 +6,6 @@ sidebar_position: 3
Changes the text of an existing comment Changes the text of an existing comment
<br/>
`Function EditComment(Val Token, Val Base, Val Table, Val Record, Val Comment, Val Text) Export` `Function EditComment(Val Token, Val Base, Val Table, Val Record, Val Comment, Val Text) Export`

View File

@ -6,8 +6,6 @@ sidebar_position: 1
Gets the list of comments for a record in the table Gets the list of comments for a record in the table
<br/>
`Function GetComments(Val Token, Val Base, Val Table, Val Record, Val Indent = "") Export` `Function GetComments(Val Token, Val Base, Val Table, Val Record, Val Indent = "") Export`

View File

@ -6,8 +6,6 @@ sidebar_position: 3
Creates one or an array of records by description or an array of field value descriptions Creates one or an array of records by description or an array of field value descriptions
<br/>
`Function CreatePosts(Val Token, Val Base, Val Table, Val Data) Export` `Function CreatePosts(Val Token, Val Base, Val Table, Val Data) Export`

View File

@ -6,8 +6,6 @@ sidebar_position: 4
Deletes one or an array of records by identifiers Deletes one or an array of records by identifiers
<br/>
`Function DeletePosts(Val Token, Val Base, Val Table, Val Records) Export` `Function DeletePosts(Val Token, Val Base, Val Table, Val Records) Export`

View File

@ -6,8 +6,6 @@ sidebar_position: 1
Gets the list of records of the selected table Gets the list of records of the selected table
<br/>
`Function GetListOfRecords(Val Token, Val Base, Val Table, Val Indent = "") Export` `Function GetListOfRecords(Val Token, Val Base, Val Table, Val Indent = "") Export`

View File

@ -6,8 +6,6 @@ sidebar_position: 2
Gets row data of the table by identifier Gets row data of the table by identifier
<br/>
`Function GetRecord(Val Token, Val Base, Val Table, Val Record) Export` `Function GetRecord(Val Token, Val Base, Val Table, Val Record) Export`

View File

@ -6,8 +6,6 @@ sidebar_position: 1
Creates a new table in the base Creates a new table in the base
<br/>
`Function CreateTable(Val Token, Val Base, Val Name, Val FieldArray, Val Description = "") Export` `Function CreateTable(Val Token, Val Base, Val Name, Val FieldArray, Val Description = "") Export`

View File

@ -6,8 +6,6 @@ sidebar_position: 2
Changes the name and/or description of the base Changes the name and/or description of the base
<br/>
`Function ModifyTable(Val Token, Val Base, Val Table, Val Name = "", Val Description = "") Export` `Function ModifyTable(Val Token, Val Base, Val Table, Val Name = "", Val Description = "") Export`

View File

@ -6,8 +6,6 @@ sidebar_position: 3
Creates a new database Creates a new database
<br/>
`Function CreateDatabase(Val Token, Val Workspace, Val Name, Val TableCollection) Export` `Function CreateDatabase(Val Token, Val Workspace, Val Name, Val TableCollection) Export`

View File

@ -6,8 +6,6 @@ sidebar_position: 2
Gets the schema of base tables Gets the schema of base tables
<br/>
`Function GetDatabaseTables(Val Token, Val Base) Export` `Function GetDatabaseTables(Val Token, Val Base) Export`

View File

@ -6,8 +6,6 @@ sidebar_position: 1
Gets the list of available bases Gets the list of available bases
<br/>
`Function GetListOfBases(Val Token, Val Indent = "") Export` `Function GetListOfBases(Val Token, Val Indent = "") Export`

View File

@ -6,8 +6,6 @@ sidebar_position: 1
Creates a new field in the table Creates a new field in the table
<br/>
`Function CreateField(Val Token, Val Base, Val Table, Val FieldStructure) Export` `Function CreateField(Val Token, Val Base, Val Table, Val FieldStructure) Export`

View File

@ -6,8 +6,6 @@ sidebar_position: 5
Gets the description of a file field Gets the description of a file field
<br/>
`Function GetAttachmentField(Val Name) Export` `Function GetAttachmentField(Val Name) Export`

View File

@ -6,8 +6,6 @@ sidebar_position: 6
Gets the description of a boolean field Gets the description of a boolean field
<br/>
`Function GetCheckboxField(Val Name) Export` `Function GetCheckboxField(Val Name) Export`

View File

@ -6,8 +6,6 @@ sidebar_position: 7
Gets the description of a date field Gets the description of a date field
<br/>
`Function GetDateField(Val Name) Export` `Function GetDateField(Val Name) Export`

View File

@ -6,8 +6,6 @@ sidebar_position: 8
Gets the description of an email field Gets the description of an email field
<br/>
`Function GetEmailField(Val Name) Export` `Function GetEmailField(Val Name) Export`

View File

@ -6,8 +6,6 @@ sidebar_position: 10
Gets the description of a URL field Gets the description of a URL field
<br/>
`Function GetLinkField(Val Name) Export` `Function GetLinkField(Val Name) Export`

View File

@ -6,8 +6,6 @@ sidebar_position: 4
Gets the description of a numeric field Gets the description of a numeric field
<br/>
`Function GetNumberField(Val Name, Val Precision = 0) Export` `Function GetNumberField(Val Name, Val Precision = 0) Export`

View File

@ -6,8 +6,6 @@ sidebar_position: 9
Gets the description of a phone number field Gets the description of a phone number field
<br/>
`Function GetPhoneField(Val Name) Export` `Function GetPhoneField(Val Name) Export`

View File

@ -6,8 +6,6 @@ sidebar_position: 3
Gets the description of a string field Gets the description of a string field
<br/>
`Function GetStringField(Val Name) Export` `Function GetStringField(Val Name) Export`

View File

@ -6,8 +6,6 @@ sidebar_position: 2
Changes the name and/or description of an existing table field Changes the name and/or description of an existing table field
<br/>
`Function ModifyField(Val Token, Val Base, Val Table, Val Field, Val Name = "", Val Description = "") Export` `Function ModifyField(Val Token, Val Base, Val Table, Val Field, Val Name = "", Val Description = "") Export`

View File

@ -6,8 +6,6 @@ sidebar_position: 3
Create new comment to the task Create new comment to the task
<br/>
`Function AddTaskComment(Val URL, Val TaskID, Val Text, Val Token = "") Export` `Function AddTaskComment(Val URL, Val TaskID, Val Text, Val Token = "") Export`

View File

@ -6,8 +6,6 @@ sidebar_position: 7
Create task result from comment Create task result from comment
<br/>
`Function CreateResultFromComment(Val URL, Val CommentID, Val Token = "") Export` `Function CreateResultFromComment(Val URL, Val CommentID, Val Token = "") Export`

View File

@ -6,8 +6,6 @@ sidebar_position: 8
Deletes task result, created from a comment Deletes task result, created from a comment
<br/>
`Function DeleteResultFromComment(Val URL, Val CommentID, Val Token = "") Export` `Function DeleteResultFromComment(Val URL, Val CommentID, Val Token = "") Export`

View File

@ -6,8 +6,6 @@ sidebar_position: 5
Delete task comment by ID Delete task comment by ID
<br/>
`Function DeleteTaskComment(Val URL, Val TaskID, Val CommentID, Val Token = "") Export` `Function DeleteTaskComment(Val URL, Val TaskID, Val CommentID, Val Token = "") Export`

View File

@ -6,8 +6,6 @@ sidebar_position: 9
Get comment fields structure Get comment fields structure
<br/>
`Function GetCommentStructure(Val Clear = False) Export` `Function GetCommentStructure(Val Clear = False) Export`

View File

@ -6,8 +6,6 @@ sidebar_position: 6
Gets results list for task Gets results list for task
<br/>
`Function GetResultsList(Val URL, Val TaskID, Val Token = "") Export` `Function GetResultsList(Val URL, Val TaskID, Val Token = "") Export`

View File

@ -6,8 +6,6 @@ sidebar_position: 2
Gets task comment data by ID Gets task comment data by ID
<br/>
`Function GetTaskComment(Val URL, Val TaskID, Val CommentID, Val Token = "") Export` `Function GetTaskComment(Val URL, Val TaskID, Val CommentID, Val Token = "") Export`

View File

@ -6,8 +6,6 @@ sidebar_position: 1
Get user comments list for a task Get user comments list for a task
<br/>
`Function GetTaskCommentsList(Val URL, Val TaskID, Val Token = "") Export` `Function GetTaskCommentsList(Val URL, Val TaskID, Val Token = "") Export`

View File

@ -6,8 +6,6 @@ sidebar_position: 4
Changes task comment text Changes task comment text
<br/>
`Function UpdateTaskComment(Val URL, Val TaskID, Val CommentID, Val Text, Val Token = "") Export` `Function UpdateTaskComment(Val URL, Val TaskID, Val CommentID, Val Text, Val Token = "") Export`

View File

@ -6,8 +6,6 @@ sidebar_position: 6
Adds a comment to the post Adds a comment to the post
<br/>
`Function AddPostComment(Val URL, Val PostID, Val Text, Val Token = "") Export` `Function AddPostComment(Val URL, Val PostID, Val Text, Val Token = "") Export`

View File

@ -6,8 +6,6 @@ sidebar_position: 7
Adds new groups or users to the recipients Adds new groups or users to the recipients
<br/>
`Function AddPostRecipients(Val URL, Val PostID, Val Visibility, Val Token = "") Export` `Function AddPostRecipients(Val URL, Val PostID, Val Visibility, Val Token = "") Export`

View File

@ -6,8 +6,6 @@ sidebar_position: 1
Create a new post at news feed Create a new post at news feed
<br/>
`Function CreatePost(Val URL, Val Text, Val Visibility = "UA", Val Files = "", Val Title = "", Val Important = False, Val Token = "") Export` `Function CreatePost(Val URL, Val Text, Val Visibility = "UA", Val Files = "", Val Title = "", Val Important = False, Val Token = "") Export`

View File

@ -6,8 +6,6 @@ sidebar_position: 3
Remove post from a news feed Remove post from a news feed
<br/>
`Function DeletePost(Val URL, Val PostID, Val Token = "") Export` `Function DeletePost(Val URL, Val PostID, Val Token = "") Export`

View File

@ -6,8 +6,6 @@ sidebar_position: 4
Return list of important post viewers ids Return list of important post viewers ids
<br/>
`Function GetImportantPostViewers(Val URL, Val PostID, Val Token = "") Export` `Function GetImportantPostViewers(Val URL, Val PostID, Val Token = "") Export`

View File

@ -6,8 +6,6 @@ sidebar_position: 5
Gen post or array of post with ID or rights selection Gen post or array of post with ID or rights selection
<br/>
`Function GetPosts(Val URL, Val PostID = "", Val Filter = "UA", Val Token = "") Export` `Function GetPosts(Val URL, Val PostID = "", Val Filter = "UA", Val Token = "") Export`

View File

@ -6,8 +6,6 @@ sidebar_position: 2
Change post data Change post data
<br/>
`Function UpdatePost(Val URL, Val PostID, Val Text, Val Visibility = "UA", Val Files = "", Val Title = "", Val Token = "") Export` `Function UpdatePost(Val URL, Val PostID, Val Text, Val Visibility = "UA", Val Files = "", Val Title = "", Val Token = "") Export`

View File

@ -6,8 +6,6 @@ sidebar_position: 1
Add new stage of kanban or My Plan Add new stage of kanban or My Plan
<br/>
`Function AddKanbanStage(Val URL, Val Name, Val Color = "FFD800", Val PrevStageID = 0, Val EntityID = 0, Val AsAdmin = False, Val Token = "") Export` `Function AddKanbanStage(Val URL, Val Name, Val Color = "FFD800", Val PrevStageID = 0, Val EntityID = 0, Val AsAdmin = False, Val Token = "") Export`

View File

@ -6,8 +6,6 @@ sidebar_position: 2
Removes a kanban (My Plan) stage, provided there are no tasks in it Removes a kanban (My Plan) stage, provided there are no tasks in it
<br/>
`Function DeleteKanbanStage(Val URL, Val StageID, Val AsAdmin = False, Val Token = "") Export` `Function DeleteKanbanStage(Val URL, Val StageID, Val AsAdmin = False, Val Token = "") Export`

View File

@ -6,8 +6,6 @@ sidebar_position: 3
Get kanban (My Plan) stages info Get kanban (My Plan) stages info
<br/>
`Function GetKanbanStages(Val URL, Val EntityID = 0, Val AsAdmin = False, Val Token = "") Export` `Function GetKanbanStages(Val URL, Val EntityID = 0, Val AsAdmin = False, Val Token = "") Export`

View File

@ -6,8 +6,6 @@ sidebar_position: 4
Move task to another kanban stage Move task to another kanban stage
<br/>
`Function MoveTaskToKanbanStage(Val URL, Val TaskID, Val StageID, Val Prev = 0, Val After = 0, Val Token = "") Export` `Function MoveTaskToKanbanStage(Val URL, Val TaskID, Val StageID, Val Prev = 0, Val After = 0, Val Token = "") Export`

View File

@ -6,8 +6,6 @@ sidebar_position: 1
Forms a link for authorization via the browser Forms a link for authorization via the browser
<br/>
`Function GetAppAuthLink(Val Domain, Val ClientID) Export` `Function GetAppAuthLink(Val Domain, Val ClientID) Export`

View File

@ -6,8 +6,6 @@ sidebar_position: 2
Get token by auth code Get token by auth code
<br/>
`Function GetToken(Val ClientID, Val ClientSecret, Val Code) Export` `Function GetToken(Val ClientID, Val ClientSecret, Val Code) Export`

View File

@ -6,8 +6,6 @@ sidebar_position: 3
Update token by refresh token Update token by refresh token
<br/>
`Function RefreshToken(Val ClientID, Val ClientSecret, Val Refresh) Export` `Function RefreshToken(Val ClientID, Val ClientSecret, Val Refresh) Export`

View File

@ -6,8 +6,6 @@ sidebar_position: 4
Get current server time Get current server time
<br/>
`Function ServerTime(Val URL, Val Token = "") Export` `Function ServerTime(Val URL, Val Token = "") Export`

View File

@ -6,8 +6,6 @@ sidebar_position: 7
Create new foldera at the storage Create new foldera at the storage
<br/>
`Function CreateStorageFolder(Val URL, Val StorageID, Val Name, Val Token = "") Export` `Function CreateStorageFolder(Val URL, Val StorageID, Val Name, Val Token = "") Export`

View File

@ -6,8 +6,6 @@ sidebar_position: 9
Create new folder inside another folder Create new folder inside another folder
<br/>
`Function CreateSubfolder(Val URL, Val FolderID, Val Name, Val Token = "") Export` `Function CreateSubfolder(Val URL, Val FolderID, Val Name, Val Token = "") Export`

View File

@ -6,8 +6,6 @@ sidebar_position: 12
Delete file by ID Delete file by ID
<br/>
`Function DeleteFile(Val URL, Val FileID, Val Token = "") Export` `Function DeleteFile(Val URL, Val FileID, Val Token = "") Export`

View File

@ -6,8 +6,6 @@ sidebar_position: 13
Remove folder with subfolders Remove folder with subfolders
<br/>
`Function DeleteFolder(Val URL, Val FolderID, Val Token = "") Export` `Function DeleteFolder(Val URL, Val FolderID, Val Token = "") Export`

View File

@ -6,8 +6,6 @@ sidebar_position: 2
Get information about storage with which the application can work to store its data Get information about storage with which the application can work to store its data
<br/>
`Function GetAppSotrage(Val URL, Val Token = "") Export` `Function GetAppSotrage(Val URL, Val Token = "") Export`

View File

@ -6,8 +6,6 @@ sidebar_position: 21
Get external link to file Get external link to file
<br/>
`Function GetFileExternalLink(Val URL, Val FileID, Val Token = "") Export` `Function GetFileExternalLink(Val URL, Val FileID, Val Token = "") Export`

View File

@ -6,8 +6,6 @@ sidebar_position: 20
Get information about file by ID Get information about file by ID
<br/>
`Function GetFileInformation(Val URL, Val FileID, Val Token = "") Export` `Function GetFileInformation(Val URL, Val FileID, Val Token = "") Export`

View File

@ -6,8 +6,6 @@ sidebar_position: 14
Get external link to folder Get external link to folder
<br/>
`Function GetFolderExternalLink(Val URL, Val FolderID, Val Token = "") Export` `Function GetFolderExternalLink(Val URL, Val FolderID, Val Token = "") Export`

View File

@ -6,8 +6,6 @@ sidebar_position: 27
Returns filter structure for child folder items Returns filter structure for child folder items
<br/>
`Function GetFolderFilterStructure(Val URL, Val Clear = False, Val Token = "") Export` `Function GetFolderFilterStructure(Val URL, Val Clear = False, Val Token = "") Export`

View File

@ -6,8 +6,6 @@ sidebar_position: 8
Get folder information Get folder information
<br/>
`Function GetFolderInformation(Val URL, Val FolderID, Val Token = "") Export` `Function GetFolderInformation(Val URL, Val FolderID, Val Token = "") Export`

View File

@ -6,8 +6,6 @@ sidebar_position: 15
Get folder child elements Get folder child elements
<br/>
`Function GetFolderItems(Val URL, Val FolderID, Val Filter = "", Val Token = "") Export` `Function GetFolderItems(Val URL, Val FolderID, Val Filter = "", Val Token = "") Export`

View File

@ -6,8 +6,6 @@ sidebar_position: 5
Get a list of files and folders, located at the root of the storage Get a list of files and folders, located at the root of the storage
<br/>
`Function GetStorageObjects(Val URL, Val StorageID, Val Token = "") Export` `Function GetStorageObjects(Val URL, Val StorageID, Val Token = "") Export`

View File

@ -6,8 +6,6 @@ sidebar_position: 3
Get information about storage Get information about storage
<br/>
`Function GetStorage(Val URL, Val StorageID, Val Token = "") Export` `Function GetStorage(Val URL, Val StorageID, Val Token = "") Export`

View File

@ -6,8 +6,6 @@ sidebar_position: 1
Get list of available files storages Get list of available files storages
<br/>
`Function GetStoragesList(Val URL, Val Token = "") Export` `Function GetStoragesList(Val URL, Val Token = "") Export`

View File

@ -6,8 +6,6 @@ sidebar_position: 24
Copy file from one destination to another Copy file from one destination to another
<br/>
`Function MakeFileCopy(Val URL, Val FileID, Val FolderID, Val Token = "") Export` `Function MakeFileCopy(Val URL, Val FileID, Val FolderID, Val Token = "") Export`

View File

@ -6,8 +6,6 @@ sidebar_position: 10
Copy one folder to another Copy one folder to another
<br/>
`Function MakeFolderCopy(Val URL, Val FolderID, Val DestinationID, Val Token = "") Export` `Function MakeFolderCopy(Val URL, Val FolderID, Val DestinationID, Val Token = "") Export`

View File

@ -6,8 +6,6 @@ sidebar_position: 22
Move file to recycle bin Move file to recycle bin
<br/>
`Function MarkFileAsDeleted(Val URL, Val FileID, Val Token = "") Export` `Function MarkFileAsDeleted(Val URL, Val FileID, Val Token = "") Export`

View File

@ -6,8 +6,6 @@ sidebar_position: 16
Move folder to recycle bin Move folder to recycle bin
<br/>
`Function MarkFolderAsDeleted(Val URL, Val FolderID, Val Token = "") Export` `Function MarkFolderAsDeleted(Val URL, Val FolderID, Val Token = "") Export`

View File

@ -6,8 +6,6 @@ sidebar_position: 25
Move file from one destination to another Move file from one destination to another
<br/>
`Function MoveFileToFolder(Val URL, Val FileID, Val FolderID, Val Token = "") Export` `Function MoveFileToFolder(Val URL, Val FileID, Val FolderID, Val Token = "") Export`

View File

@ -6,8 +6,6 @@ sidebar_position: 11
Moves one folder inside another Moves one folder inside another
<br/>
`Function MoveFolder(Val URL, Val FolderID, Val DestinationID, Val Token = "") Export` `Function MoveFolder(Val URL, Val FolderID, Val DestinationID, Val Token = "") Export`

View File

@ -6,8 +6,6 @@ sidebar_position: 26
Changes the name of an existing file Changes the name of an existing file
<br/>
`Function RenameFile(Val URL, Val FileID, Val Name, Val Token = "") Export` `Function RenameFile(Val URL, Val FileID, Val Name, Val Token = "") Export`

View File

@ -6,8 +6,6 @@ sidebar_position: 18
Change folder name Change folder name
<br/>
`Function RenameFolder(Val URL, Val FolderID, Val Name, Val Token = "") Export` `Function RenameFolder(Val URL, Val FolderID, Val Name, Val Token = "") Export`

View File

@ -6,8 +6,6 @@ sidebar_position: 4
Change storage name (for app storage only, see. GetAppStorage) Change storage name (for app storage only, see. GetAppStorage)
<br/>
`Function RenameStorage(Val URL, Val StorageID, Val Name, Val Token = "") Export` `Function RenameStorage(Val URL, Val StorageID, Val Name, Val Token = "") Export`

View File

@ -6,8 +6,6 @@ sidebar_position: 23
Restore file from recycle bin Restore file from recycle bin
<br/>
`Function RestoreFile(Val URL, Val FileID, Val Token = "") Export` `Function RestoreFile(Val URL, Val FileID, Val Token = "") Export`

View File

@ -6,8 +6,6 @@ sidebar_position: 17
Resotre folder form recycle bin Resotre folder form recycle bin
<br/>
`Function RestoreFolder(Val URL, Val FolderID, Val Token = "") Export` `Function RestoreFolder(Val URL, Val FolderID, Val Token = "") Export`

View File

@ -6,8 +6,6 @@ sidebar_position: 19
Upload local file to the folder Upload local file to the folder
<br/>
`Function UploadFileToFolder(Val URL, Val Name, Val File, Val FolderID, Val Token = "") Export` `Function UploadFileToFolder(Val URL, Val Name, Val File, Val FolderID, Val Token = "") Export`

View File

@ -6,8 +6,6 @@ sidebar_position: 6
Upload file to storage root Upload file to storage root
<br/>
`Function UploadFileToStorage(Val URL, Val Name, Val File, Val StorageID, Val Rights = "", Val Token = "") Export` `Function UploadFileToStorage(Val URL, Val Name, Val File, Val StorageID, Val Rights = "", Val Token = "") Export`

View File

@ -6,8 +6,6 @@ sidebar_position: 17
Add task to favorites list Add task to favorites list
<br/>
`Function AddTaskToFavorites(Val URL, Val TaskID, Val Token = "") Export` `Function AddTaskToFavorites(Val URL, Val TaskID, Val Token = "") Export`

View File

@ -6,8 +6,6 @@ sidebar_position: 7
Approve task by ID Approve task by ID
<br/>
`Function ApproveTask(Val URL, Val TaskID, Val Token = "") Export` `Function ApproveTask(Val URL, Val TaskID, Val Token = "") Export`

View File

@ -6,8 +6,6 @@ sidebar_position: 6
Attaches a file to the selected task Attaches a file to the selected task
<br/>
`Function AttachFileToTopic(Val URL, Val TaskID, Val FileID, Val Token = "") Export` `Function AttachFileToTopic(Val URL, Val TaskID, Val FileID, Val Token = "") Export`

View File

@ -6,8 +6,6 @@ sidebar_position: 20
Checks the availability of the task for users Checks the availability of the task for users
<br/>
`Function CheckTaskAccesses(Val URL, Val TaskID, Val Users = "", Val Token = "") Export` `Function CheckTaskAccesses(Val URL, Val TaskID, Val Users = "", Val Token = "") Export`

View File

@ -6,8 +6,6 @@ sidebar_position: 9
Complete task by ID Complete task by ID
<br/>
`Function CompleteTask(Val URL, Val TaskID, Val Token = "") Export` `Function CompleteTask(Val URL, Val TaskID, Val Token = "") Export`

View File

@ -6,8 +6,6 @@ sidebar_position: 3
Create new task by fields structure (see GetTaskFieldsStructure) Create new task by fields structure (see GetTaskFieldsStructure)
<br/>
`Function CreateTask(Val URL, Val FieldsStructure, Val Token = "") Export` `Function CreateTask(Val URL, Val FieldsStructure, Val Token = "") Export`

View File

@ -6,8 +6,6 @@ sidebar_position: 23
Creates the dependency of one task to another Creates the dependency of one task to another
<br/>
`Function CreateTasksDependencies(Val URL, Val FromID, Val DestinationID, Val LinkType, Val Token = "") Export` `Function CreateTasksDependencies(Val URL, Val FromID, Val DestinationID, Val LinkType, Val Token = "") Export`

View File

@ -6,8 +6,6 @@ sidebar_position: 11
Defer task by ID Defer task by ID
<br/>
`Function DeferTask(Val URL, Val TaskID, Val Token = "") Export` `Function DeferTask(Val URL, Val TaskID, Val Token = "") Export`

View File

@ -6,8 +6,6 @@ sidebar_position: 16
Delegate task to another user Delegate task to another user
<br/>
`Function DelegateTask(Val URL, Val TaskID, Val UserID, Val Token = "") Export` `Function DelegateTask(Val URL, Val TaskID, Val UserID, Val Token = "") Export`

View File

@ -6,8 +6,6 @@ sidebar_position: 5
Delete task by ID Delete task by ID
<br/>
`Function DeleteTask(Val URL, Val TaskID, Val Token = "") Export` `Function DeleteTask(Val URL, Val TaskID, Val Token = "") Export`

View File

@ -6,8 +6,6 @@ sidebar_position: 24
Removes the dependency of one task to another Removes the dependency of one task to another
<br/>
`Function DeleteTasksDependencies(Val URL, Val FromID, Val DestinationID, Val LinkType, Val Token = "") Export` `Function DeleteTasksDependencies(Val URL, Val FromID, Val DestinationID, Val LinkType, Val Token = "") Export`

View File

@ -6,8 +6,6 @@ sidebar_position: 8
Disapprove task by ID Disapprove task by ID
<br/>
`Function DisapproveTask(Val URL, Val TaskID, Val Token = "") Export` `Function DisapproveTask(Val URL, Val TaskID, Val Token = "") Export`

View File

@ -6,8 +6,6 @@ sidebar_position: 25
Gets a structure with a description of the fields for creating a task Gets a structure with a description of the fields for creating a task
<br/>
`Function GetTaskFieldsStructure(Val URL, Val Token = "") Export` `Function GetTaskFieldsStructure(Val URL, Val Token = "") Export`

View File

@ -6,8 +6,6 @@ sidebar_position: 19
Get history of task changing Get history of task changing
<br/>
`Function GetTaskHistory(Val URL, Val TaskID, Val Token = "") Export` `Function GetTaskHistory(Val URL, Val TaskID, Val Token = "") Export`

View File

@ -6,8 +6,6 @@ sidebar_position: 1
Get task by ID Get task by ID
<br/>
`Function GetTask(Val URL, Val TaskID, Val Token = "") Export` `Function GetTask(Val URL, Val TaskID, Val Token = "") Export`

View File

@ -6,8 +6,6 @@ sidebar_position: 26
Return filter structure for GetTasksList Return filter structure for GetTasksList
<br/>
`Function GetTasksFilterStructure(Val Clear = False) Export` `Function GetTasksFilterStructure(Val Clear = False) Export`

View File

@ -6,8 +6,6 @@ sidebar_position: 2
Get tasks list (50 at one response max)) Get tasks list (50 at one response max))
<br/>
`Function GetTasksList(Val URL, Val Filter = "", Val Indent = 0, Val Token = "") Export` `Function GetTasksList(Val URL, Val Filter = "", Val Indent = 0, Val Token = "") Export`

View File

@ -6,8 +6,6 @@ sidebar_position: 21
Mute task by ID Mute task by ID
<br/>
`Function MuteTask(Val URL, Val TaskID, Val Token = "") Export` `Function MuteTask(Val URL, Val TaskID, Val Token = "") Export`

View File

@ -6,8 +6,6 @@ sidebar_position: 12
Pause a task by ID Pause a task by ID
<br/>
`Function PauseTask(Val URL, Val TaskID, Val Token = "") Export` `Function PauseTask(Val URL, Val TaskID, Val Token = "") Export`

View File

@ -6,8 +6,6 @@ sidebar_position: 18
Delete task from favorites list Delete task from favorites list
<br/>
`Function RemoveTaskFromFavorites(Val URL, Val TaskID, Val Token = "") Export` `Function RemoveTaskFromFavorites(Val URL, Val TaskID, Val Token = "") Export`

View File

@ -6,8 +6,6 @@ sidebar_position: 10
Returns a task to work by ID Returns a task to work by ID
<br/>
`Function RenewTask(Val URL, Val TaskID, Val Token = "") Export` `Function RenewTask(Val URL, Val TaskID, Val Token = "") Export`

View File

@ -6,8 +6,6 @@ sidebar_position: 13
Start a task by ID Start a task by ID
<br/>
`Function StartTask(Val URL, Val TaskID, Val Token = "") Export` `Function StartTask(Val URL, Val TaskID, Val Token = "") Export`

View File

@ -6,8 +6,6 @@ sidebar_position: 14
Start watching a task by ID Start watching a task by ID
<br/>
`Function StartWatchingTask(Val URL, Val TaskID, Val Token = "") Export` `Function StartWatchingTask(Val URL, Val TaskID, Val Token = "") Export`

View File

@ -6,8 +6,6 @@ sidebar_position: 15
Stop watching a task by ID Stop watching a task by ID
<br/>
`Function StopWatchingTask(Val URL, Val TaskID, Val Token = "") Export` `Function StopWatchingTask(Val URL, Val TaskID, Val Token = "") Export`

View File

@ -6,8 +6,6 @@ sidebar_position: 22
Unmute task by ID Unmute task by ID
<br/>
`Function UnmuteTask(Val URL, Val TaskID, Val Token = "") Export` `Function UnmuteTask(Val URL, Val TaskID, Val Token = "") Export`

Some files were not shown because too many files have changed in this diff Show More