Sai Vamsi
- 合計アクティビティ 16
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 8
投稿
Sai Vamsiによる最近のアクティビティ-
Getting Legal hold statistics using API
Hi , I applied a Legal hold using API "https://api.box.com/2.0/legal_hold_policies" and then i assign a user on it using API "https://api.box.com/2.0/legal_hold_policy_assignments" I am assining a...
-
Filtering of data using only date ranges
回答済みHi Team We have important requirement related to Box Filters. We want to filter the box data with Date Ranges. For Ex : Particular user created folders and added files to respective f...
-
QueryAysnc method Query optional
Hi Team, we have an endpoint var items = await client.SearchManager.QueryAsync(query:"", createdAfter: StartDate, createdBefore: EndDate, updatedAfter: StartDate, updatedBefore: EndDate); some...
-
Is there any way to download whole data of a Box user in any format other than Stream
Hi I want to download whole data of a Box user in any particular format say .ZIP/.CSV/.XLSX/.XML other than MemoryStream Is there any api end point that supports above requirement? Thanks, Vams...
-
Downloading Box files based on Date Range and Keyword
Hi, I have list of files , I want to download respective files based on specific date range and keywords. Examples : I want to download the files which are from jan 1st 2021 to feb 28th 2021 or I w...
-
Not able to Extract the trash data for a user under legalhold
Hi Team, We are not able to extract data from trash for a user who is under legalhold,below is the process which we have followed: Logged in admin user and created a user(say username as joe) . ...