GET residentapi/workordercategories

Get all Workorder Categories

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

ListWrapperOfWorkorderCategory
NameDescriptionTypeAdditional information
Total

integer

None.

Elements

Collection of WorkorderCategory

None.

Response Formats

application/json, text/json

Sample:
{
  "total": 1,
  "elements": [
    {
      "categoryId": 1,
      "categoryName": "sample string 2"
    },
    {
      "categoryId": 1,
      "categoryName": "sample string 2"
    }
  ]
}