RBNotification
RB Notification Controller
API | Description |
---|---|
POST api/RBSendNotification |
Rbs the send notification. |
POST api/RBNotificationDeviceToken |
Posts the rb notification device token. |
GET api/RBNotification?DeviceID={DeviceID} |
Gets the rb notification. |
PUT api/RBNotificationOptOut |
Puts the rb notification opt out. |
RBOurTeam
API | Description |
---|---|
GET api/GSL |
it gives all GSL name |
GET api/gsl/{gslID} |
it gives all team type name |
POST api/gsl |
used for post the gsl name |
PUT api/gsl/{gslID} |
used for edit or change the gsl name |
PUT api/gsl |
used for change the sequence of gsl |
DELETE api/gsl/{gslID} |
used for to delete the gsl name, if we delete the gsl name it will delete the team type,team members name and from team alignment table which all link with that gsl name |
GET api/externalResource |
it give the menu name where iscms equals 1 or true |
POST api/externalResource |
used for post the menu name,url address whose isCms = 1 or true |
PUT api/externalResource |
used for change the menu position |
PUT api/externalResource/{cmsMenuID} |
used for change the menu name,menu position and url address |
DELETE api/externalResource/{cmsMenuID} |
used for to delete the menu according to give id |
GET api/services |
used for get all cms menu whose iscms = false or 0 |
POST api/services |
used for add new cms menu |
PUT api/services/{menuId} |
used for to edit or change the menu name, url address and position |
PUT api/services |
used for to change menu position |
DELETE api/services/{menuId} |
used for to delete the menu according to given menu id |
GET api/gsl/teammembers/{gslID} |
used for to get all team members according to given gslID |
POST api/gsl/teammembers |
Posts the gslteam members. |
PUT api/gsl/teammembers/{teammemberID}/{teamTypeID} |
Puts the GSL team member. |
PUT api/gsl/teammembers |
Puts the GSL team member. |
DELETE api/gsl/teammembers/{teamTypeID}/{teammemberID} |
Deletes the GSL team member. |
POST api/teams |
Posts our team. |
PUT api/Teams/teamTypeID?teamTypeID={teamTypeID} |
Puts our team. |
PUT api/Teams |
Puts our team. |
DELETE api/teams/{id} |
Deleteourteams the specified identifier. |
GET api/Teams/{id} |
Gets the team information. |
GET api/appVersion |
Gets the version. |
GET api/teamMember/{regionID} |
Gets the member. |
POST api/ClientRegistration |
Posts the client registration. |
GET api/teammembers |
Gets the people. |
GET api/teammembers/{teammemberID} |
Gets the people. |
PUT api/saveImage/{id} |
Posts the image. |
POST api/teammembers |
Posts the people. |
PUT api/teammembers/{teammemberID} |
Puts the people. |
DELETE api/teammembers/{teammemberID} |
Deletes the people. |
GET api/location?search={search}&lat={lat}&lng={lng}&radius={radius} |
Getlocations the specified search. |
GET api/locations |
Gets all locations. |
GET api/locations/{locationID} |
Gets the locations. |
POST api/locations |
Posts the location. |
PUT api/locations/{locationID} |
Puts the location. |
PUT api/regionalOrder/{regionID} |
Puts the location. |
DELETE api/locations/{locationID} |
Deletes the location. |
GET api/location/{locationID} |
Gets the view more. |
GET api/eula |
Geteulas this instance. |
POST api/regionalTeamAlignment/{regionID}/{teammemberID} |
Posts the regional team alignment. |
DELETE api/regionalTeamAlignment/{regionID}/{teammemberID} |
Deletes the regional team alignment. |
PUT api/regionalMemberVisibility/{regionID}/{teammemberID} |
Puts the regional visible. |
GET api/regions |
Gets the name of the region. |
GET api/RBOurTeam |
Getresults this instance. |
RedBookSurvey
API | Description |
---|---|
GET api/RedBookSurvey/GetRedBookSurvey |
Reds the book survey. |
POST api/RedBookSurvey/AddRedBookSurvey |
Reds the book survey. |
GET api/RedBookSurvey/GetSurveyList |
Gets the survey list. |
GET api/RedBookSurvey/GetSurveyByID?surveyID={surveyID} |
Gets the survey by identifier. |
POST api/RedBookSurvey/AddQuestion |
Adds the question. |
DELETE api/RedBookSurvey/DeleteQuestion?questionID={questionID} |
Deletes the question. |
PUT api/RedBookSurvey/UpdateQuestionOrder |
Updates the question order. |
GET api/RedBookSurvey/GetQuestionListBySurvey?surveyID={surveyID} |
Gets the question list by survey. |
POST api/RedBookSurvey/AddSurveyResponse |
Adds the survey response. |
GET api/RedBookSurvey?surveyID={surveyID} |
Gets the survey for download. |
GET api/RedBookSurvey |
Getresults this instance. |