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.2.2+a8f0dd3c063817b2e3f05a923303d808e447c338
C#
[HttpGetAttribute]
[SessionMethodAttribute(UserAccessLevel.Regular, false, new string[] { ... })]
[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.

См. также