fetchPhotoFaces

abstract suspend fun fetchPhotoFaces(photoId: Long)

Fetch photo faces by photoId.

See also

https://be-saas.cloudike.com/backend_docs/rest/api/2/core_pkg/photos_app/ItemFaces/PhotosItemFaces.html#get

Throws

SessionIsNotInitializedException

Session is not active.

Unauthorized access.

Forbidden access.

Photo with id photoId is not found in the database.

Other problems.