Get all inputs in a folder Returns (Task<IEnumerable>.)
Overview of GetInputsAsync goes here.
| Name | Description |
|---|---|
| folder | The folder to retrieve inputs from |
Example in C#
// Returns: IEnumerable<InputInfo>
var inputInfo = await client.GetInputsAsync(FolderInfo folder);
Example in CURL
curl -X GET \
https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/inputs \
-H 'Authorization: Bearer TOKEN_GOES_HERE'