GET api/locations/{clubID}/JobClasses/{jobClass}/Employees

Retrieves all active employees at a given location with a given job class.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
clubID

ID of the club location where the employee works

string

Required

jobClass

Job class of the employee

string

Required

Body Parameters

None.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.