Account
| API | Description |
|---|---|
| GET api/Account/GetToken |
Login user and get token object containing the token, accountguid and loginmessage |
| GET api/Account/ResendOTP |
Resend OTP |
| GET api/Account/ValidateOTP |
Validate user OTP |
| POST api/Account/RegisterToken?fcmToken={fcmToken}&agid={agid} |
No documentation available. |
| POST api/Account/register |
No documentation available. |
| GET api/Account/Delete |
Resend OTP |
| GET api/Account/Login_Testing |
Login user and get bearer token (TESTING) |
| GET api/Account/GetSettingValue?rs={rs} |
Get App settings |
App
| API | Description |
|---|---|
| GET api/App/GetAllPosts |
Get all active posts for logged in user |
| GET api/App/GetPost/{postguid} |
Get a single post for logged in user |
| GET api/App/GetPostTypesMenu |
Get the post type menu items |
| GET api/App/GetAllEvents |
Get all active events for logged in user |
| GET api/App/GetEvent/{postguid} |
Get a single event for logged in user |
| POST api/App/LikePost/{postguid} |
Like a post |
| POST api/App/ReadPost/{postguid} |
Read post |
| GET api/App/GetContactTopics |
Get the available contact topics |
| POST api/App/SendContact |
Send contact email |
Notifications
| API | Description |
|---|---|
| POST api/[controller]?title={title}&body={body} |
No documentation available. |
CMSmsNotify
| API | Description |
|---|---|
| POST api/CMSmsNotify |
No documentation available. |
CMSmsReply
| API | Description |
|---|---|
| POST api/CMSmsReply |
No documentation available. |