CardsControllerPostGetFileVersions - метод

Get versions of a file with specified attributes.

Definition

Пространство имён: Tessa.Web.Controllers
Сборка: Tessa.Web (в Tessa.Web.dll) Версия: 4.0.4
C#
[HttpPostAttribute("get-file-versions")]
[SessionMethodAttribute(UserAccessLevel.Regular)]
[TypedJsonBodyAttribute]
[ConsumesAttribute("application/json", new string[] { ... })]
[ProducesAttribute("application/json", new string[] { ... })]
[ProducesResponseTypeAttribute(200)]
public Task<ActionResult<CardGetFileVersionsResponse>> PostGetFileVersions(
	[FromBodyAttribute] CardGetFileVersionsRequest request,
	CancellationToken cancellationToken = default
)

Параметры

request  CardGetFileVersionsRequest
Request to get the versions.
cancellationToken  CancellationToken  (Optional)
Token to cancel async task.

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

TaskActionResultCardGetFileVersionsResponse
Response to the request.

См. также