Sai Vamsi
- 合計アクティビティ 16
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 8
アクティビティの概要
Sai Vamsiさんの最近のアクティビティ-
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...
-
Sai Vamsiさんがコメントを作成しました:
Hi Alex, 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 assini...
-
Sai Vamsiさんが投稿を作成しました:
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...
-
Sai Vamsiさんが投稿を作成しました:
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...
-
Sai Vamsiさんがコメントを作成しました:
How to make query optional here, I want to invoke the call like below, but API throwing bad request error. var items = await client.SearchManager.QueryAsync(query:"", createdAfter: StartDate, cre...
-
Sai Vamsiさんが投稿を作成しました:
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...
-
Sai Vamsiさんが投稿を作成しました:
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...
-
Sai Vamsiさんが投稿を作成しました:
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) . ...