ODBC Driver for Backlog

Build 23.0.8839

UserRecentUpdates

Returns user recent updates.

Select

本製品 は Backlog API を使用して、以下のカラムと演算子で構築されたWHERE 句条件を処理します。リクエストを行うにはUserId が必要です。その他のフィルタはクライアント側で本製品 内部で処理されます。

  • UserId は'=' をサポートしています。
  • Type は'=,IN' をサポートしています。

例えば、次のクエリはサーバー側で処理されます。

SELECT * FROM UserRecentUpdates WHERE UserId = 263366
SELECT * FROM UserRecentUpdates WHERE UserId = 263366 AND Type = 3
SELECT * FROM UserRecentUpdates WHERE UserId = 263366 AND Type IN (3, 5)

Columns

Name Type Description
UserId String
Id [KEY] Int
Created Datetime
Type String
ContentId Int
Content String
ContentDiff String
ContentKeyId String
ContentDescription String
ContentSummary String
ContentRepository String
ContentAttachments String
ContentSharedFiles String
ContentComments String
ContentChanges String
ContentParties String
ProjectId Int
ProjectKey String
ProjectName String
ProjectDisplayOrder Int
ProjectChartEnabled Boolean
ProjectSubtaskingEnabled Boolean
ProjectProjectLeaderCanEditProjectLeader Boolean
ProjectUseDevAttributes Boolean
ProjectUseWikiTreeView Boolean
ProjectTextFormattingRule String
ProjectArchived Boolean
CreatedById Int
CreatedByUserId String
CreatedByName String
CreatedByKeyword String
CreatedByNulabAccountName String
CreatedByNulabId String
CreatedByNulabAccountUniqueId String
CreatedByRoleType Int
CreatedByLanguage String
CreatedByMailAddress String

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839