GetEventTypeForAppByMonikerAsync

Returns (Task)

Find all Event Types registered with the designated App that match the provided moniker.

Name Description
app The app to get the event type from
moniker The moniker (namespace and nickname) to search for

Get Event Type For App By Moniker Async

Example in C#

// Returns: EventTypeInfo
var eventTypeInfo = await client.GetEventTypeForAppByMonikerAsync(AppInfo app, MonikerItem moniker);

Example in CURL



           curl -X GET \
               https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/apps/APP.KEY/eventtypes?namespace=cUrlExamples&nickname=ExampleEventForCurl \
               -H 'Authorization: Bearer TOKEN_GOES_HERE'