ProjectSharedFiles
Gets list of Project Shared Files
Select
本製品 は Backlog API を使用して、以下のカラムと演算子で構築されたWHERE 句条件を処理します。リクエストを行うにはProjectId が必要です。その他のフィルタはクライアント側で本製品 内部で処理されます。
- ProjectId は'=' をサポートしています。
- Directory は'=' をサポートしています。
例えば、次のクエリはサーバー側で処理されます。
SELECT * FROM ProjectSharedFiles WHERE ProjectId = '114706' SELECT * FROM ProjectSharedFiles WHERE ProjectId = '114706' AND Directory = '/folder/'
Columns
Name | Type | Description |
ProjectId | Int | |
Id [KEY] | Int | |
Name | String | |
Size | Int | |
Type | String | |
Directory | String | |
Created | Datetime | |
CreatedById | Int | |
CreatedByUserId | String | |
CreatedByName | String | |
CreatedByKeyword | String | |
CreatedByRoleType | Int | |
CreatedByLanguage | String | |
CreatedByMailAddress | String | |
CreatedByNulabAccountName | String | |
CreatedByNulabId | String | |
CreatedByNulabAccountUniqueId | String | |
Updated | Datetime | |
UpdatedById | Int | |
UpdatedByUserId | String | |
UpdatedByName | String | |
UpdatedByKeyword | String | |
UpdatedByRoleType | Int | |
UpdatedByLanguage | String | |
UpdatedByMailAddress | String | |
UpdatedByNulabAccountName | String | |
UpdatedByNulabId | String | |
UpdatedByNulabAccountUniqueId | String |