OrdinaryUser
OrdinaryUserController - this controller is supposed to be used by comon, ordinary users, e.g. to for password change
API | Description |
---|---|
GET api/OrdinaryUser/GetUsersBySystemAndRole?roleId={roleId} |
No documentation available. |
POST api/OrdinaryUser/ChangePassword |
Method which just updates password, pasword is sent in ChangePasswordModel https://localhost:44300/api/OrdinaryUser/ChangePassword/ |
GET api/OrdinaryUser/GetUserObjectByUserID?userID={userID} |
No documentation available. |
File
API | Description |
---|---|
GET api/File/GetAllFilesWithoutData |
No documentation available. |
GET api/File/GetFileByFileId?fileId={fileId} |
No documentation available. |
User
UserController is supposed to be used just for users with Administrator rights, for CRUD Operations
Instance
API | Description |
---|---|
GET api/Instance/GetInstancesByEnvironment?environment={environment} |
No documentation available. |
Role
RoleController - Handles Roles
API | Description |
---|---|
GET api/Role/GetAllRolesBySystemId?systemId={systemId}&roleTypeId={roleTypeId} |
No documentation available. |
GET api/Role/GetAllRolesBySystemIdOnly?systemId={systemId} |
No documentation available. |
GET api/Role/GetAllHomePagesBySystemIdRoleId?systemId={systemId}&roleId={roleId} |
No documentation available. |