GetNextCounterAsync

Returns the next counter value attached to the Instance Scope for this folder. Returns (returns the value of the InstanceCounter property after it has been incremented by the server)

Overview of GetNextCounterAsync goes here.

Name Description
folder

Get Next Counter Async

Example in C#

// Returns: Int32
var item = await client.GetNextCounterAsync(FolderInfo folder);

Example in CURL



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