GetImagesForObjectAsync

Get images for object as an asynchronous operation. Returns (Task<IEnumerable>.)

Find all Images attached to an object.

Name Description
baseInfo The base information.

Get Images For Object Async

Example in C#

// Returns: IEnumerable<ImageInfo>
var imageInfo = await client.GetImagesForObjectAsync(BaseInfo baseInfo);

Example in CURL



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