Sage.PL.WebAPI.Interface.FKF.Employees.Interfaces Namespace > IFKEmployeesController Interface > IFKEmployeesController Methods > Get Method 

Drukuj

.NET Framework Class Library

IFKEmployeesController.Get Method

Metoda umożliwia pobranie listy wszystkich pracowników.

[GET] /api/FKEmployees

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

Assembly:  Sage.PL.WebAPI.Interface.FKF.Employees (in Sage.PL.WebAPI.Interface.FKF.Employees.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 EmployeeListElement.

See Also

IFKEmployeesController Interface

IFKEmployeesController Members

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