mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2024-12-25 02:42:28 +02:00
Правка доков
This commit is contained in:
parent
3411fb2601
commit
abbc3fb62d
2
.github/workflows/os/template.md
vendored
2
.github/workflows/os/template.md
vendored
@ -6,8 +6,6 @@ sidebar_position: @Счетчик
|
||||
@Описание
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`@Объявление`
|
||||
|
||||
|
@ -6,8 +6,6 @@ sidebar_position: 2
|
||||
Creates a comment for a record in the table
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function CreateComment(Val Token, Val Base, Val Table, Val Record, Val Text) Export`
|
||||
|
||||
|
@ -6,8 +6,6 @@ sidebar_position: 4
|
||||
Deletes a comment for a table record
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function DeleteComment(Val Token, Val Base, Val Table, Val Record, Val Comment) Export`
|
||||
|
||||
|
@ -6,8 +6,6 @@ sidebar_position: 3
|
||||
Changes the text of an existing comment
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function EditComment(Val Token, Val Base, Val Table, Val Record, Val Comment, Val Text) Export`
|
||||
|
||||
|
@ -6,8 +6,6 @@ sidebar_position: 1
|
||||
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`
|
||||
|
||||
|
@ -6,8 +6,6 @@ sidebar_position: 3
|
||||
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`
|
||||
|
||||
|
@ -6,8 +6,6 @@ sidebar_position: 4
|
||||
Deletes one or an array of records by identifiers
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function DeletePosts(Val Token, Val Base, Val Table, Val Records) Export`
|
||||
|
||||
|
@ -6,8 +6,6 @@ sidebar_position: 1
|
||||
Gets the list of records of the selected table
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function GetListOfRecords(Val Token, Val Base, Val Table, Val Indent = "") Export`
|
||||
|
||||
|
@ -6,8 +6,6 @@ sidebar_position: 2
|
||||
Gets row data of the table by identifier
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function GetRecord(Val Token, Val Base, Val Table, Val Record) Export`
|
||||
|
||||
|
@ -6,8 +6,6 @@ sidebar_position: 1
|
||||
Creates a new table in the base
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function CreateTable(Val Token, Val Base, Val Name, Val FieldArray, Val Description = "") Export`
|
||||
|
||||
|
@ -6,8 +6,6 @@ sidebar_position: 2
|
||||
Changes the name and/or description of the base
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function ModifyTable(Val Token, Val Base, Val Table, Val Name = "", Val Description = "") Export`
|
||||
|
||||
|
@ -6,8 +6,6 @@ sidebar_position: 3
|
||||
Creates a new database
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function CreateDatabase(Val Token, Val Workspace, Val Name, Val TableCollection) Export`
|
||||
|
||||
|
@ -6,8 +6,6 @@ sidebar_position: 2
|
||||
Gets the schema of base tables
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function GetDatabaseTables(Val Token, Val Base) Export`
|
||||
|
||||
|
@ -6,8 +6,6 @@ sidebar_position: 1
|
||||
Gets the list of available bases
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function GetListOfBases(Val Token, Val Indent = "") Export`
|
||||
|
||||
|
@ -6,8 +6,6 @@ sidebar_position: 1
|
||||
Creates a new field in the table
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function CreateField(Val Token, Val Base, Val Table, Val FieldStructure) Export`
|
||||
|
||||
|
@ -6,8 +6,6 @@ sidebar_position: 5
|
||||
Gets the description of a file field
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function GetAttachmentField(Val Name) Export`
|
||||
|
||||
|
@ -6,8 +6,6 @@ sidebar_position: 6
|
||||
Gets the description of a boolean field
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function GetCheckboxField(Val Name) Export`
|
||||
|
||||
|
@ -6,8 +6,6 @@ sidebar_position: 7
|
||||
Gets the description of a date field
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function GetDateField(Val Name) Export`
|
||||
|
||||
|
@ -6,8 +6,6 @@ sidebar_position: 8
|
||||
Gets the description of an email field
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function GetEmailField(Val Name) Export`
|
||||
|
||||
|
@ -6,8 +6,6 @@ sidebar_position: 10
|
||||
Gets the description of a URL field
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function GetLinkField(Val Name) Export`
|
||||
|
||||
|
@ -6,8 +6,6 @@ sidebar_position: 4
|
||||
Gets the description of a numeric field
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function GetNumberField(Val Name, Val Precision = 0) Export`
|
||||
|
||||
|
@ -6,8 +6,6 @@ sidebar_position: 9
|
||||
Gets the description of a phone number field
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function GetPhoneField(Val Name) Export`
|
||||
|
||||
|
@ -6,8 +6,6 @@ sidebar_position: 3
|
||||
Gets the description of a string field
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function GetStringField(Val Name) Export`
|
||||
|
||||
|
@ -6,8 +6,6 @@ sidebar_position: 2
|
||||
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`
|
||||
|
||||
|
@ -6,8 +6,6 @@ sidebar_position: 3
|
||||
Create new comment to the task
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function AddTaskComment(Val URL, Val TaskID, Val Text, Val Token = "") Export`
|
||||
|
||||
|
@ -6,8 +6,6 @@ sidebar_position: 7
|
||||
Create task result from comment
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function CreateResultFromComment(Val URL, Val CommentID, Val Token = "") Export`
|
||||
|
||||
|
@ -6,8 +6,6 @@ sidebar_position: 8
|
||||
Deletes task result, created from a comment
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function DeleteResultFromComment(Val URL, Val CommentID, Val Token = "") Export`
|
||||
|
||||
|
@ -6,8 +6,6 @@ sidebar_position: 5
|
||||
Delete task comment by ID
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function DeleteTaskComment(Val URL, Val TaskID, Val CommentID, Val Token = "") Export`
|
||||
|
||||
|
@ -6,8 +6,6 @@ sidebar_position: 9
|
||||
Get comment fields structure
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function GetCommentStructure(Val Clear = False) Export`
|
||||
|
||||
|
@ -6,8 +6,6 @@ sidebar_position: 6
|
||||
Gets results list for task
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function GetResultsList(Val URL, Val TaskID, Val Token = "") Export`
|
||||
|
||||
|
@ -6,8 +6,6 @@ sidebar_position: 2
|
||||
Gets task comment data by ID
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function GetTaskComment(Val URL, Val TaskID, Val CommentID, Val Token = "") Export`
|
||||
|
||||
|
@ -6,8 +6,6 @@ sidebar_position: 1
|
||||
Get user comments list for a task
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function GetTaskCommentsList(Val URL, Val TaskID, Val Token = "") Export`
|
||||
|
||||
|
@ -6,8 +6,6 @@ sidebar_position: 4
|
||||
Changes task comment text
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function UpdateTaskComment(Val URL, Val TaskID, Val CommentID, Val Text, Val Token = "") Export`
|
||||
|
||||
|
@ -6,8 +6,6 @@ sidebar_position: 6
|
||||
Adds a comment to the post
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function AddPostComment(Val URL, Val PostID, Val Text, Val Token = "") Export`
|
||||
|
||||
|
@ -6,8 +6,6 @@ sidebar_position: 7
|
||||
Adds new groups or users to the recipients
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function AddPostRecipients(Val URL, Val PostID, Val Visibility, Val Token = "") Export`
|
||||
|
||||
|
@ -6,8 +6,6 @@ sidebar_position: 1
|
||||
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`
|
||||
|
||||
|
@ -6,8 +6,6 @@ sidebar_position: 3
|
||||
Remove post from a news feed
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function DeletePost(Val URL, Val PostID, Val Token = "") Export`
|
||||
|
||||
|
@ -6,8 +6,6 @@ sidebar_position: 4
|
||||
Return list of important post viewers ids
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function GetImportantPostViewers(Val URL, Val PostID, Val Token = "") Export`
|
||||
|
||||
|
@ -6,8 +6,6 @@ sidebar_position: 5
|
||||
Gen post or array of post with ID or rights selection
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function GetPosts(Val URL, Val PostID = "", Val Filter = "UA", Val Token = "") Export`
|
||||
|
||||
|
@ -6,8 +6,6 @@ sidebar_position: 2
|
||||
Change post data
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function UpdatePost(Val URL, Val PostID, Val Text, Val Visibility = "UA", Val Files = "", Val Title = "", Val Token = "") Export`
|
||||
|
||||
|
@ -6,8 +6,6 @@ sidebar_position: 1
|
||||
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`
|
||||
|
||||
|
@ -6,8 +6,6 @@ sidebar_position: 2
|
||||
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`
|
||||
|
||||
|
@ -6,8 +6,6 @@ sidebar_position: 3
|
||||
Get kanban (My Plan) stages info
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function GetKanbanStages(Val URL, Val EntityID = 0, Val AsAdmin = False, Val Token = "") Export`
|
||||
|
||||
|
@ -6,8 +6,6 @@ sidebar_position: 4
|
||||
Move task to another kanban stage
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function MoveTaskToKanbanStage(Val URL, Val TaskID, Val StageID, Val Prev = 0, Val After = 0, Val Token = "") Export`
|
||||
|
||||
|
@ -6,8 +6,6 @@ sidebar_position: 1
|
||||
Forms a link for authorization via the browser
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function GetAppAuthLink(Val Domain, Val ClientID) Export`
|
||||
|
||||
|
@ -6,8 +6,6 @@ sidebar_position: 2
|
||||
Get token by auth code
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function GetToken(Val ClientID, Val ClientSecret, Val Code) Export`
|
||||
|
||||
|
@ -6,8 +6,6 @@ sidebar_position: 3
|
||||
Update token by refresh token
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function RefreshToken(Val ClientID, Val ClientSecret, Val Refresh) Export`
|
||||
|
||||
|
@ -6,8 +6,6 @@ sidebar_position: 4
|
||||
Get current server time
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function ServerTime(Val URL, Val Token = "") Export`
|
||||
|
||||
|
@ -6,8 +6,6 @@ sidebar_position: 7
|
||||
Create new foldera at the storage
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function CreateStorageFolder(Val URL, Val StorageID, Val Name, Val Token = "") Export`
|
||||
|
||||
|
@ -6,8 +6,6 @@ sidebar_position: 9
|
||||
Create new folder inside another folder
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function CreateSubfolder(Val URL, Val FolderID, Val Name, Val Token = "") Export`
|
||||
|
||||
|
@ -6,8 +6,6 @@ sidebar_position: 12
|
||||
Delete file by ID
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function DeleteFile(Val URL, Val FileID, Val Token = "") Export`
|
||||
|
||||
|
@ -6,8 +6,6 @@ sidebar_position: 13
|
||||
Remove folder with subfolders
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function DeleteFolder(Val URL, Val FolderID, Val Token = "") Export`
|
||||
|
||||
|
@ -6,8 +6,6 @@ sidebar_position: 2
|
||||
Get information about storage with which the application can work to store its data
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function GetAppSotrage(Val URL, Val Token = "") Export`
|
||||
|
||||
|
@ -6,8 +6,6 @@ sidebar_position: 21
|
||||
Get external link to file
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function GetFileExternalLink(Val URL, Val FileID, Val Token = "") Export`
|
||||
|
||||
|
@ -6,8 +6,6 @@ sidebar_position: 20
|
||||
Get information about file by ID
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function GetFileInformation(Val URL, Val FileID, Val Token = "") Export`
|
||||
|
||||
|
@ -6,8 +6,6 @@ sidebar_position: 14
|
||||
Get external link to folder
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function GetFolderExternalLink(Val URL, Val FolderID, Val Token = "") Export`
|
||||
|
||||
|
@ -6,8 +6,6 @@ sidebar_position: 27
|
||||
Returns filter structure for child folder items
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function GetFolderFilterStructure(Val URL, Val Clear = False, Val Token = "") Export`
|
||||
|
||||
|
@ -6,8 +6,6 @@ sidebar_position: 8
|
||||
Get folder information
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function GetFolderInformation(Val URL, Val FolderID, Val Token = "") Export`
|
||||
|
||||
|
@ -6,8 +6,6 @@ sidebar_position: 15
|
||||
Get folder child elements
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function GetFolderItems(Val URL, Val FolderID, Val Filter = "", Val Token = "") Export`
|
||||
|
||||
|
@ -6,8 +6,6 @@ sidebar_position: 5
|
||||
Get a list of files and folders, located at the root of the storage
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function GetStorageObjects(Val URL, Val StorageID, Val Token = "") Export`
|
||||
|
||||
|
@ -6,8 +6,6 @@ sidebar_position: 3
|
||||
Get information about storage
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function GetStorage(Val URL, Val StorageID, Val Token = "") Export`
|
||||
|
||||
|
@ -6,8 +6,6 @@ sidebar_position: 1
|
||||
Get list of available files storages
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function GetStoragesList(Val URL, Val Token = "") Export`
|
||||
|
||||
|
@ -6,8 +6,6 @@ sidebar_position: 24
|
||||
Copy file from one destination to another
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function MakeFileCopy(Val URL, Val FileID, Val FolderID, Val Token = "") Export`
|
||||
|
||||
|
@ -6,8 +6,6 @@ sidebar_position: 10
|
||||
Copy one folder to another
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function MakeFolderCopy(Val URL, Val FolderID, Val DestinationID, Val Token = "") Export`
|
||||
|
||||
|
@ -6,8 +6,6 @@ sidebar_position: 22
|
||||
Move file to recycle bin
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function MarkFileAsDeleted(Val URL, Val FileID, Val Token = "") Export`
|
||||
|
||||
|
@ -6,8 +6,6 @@ sidebar_position: 16
|
||||
Move folder to recycle bin
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function MarkFolderAsDeleted(Val URL, Val FolderID, Val Token = "") Export`
|
||||
|
||||
|
@ -6,8 +6,6 @@ sidebar_position: 25
|
||||
Move file from one destination to another
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function MoveFileToFolder(Val URL, Val FileID, Val FolderID, Val Token = "") Export`
|
||||
|
||||
|
@ -6,8 +6,6 @@ sidebar_position: 11
|
||||
Moves one folder inside another
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function MoveFolder(Val URL, Val FolderID, Val DestinationID, Val Token = "") Export`
|
||||
|
||||
|
@ -6,8 +6,6 @@ sidebar_position: 26
|
||||
Changes the name of an existing file
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function RenameFile(Val URL, Val FileID, Val Name, Val Token = "") Export`
|
||||
|
||||
|
@ -6,8 +6,6 @@ sidebar_position: 18
|
||||
Change folder name
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function RenameFolder(Val URL, Val FolderID, Val Name, Val Token = "") Export`
|
||||
|
||||
|
@ -6,8 +6,6 @@ sidebar_position: 4
|
||||
Change storage name (for app storage only, see. GetAppStorage)
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function RenameStorage(Val URL, Val StorageID, Val Name, Val Token = "") Export`
|
||||
|
||||
|
@ -6,8 +6,6 @@ sidebar_position: 23
|
||||
Restore file from recycle bin
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function RestoreFile(Val URL, Val FileID, Val Token = "") Export`
|
||||
|
||||
|
@ -6,8 +6,6 @@ sidebar_position: 17
|
||||
Resotre folder form recycle bin
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function RestoreFolder(Val URL, Val FolderID, Val Token = "") Export`
|
||||
|
||||
|
@ -6,8 +6,6 @@ sidebar_position: 19
|
||||
Upload local file to the folder
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function UploadFileToFolder(Val URL, Val Name, Val File, Val FolderID, Val Token = "") Export`
|
||||
|
||||
|
@ -6,8 +6,6 @@ sidebar_position: 6
|
||||
Upload file to storage root
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function UploadFileToStorage(Val URL, Val Name, Val File, Val StorageID, Val Rights = "", Val Token = "") Export`
|
||||
|
||||
|
@ -6,8 +6,6 @@ sidebar_position: 17
|
||||
Add task to favorites list
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function AddTaskToFavorites(Val URL, Val TaskID, Val Token = "") Export`
|
||||
|
||||
|
@ -6,8 +6,6 @@ sidebar_position: 7
|
||||
Approve task by ID
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function ApproveTask(Val URL, Val TaskID, Val Token = "") Export`
|
||||
|
||||
|
@ -6,8 +6,6 @@ sidebar_position: 6
|
||||
Attaches a file to the selected task
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function AttachFileToTopic(Val URL, Val TaskID, Val FileID, Val Token = "") Export`
|
||||
|
||||
|
@ -6,8 +6,6 @@ sidebar_position: 20
|
||||
Checks the availability of the task for users
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function CheckTaskAccesses(Val URL, Val TaskID, Val Users = "", Val Token = "") Export`
|
||||
|
||||
|
@ -6,8 +6,6 @@ sidebar_position: 9
|
||||
Complete task by ID
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function CompleteTask(Val URL, Val TaskID, Val Token = "") Export`
|
||||
|
||||
|
@ -6,8 +6,6 @@ sidebar_position: 3
|
||||
Create new task by fields structure (see GetTaskFieldsStructure)
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function CreateTask(Val URL, Val FieldsStructure, Val Token = "") Export`
|
||||
|
||||
|
@ -6,8 +6,6 @@ sidebar_position: 23
|
||||
Creates the dependency of one task to another
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function CreateTasksDependencies(Val URL, Val FromID, Val DestinationID, Val LinkType, Val Token = "") Export`
|
||||
|
||||
|
@ -6,8 +6,6 @@ sidebar_position: 11
|
||||
Defer task by ID
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function DeferTask(Val URL, Val TaskID, Val Token = "") Export`
|
||||
|
||||
|
@ -6,8 +6,6 @@ sidebar_position: 16
|
||||
Delegate task to another user
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function DelegateTask(Val URL, Val TaskID, Val UserID, Val Token = "") Export`
|
||||
|
||||
|
@ -6,8 +6,6 @@ sidebar_position: 5
|
||||
Delete task by ID
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function DeleteTask(Val URL, Val TaskID, Val Token = "") Export`
|
||||
|
||||
|
@ -6,8 +6,6 @@ sidebar_position: 24
|
||||
Removes the dependency of one task to another
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function DeleteTasksDependencies(Val URL, Val FromID, Val DestinationID, Val LinkType, Val Token = "") Export`
|
||||
|
||||
|
@ -6,8 +6,6 @@ sidebar_position: 8
|
||||
Disapprove task by ID
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function DisapproveTask(Val URL, Val TaskID, Val Token = "") Export`
|
||||
|
||||
|
@ -6,8 +6,6 @@ sidebar_position: 25
|
||||
Gets a structure with a description of the fields for creating a task
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function GetTaskFieldsStructure(Val URL, Val Token = "") Export`
|
||||
|
||||
|
@ -6,8 +6,6 @@ sidebar_position: 19
|
||||
Get history of task changing
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function GetTaskHistory(Val URL, Val TaskID, Val Token = "") Export`
|
||||
|
||||
|
@ -6,8 +6,6 @@ sidebar_position: 1
|
||||
Get task by ID
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function GetTask(Val URL, Val TaskID, Val Token = "") Export`
|
||||
|
||||
|
@ -6,8 +6,6 @@ sidebar_position: 26
|
||||
Return filter structure for GetTasksList
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function GetTasksFilterStructure(Val Clear = False) Export`
|
||||
|
||||
|
@ -6,8 +6,6 @@ sidebar_position: 2
|
||||
Get tasks list (50 at one response max))
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function GetTasksList(Val URL, Val Filter = "", Val Indent = 0, Val Token = "") Export`
|
||||
|
||||
|
@ -6,8 +6,6 @@ sidebar_position: 21
|
||||
Mute task by ID
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function MuteTask(Val URL, Val TaskID, Val Token = "") Export`
|
||||
|
||||
|
@ -6,8 +6,6 @@ sidebar_position: 12
|
||||
Pause a task by ID
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function PauseTask(Val URL, Val TaskID, Val Token = "") Export`
|
||||
|
||||
|
@ -6,8 +6,6 @@ sidebar_position: 18
|
||||
Delete task from favorites list
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function RemoveTaskFromFavorites(Val URL, Val TaskID, Val Token = "") Export`
|
||||
|
||||
|
@ -6,8 +6,6 @@ sidebar_position: 10
|
||||
Returns a task to work by ID
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function RenewTask(Val URL, Val TaskID, Val Token = "") Export`
|
||||
|
||||
|
@ -6,8 +6,6 @@ sidebar_position: 13
|
||||
Start a task by ID
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function StartTask(Val URL, Val TaskID, Val Token = "") Export`
|
||||
|
||||
|
@ -6,8 +6,6 @@ sidebar_position: 14
|
||||
Start watching a task by ID
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function StartWatchingTask(Val URL, Val TaskID, Val Token = "") Export`
|
||||
|
||||
|
@ -6,8 +6,6 @@ sidebar_position: 15
|
||||
Stop watching a task by ID
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function StopWatchingTask(Val URL, Val TaskID, Val Token = "") Export`
|
||||
|
||||
|
@ -6,8 +6,6 @@ sidebar_position: 22
|
||||
Unmute task by ID
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`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
Loading…
Reference in New Issue
Block a user