GET api/admintime/types?employeeId={employeeId}

Returns the list of admin time types available to user

Request Information

URI Parameters

NameDescriptionTypeAdditional information
employeeId

integer

Required

Body Parameters

None.

Response Information

Resource Description

List of admin time types (Id and description)

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.