Invokes an async GET on the resource href/monikersMonikers are used to retrieve a specific resource by some arbitrary unique value. Typically these unique look up values come from other external systems, and provide a link betwen that system and Keep. Returns (Task<IEnumerable>.)
Find all Monkikers in the designated Base.
Name | Description |
---|---|
baseInfo | The base information. |
Example in C#
// Returns: IEnumerable<MonikerItem>
var monikerItem = await client.GetMonikersAsync(BaseInfo baseInfo);
Example in CURL
curl -X GET \
https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/people/PERSON.KEY/monikers \
-H 'Authorization: Bearer TOKEN_GOES_HERE'