GET api/getWorkTypes

Gets the list of available work types.

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

List of work types.

Collection of WorkTypes
NameDescriptionTypeAdditional information
Display

string

None.

WorkTypeCode

string

None.

WorkTypeCategory

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "display": "sample string 1",
    "workTypeCode": "sample string 2",
    "workTypeCategory": "sample string 3"
  },
  {
    "display": "sample string 1",
    "workTypeCode": "sample string 2",
    "workTypeCategory": "sample string 3"
  }
]