top of page
Post

Get Employee List 1

This API is use to retrieve the list of employees with their complete information.

End Point

/api/connect/getEmployee01

Authorization

Authorization code received from Access Token API

Header Params

Series

string

Encrypted Series from "Request Client Key" API

LoginID

string

Encrypted loginId from "Request Client Key" API

User

string

User from "Request Client Key" API's response

Accept

string

Value must be set to "application/json"

Body Params

SearchColumn

json

{
"key": <COLUMNNAME>,
"value": <SEARCH TEXT>,
"type": <PredicateType>
}

Where:

<COLUMNNAME>
EmployeeId
NtLogin
UserName
Salutation
FirstName
MiddleName
LastName
DisplayName
Suffix
NickName
Gender
CivilStatus
Nationality

<PredicateType>
Like = 0
Equal = 1
Exact = 2
Boolean = 3
DateStart = 4
DateEnd = 5
DateBetween = 6
IntOr = 7
StringOr = 8

Length

integer

Input how many rows to display per page

Start

integer

input what page to start on

OrderBy

string

Manner of ordering. Value must be set to either "asc" or "desc"

Order

string

Order output

Search

string

Value must be set to ""

Sample Request


Sample Response 202


Sample Response 404


bottom of page