fetchPhotoFaces

abstract suspend fun fetchPhotoFaces(mediaId: Long)

Fetch photo faces by mediaId.

See also

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

Throws

Session is not active.

Unauthorized access.

Forbidden access.

Photo with id mediaId is not found in the database.

Other problems.