Returns ()
Find All Tags in a Folder.
Name | Description |
---|---|
folder |
Example in C#
// Returns: TagCountResponse
var tagCountResponse = await client.GetDistinctTagsAsync(FolderInfo folder);
Example in CURL
#In this example we are looking for how many controllers there are in a particular instance and its child folders.
curl -X GET \
https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/tags \
-H 'Authorization: Bearer TOKEN_GOES_HERE'