AggregateAsync

Returns ()

Combine the specified Data into BSON

For a guide on how to use aggregation please look at: Using Aggregates

Name Description
folder
collectionName
operations
queryTimeout
includeGlobal

Aggregate Async

Example in C#

// Returns: IEnumerable<BsonDocument>
var bsonDocument = await client.AggregateAsync(FolderInfo folder, String collectionName, BsonDocument operations, Int32 queryTimeout, Boolean includeGlobal);

Example in CURL



           #This has a very simple query
           curl -X GET \ 
               'https://keepapi.feenicshosting.com/api/f/INSTANCE.KEY/aggregate?queryTimeout=600&jsonStrict=False' \ 
               -H 'Authorization: Bearer TOKEN_GOES_HERE'