Sai Vamsi
- Activité totale 16
- Dernière activité
- Membre depuis
- Abonné à 0 utilisateur
- Abonnés 0 utilisateur
- Votes 0
- Abonnements 8
Aperçu des activités
Dernière activité effectuée par Sai Vamsi-
Sai Vamsi a créé une publication,
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 a ajouté un commentaire,
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 a créé une publication,
Filtering of data using only date ranges
RéponduHi 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 a créé une publication,
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 a ajouté un commentaire,
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 a créé une publication,
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 a créé une publication,
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 a créé une publication,
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) . ...