GET api/Employee?createdDate={createdDate}&changedDate={changedDate}

Endpoint to list employees from actor table

Request Information

URI Parameters

NameDescriptionTypeAdditional information
createdDate

Filter greater than (yyyy-MM-dd HH:mm)

date

None.

changedDate

Filter greater than (yyyy-MM-dd HH:mm)

date

None.

Body Parameters

None.

Response Information

Resource Description

ResponseOfGetEmployeeDto
NameDescriptionTypeAdditional information
Item

Collection of GetEmployeeDto

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.