BenSelect Documentation
GetAllEmployees Method
See Also  Send Feedback
Selerix.BenSelect.Api.Infrastructure.Integration.ISolved.Api Namespace > IEmployeeApi Interface : GetAllEmployees Method
authorization
Bearer + JWT
clientId
Client Id
legalId
Legal Id
pageSize
Size of page
pageNumber
Page number
includeTotalCount
Take total count
Get all employee of company

Syntax

JScript 
function GetAllEmployees( 
   authorization : String,
   clientId : long,
   legalId : long,
   pageSize : int,
   pageNumber : int,
   includeTotalCount : boolean
) : IEmployeeSearchResponse;

Parameters

authorization
Bearer + JWT
clientId
Client Id
legalId
Legal Id
pageSize
Size of page
pageNumber
Page number
includeTotalCount
Take total count

Exceptions

ExceptionDescription
Selerix.BenSelect.Api.ApplicationCore.Integration.ApiExceptionThrown when fails to make API call

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2024 All Rights Reserved.