GET api/usertypes/{id}
Get User Type by the id
Request Information
Authentication
This method requires user authentication
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
(Required) |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
UserType| Name | Description | Type | Additional information |
|---|---|---|---|
| UserTypeId |
User Type Id. Primary key of the user types table. |
integer |
None. |
| UserTypeName |
User Type. |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"UserTypeId": 1,
"UserTypeName": "sample string 2"
}