GET api/UserTypes
List all UserTypes
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of UserTypeName | Description | Type | Additional information |
---|---|---|---|
UserTypeId | integer |
None. |
|
UserTypeName | string |
None. |
|
UserTypedesc | string |
None. |
|
IsActive | boolean |
None. |
|
CreatedDateTime | date |
None. |
|
LastUpdatedDateTime | date |
None. |
|
IsDeleted | boolean |
None. |
|
CreatedBy | integer |
None. |
|
LastModifiedBy | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "UserTypeId": 1, "UserTypeName": "sample string 2", "UserTypedesc": "sample string 3", "IsActive": true, "CreatedDateTime": "2025-07-18T15:23:38.5775899+00:00", "LastUpdatedDateTime": "2025-07-18T15:23:38.5775899+00:00", "IsDeleted": true, "CreatedBy": 1, "LastModifiedBy": 1 }, { "UserTypeId": 1, "UserTypeName": "sample string 2", "UserTypedesc": "sample string 3", "IsActive": true, "CreatedDateTime": "2025-07-18T15:23:38.5775899+00:00", "LastUpdatedDateTime": "2025-07-18T15:23:38.5775899+00:00", "IsDeleted": true, "CreatedBy": 1, "LastModifiedBy": 1 } ]
application/xml, text/xml
Sample:
<ArrayOfUserType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ClassLibraryITTF1"> <UserType> <CreatedBy>1</CreatedBy> <CreatedDateTime>2025-07-18T15:23:38.5775899+00:00</CreatedDateTime> <IsActive>true</IsActive> <IsDeleted>true</IsDeleted> <LastModifiedBy>1</LastModifiedBy> <LastUpdatedDateTime>2025-07-18T15:23:38.5775899+00:00</LastUpdatedDateTime> <UserTypeId>1</UserTypeId> <UserTypeName>sample string 2</UserTypeName> <UserTypedesc>sample string 3</UserTypedesc> </UserType> <UserType> <CreatedBy>1</CreatedBy> <CreatedDateTime>2025-07-18T15:23:38.5775899+00:00</CreatedDateTime> <IsActive>true</IsActive> <IsDeleted>true</IsDeleted> <LastModifiedBy>1</LastModifiedBy> <LastUpdatedDateTime>2025-07-18T15:23:38.5775899+00:00</LastUpdatedDateTime> <UserTypeId>1</UserTypeId> <UserTypeName>sample string 2</UserTypeName> <UserTypedesc>sample string 3</UserTypedesc> </UserType> </ArrayOfUserType>