Sage.PL.WebAPI.Interface.FKF.Documents.Interfaces Namespace > IFKDocumentsController Interface > IFKDocumentsController Methods > Get Method  > Get Method 

Drukuj

.NET Framework Class Library

IFKDocumentsController.Get Method

Metoda umożliwia pobranie listy dokumentów.

[GET] /api/FKDocuments

Namespace: Sage.PL.WebAPI.Interface.FKF.Documents.Interfaces

Assembly:  Sage.PL.WebAPI.Interface.FKF.Documents (in Sage.PL.WebAPI.Interface.FKF.Documents.dll) Version: 24.2.1.0 (24.2.1.0)

Syntax

Visual Basic

Function Get As IHttpActionResult

C#

IHttpActionResult Get()

Visual C++

IHttpActionResultGet()

JavaScript

function get();

Return Value

Zwraca kolekcję obiektów DocumentListElement.

See Also

IFKDocumentsController Interface

IFKDocumentsController Members

Get Overload

Sage.PL.WebAPI.Interface.FKF.Documents.Interfaces Namespace