GetByHrefAsync

Gets an item by its href Returns (Task)

This method will find and return the object that matches the unique href provided.

Name Description
href The href of the item to retrieve

Get By Href Async

Example in C#

// Returns: T
var item = await client.GetByHrefAsync<T>(String href);

Example in CURL



           curl -X GET \
               https://api.us.acresecurity.cloud/OBJECT.HREF \
               -H 'Authorization: Bearer TOKEN_GOES_HERE'