GetHostOfVisitAsync

(Obsolete) Get’s a host for the visit. Use String) to to get the set of hosts for a visit.This is a convenience method, that is now obsolete. User Object Linking for full control of the linking of people to the Visit. A visit may have more than one host. Use Returns (Task)

Find the person who is the designated host of a visit.

Name Description
visit

Get Host Of Visit Async

Example in C#

// Returns: PersonInfo
var personInfo = await client.GetHostOfVisitAsync(VisitInfo visit);

Example in CURL



           curl -X GET \
               https://keepapi.feenicshosting.com/api/INSTANCE.KEY/visits/VISIT.KEY/host \
               -H 'Authorization: Bearer TOKEN_GOES_HERE'