readAll

abstract fun readAll(): List<TEntity>

Returns all entities in the collection.

Return

The list of all TEntity.

Throws

when the server responds with HttpStatusCode.Forbidden.

for other non-success status codes.