latestOpenAPI 3.0.32026-08-10508390.8 KB

51c85bc66c44

Finds employees based on the provided criteria.

get/rest/v1/employees

Query parameters

idsID[]
namestring

The String scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.

emailstring

The String scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.

pagenumber

Integers that will have a value greater than 0.

perPagenumber

Integers that will have a value greater than 0.

'NAME'
OR
'CREATED_AT'
OR
'EMAIL'
'ASC'
OR
'DESC'

Response

[Employee!]!