GetReferencingObjectsAsync

Get referencing objects as an asynchronous operation. Returns (Task<IEnumerable>)

Find all Base objects that reference the designated Base.

Name Description
target The target.
relation The relation.

Get Referencing Objects Async

Example in C#

// Returns: IEnumerable<T>
var item = await client.GetReferencingObjectsAsync<T>(BaseInfo target, String relation);

Example in CURL



           curl -X GET \
               https://keepapi.feenicshosting.com/api/f/INSTANCE.KEY/people/PERSON.KEY/references \
               -H 'Authorization: Bearer TOKEN_GOES_HERE'