Communication

APIDescription
GET warmup

Warm up the API by making a first call to the DB

GET news/find?Keyword={Keyword}&DateAddedFrom={DateAddedFrom}&DateAddedTo={DateAddedTo}&ActiveOnly={ActiveOnly}&Page={Page}&PageSize={PageSize}&OrderBy={OrderBy}&Order={Order}&IsPaged={IsPaged}&AddedByUserId={AddedByUserId}&ApprovedByUserId={ApprovedByUserId}&NextActionUserId={NextActionUserId}

Perform a news search

GET news/get/{newsId}

Gets an existing News Entry

POST news/add

Adds a News entry

PUT news/update

Updates an existing news entry

DELETE news/remove?ids[0]={ids[0]}&ids[1]={ids[1]}

Marks a news entry as inactive

GET notifications/get

Gets all the notifications for the current user

POST notifications/deleteall

No documentation available.

GET notifications/find?UserId={UserId}&ActiveOnly={ActiveOnly}&Page={Page}&PageSize={PageSize}&OrderBy={OrderBy}&Order={Order}&IsPaged={IsPaged}&AddedByUserId={AddedByUserId}&ApprovedByUserId={ApprovedByUserId}&NextActionUserId={NextActionUserId}

No documentation available.

GET notifications/count

counts the current unread notifications for the current user

DELETE notifications/remove/{notifId}

Deletes a user notification from the DB

PUT notifications/update

Updates a user notification

GET notifications/getall

get a list of all defined notifications

GET notifications/getscopes

get a list of all notification scope types

GET notifications/getactions

get a list of all notification scope types

GET notificationtemplates/getall

No documentation available.

GET notificationtemplate/find?Name={Name}&Subject={Subject}&ActiveOnly={ActiveOnly}&Page={Page}&PageSize={PageSize}&OrderBy={OrderBy}&Order={Order}&IsPaged={IsPaged}&AddedByUserId={AddedByUserId}&ApprovedByUserId={ApprovedByUserId}&NextActionUserId={NextActionUserId}

Perform a news search

POST notificationtemplate/add

PUT notificationtemplate/update

Updates an existing notification template

GET notificationtemplate/get/{id}

No documentation available.

DELETE notificationtemplate/remove?ids[0]={ids[0]}&ids[1]={ids[1]}

Marks a notification template as inactive

POST print

No documentation available.