GetOutputsAsync

Get all outputs in a folder Returns (Task<IEnumerable>.)

Overview of GetOutputsAsync goes here.

Name Description
folder The folder to retrieve outputs from

Get Outputs Async

Example in C#

// Returns: IEnumerable<OutputInfo>
var outputInfo = await client.GetOutputsAsync(FolderInfo folder);

Example in CURL



           curl -X GET \
               https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/outputs \
               -H 'Authorization: Bearer TOKEN_GOES_HERE'