HotLine
API | Description |
---|---|
GET api/AlJabrHotLine/GetIncidentType |
This API will fetch all HotLine data from database. |
GET api/AlJabrHotLine/GetIncTypeByCompId/{companyId} |
This API will fetch all HotLine data from database by company ID. |
GET api/AlJabrHotLine/GetHotLineStatus |
This API will fetch all HotLine data from database. |
GET api/AlJabrHotLine/GetAllHotLine |
This API will fetch all HotLine data based on UserId from database. This will result only User specific records from database |
GET api/AlJabrHotLine/GetHotLineListByAssignUser |
Gets the list of Hotline request by assign user |
GET api/AlJabrHotLine/GetHotLineById/{hotLineId} |
This API will fetch single HotLine record by passing URL param {hotLineId} value |
GET api/AlJabrHotLine/GetReAssignUsers/{hotLineId} |
Get list of reassign users |
GET api/AlJabrHotLine/GetApproverUsers/{hotLineId} |
Get the list of Approvers users |
POST api/AlJabrHotLine/CreateHotLine |
This API will create a new HotLine data in the database |
POST api/AlJabrHotLine/ReAssignHotLineRequest |
Responsible to re-assign the hotline request |
POST api/AlJabrHotLine/MarkAsReviewedHotLineRequest |
Responsible to mark as Reviewed to the hotline request |
POST api/AlJabrHotLine/UpdateMarkAsCloseHlineRequest |
Responsible to mark as Close to the hotline request |
POST api/AlJabrHotLine/VoteHLineRequest/{hotLine_Id} |
Responsible to Vote to the hotline request |
POST api/AlJabrHotLine/UploadHotLineFile/{hotLineId} |
This API will upload the 'Hotline' file into the location. |
POST api/AlJabrHotLine/InsertAssignUserConfig |
This API will assign user for Holine access |
POST api/AlJabrHotLine/UpdateAssignUserConfigIsActive/{assignUserConfigId} |
This API will update the IsActive status of configuration user |
POST api/AlJabrHotLine/UpdateAssignUserConfigUserRole/{assignUserConfigId} |
This API will update the UserRole of configuration user |
POST api/AlJabrHotLine/UpdateAssignUserConfigIsDefault/{assignUserConfigId} |
This API will update the IsDefault status of configuration user |
POST api/AlJabrHotLine/GetAssignUserConfigList |
This will API will get the list of assigned users base on filter provided |
POST api/AlJabrHotLine/CreateHotLineNote |
This API will create HotLine Note |
GET api/HotLine |
No documentation available. |
MasterData
API | Description |
---|---|
GET api/AlJabrHotLine/GetAllCompany |
This API will fetch all company records from database |
GET api/AlJabrHotLine/GetAllCompanyForHotLineUser |
This API will fetch all company records from database |
GET api/AlJabrHotLine/GetAllCompanyWithAllMapping |
This API will fetch all company records from database |
GET api/AlJabrHotLine/GetAllDivisionByCompany/{companyId} |
This API will fetch all division by company. It requires URI param as {companyId}, which is the primary key value of Company |
GET api/AlJabrHotLine/GetAllDepartment |
This API will fetch all department records from database |
GET api/AlJabrHotLine/GetAllDepartmentByCompany/{companyIds} |
This API will fetch all department records from database by company Id |
GET api/AlJabrHotLine/GetAllRegion |
This API will fetch all region records from database |
GET api/AlJabrHotLine/GetAllRegionByCompany/{companyIds} |
This API will fetch all region records from database based on Company ID |
GET api/AlJabrHotLine/GetAllAppType |
This API will fetch all AppType records from database |
GET api/AlJabrHotLine/GetAllPolProcType |
This API will fetch all Policy and Procedure types records from database |
GET api/AlJabrHotLine/GetAllCountry |
Get all Country |
GET api/AlJabrHotLine/GetAllCityByRegion/{regionIds} |
This will fetch all cities by Region specific |
GET api/AlJabrHotLine/GetAllDocLanguage |
This will fetch all languages for the document |
GET api/AlJabrHotLine/GetAllPolProcSpecificType |
This will fetch all languages for the document |
GET api/AlJabrPortal/GetAllUserRole |
This API will fetch all UserRole records from database |
GET api/AlJabrPortal/GetAllPriorityType |
This API will fetch all PriorityType records from database |
GET api/MasterData |
No documentation available. |
User
API | Description |
---|---|
GET api/AlJabrHotLine/GetUserInfo |
This API will give windows logged-inn username |
GET api/AlJabrHotLine/GetWindowsUserInfo |
This API will give windows logged-inn username |
GET api/HostnameAndIP/GetHostnameAndIP |
No documentation available. |
GET api/HostnameAndIP/UpdateAdmUsers |
No documentation available. |
GET api/User |
No documentation available. |
PhoneDirectory
API | Description |
---|---|
POST api/AlJabrHotLine/GetPhonesWithFilter |
Gets Phone Directory with the Given Filter |
BaseApi
API | Description |
---|---|
GET api/BaseApi |
No documentation available. |