Get HR Employee Details

RecVue maintains HR employee records to manage employee information, contact details, and organizational relationships used throughout payroll, expense management, and sales operations. This API provides multi-purpose access to employee data based on the 'type' parameter. When type='Page', it returns a paginated list of employees with filtering, searching, and sorting capabilities. When type='EmployeeId', it retrieves a specific employee record by employeeId. When type='Export', it returns all employee data for export purposes. The API provides field filtering to optimize payload size and allows full-text search on employee names. This endpoint serves as the central access point for employee master data across the RecVue platform.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
int32

Number of records per page. Default is 10 when type='Page'.

int32

Page number (starting from 1). Use 1 for the first page. Applicable when type='Page'.

sort
array of strings

Sorting criteria in format: property:(asc|desc)

sort
fields
array of strings

Comma-separated list of fields to include in response

fields
string

Search term for filtering employee records (applicable when type='Page')

int64

Employee identifier (required when type='EmployeeId')

string
required

Operation type required and type : 'Page', 'EmployeeId', or 'Export'

Headers
string
required

Access token required for user authentication

Responses

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json