Skip to content

ITabellaService<T>.List method

Gets a list of items (GET) from a remote fixed table.

public Task<Response<List<T>>> List(RequestSettings? settings = null, bool refresh = false)
parameter description
settings request settings
refresh wether the local cache should be ignored or not

See Also