WorkplacesControllerGetAll - метод

Get metadata for all the workplaces accessible by current user. Returned metadata can be used to show workplace to the user, but not to modify it.

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<List<IJsonWorkplaceMetadata>>> GetAll(
	CancellationToken cancellationToken = default
)

Параметры

cancellationToken  CancellationToken  (Optional)
Token to cancel async task.

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

TaskActionResultListIJsonWorkplaceMetadata
Metadata for all the workplaces accessible by current user.

См. также