Sage.PL.WebAPI.Interface.Products.Interfaces Namespace > IProductsController Interface > IProductsController Methods > Get Method  > Get Method 

Drukuj

.NET Framework Class Library

IProductsController.Get Method

Metoda umożliwia pobranie listy wszystkich towarów.

[GET] /api/Products

Namespace: Sage.PL.WebAPI.Interface.Products.Interfaces

Assembly:  Sage.PL.WebAPI.Interface.Products (in Sage.PL.WebAPI.Interface.Products.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 ProductListElement.

See Also

IProductsController Interface

IProductsController Members

Get Overload

Sage.PL.WebAPI.Interface.Products.Interfaces Namespace