GET api/RoleTypes

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of RoleType
NameDescriptionTypeAdditional information
roleTypeId

integer

None.

name

string

None.

createdDate

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "roleTypeId": 1,
    "name": "sample string 2",
    "createdDate": "2026-03-20T18:36:28.8082133+00:00"
  },
  {
    "roleTypeId": 1,
    "name": "sample string 2",
    "createdDate": "2026-03-20T18:36:28.8082133+00:00"
  }
]

text/html

Sample:
[{"roleTypeId":1,"name":"sample string 2","createdDate":"2026-03-20T18:36:28.8082133+00:00"},{"roleTypeId":1,"name":"sample string 2","createdDate":"2026-03-20T18:36:28.8082133+00:00"}]