ViewsControllerGetAll - метод

Get metadata for all the views accessible by current user. The metadata is required to query the views, but it has no info on their internal SQL query structure.

Definition

Пространство имён: Tessa.Web.Controllers
Сборка: Tessa.Web (в Tessa.Web.dll) Версия: 4.0.4
C#
[HttpGetAttribute]
[SessionMethodAttribute(UserAccessLevel.Regular)]
[ProducesAttribute("application/json", new string[] { ... })]
[ProducesResponseTypeAttribute(200)]
public Task<ActionResult<AllViewMetadataResponse>> GetAll(
	CancellationToken cancellationToken = default
)

Параметры

cancellationToken  CancellationToken  (Optional)
Token to cancel async task.

Возвращаемое значение

TaskActionResultAllViewMetadataResponse
Metadata for all the views accessible by current user.

См. также