FormEditorControllerGetExportAsync - метод

Exports forms.

Definition

Пространство имён: Tessa.Web.Controllers
Сборка: Tessa.Web (в Tessa.Web.dll) Версия: 4.2.2+a8f0dd3c063817b2e3f05a923303d808e447c338
C#
[HttpGetAttribute("export")]
[SessionMethodAttribute(UserAccessLevel.Administrator, false, new string[] { ... })]
[ConsumesAttribute("application/json", new string[] { ... })]
[TypedJsonBodyAttribute]
[DisableRequestSizeLimitAttribute]
[ProducesResponseTypeAttribute(200)]
public Task<ActionResult<List<FormEditorRootModel>>> GetExportAsync(
	[FromQueryAttribute(Name = "id")] Guid[]? formsIds = null,
	CancellationToken cancellationToken = default
)

Параметры

formsIds  Guid  (Optional)
Forms to export.
cancellationToken  CancellationToken  (Optional)
Propagates notification that operations should be canceled.

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

TaskActionResultListFormEditorRootModel
Object with operations results including errors.

См. также