GET api/UserRegistration/GetWorkRegions

Gets a list with the available work regions, includes Id and Name

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of GenericSimpleNameValueStringDTO
NameDescriptionTypeAdditional information
Id

string

None.

Name

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": "sample string 1",
    "Name": "sample string 2"
  },
  {
    "Id": "sample string 1",
    "Name": "sample string 2"
  }
]