Sai Vamsi
- Total activity 16
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 8
Activity overview
Latest activity by Sai Vamsi-
Sai Vamsi created a post,
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 commented,
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 created a post,
Filtering of data using only date ranges
AnsweredHi 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 created a post,
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 commented,
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 created a post,
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 created a post,
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 created a post,
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) . ...