GetEventTypeForAppByMonikerAsync

Returns (Task)

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

Name Description
app
moniker

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://keepapi.feenicshosting.com/api/f/INSTANCE.KEY/apps/APP.KEY/eventtypes?namespace=cUrlExamples&nickname=ExampleEventForCurl \
               -H 'Authorization: Bearer TOKEN_GOES_HERE'