😰More

Users approve list

GET https://api.fatos.biz/mogos/v3/viriya/approveuserlist

λ‹΄λ‹Ήμž : 넨

Query Parameters

Name
Type
Description

company_uid*

String

/mogos/v3/viriya/approvelist?company_uid=e1e25cc3-b2f6-9f13-dc23-aaa9d3062ce9

Approve / Reject user

POST https://api.fatos.biz/mogos/v3/viriya/approveuser

λ‹΄λ‹Ήμž : 넨

Request Body

Name
Type
Description

company_uid*

String

approve*

bool

user_uid*

String

{
    "company_uid":"e1e25cc3-b2f6-9f13-dc23-aaa9d3062ce9",
    "user_uid": "d4b9439d-9bc9-6e70-44b2-6f31f838f803",
    "approve": false
}

User status list

GET https://api.fatos.biz/mogos/v3/viriya/userstatuslist

λ‹΄λ‹Ήμž : 넨

Query Parameters

Name
Type
Description

company_uid*

String

Set user status

POST https://api.fatos.biz/mogos/v3/viriya/userstatus

λ‹΄λ‹Ήμž : 넨

Request Body

Name
Type
Description

is_active*

bool

is_admin*

bool

user_uid*

String

company_uid*

String

Request delete user account

POST https://api.fatos.biz/mogos/v3/viriya/deluser

λ‹΄λ‹Ήμž : 넨

Request Body

Name
Type
Description

user_pwd*

String

user_uid*

String

company_uid*

String

requester*

String

Deletion list

GET https://api.fatos.biz/mogos/v3/viriya/deletionlist

λ‹΄λ‹Ήμž : 넨

Query Parameters

Name
Type
Description

company_uid*

String

deletion_type*

String

user / member / field_note

Approve deletion

POST https://api.fatos.biz/mogos/v3/viriya/approvedel

λ‹΄λ‹Ήμž : 넨

Request Body

Name
Type
Description

company_uid*

String

approve*

bool

note_uid

String

member_uid

String

user_uid

String

Set new password

POST https://api.fatos.biz/mogos/v3/viriya/setnewpassword

λ‹΄λ‹Ήμž : 넨

Request Body

Name
Type
Description

company_uid*

String

new_pwd*

String

cur_pwd*

String

user_uid*

String

Send Reports

POST https://api.fatos.biz/mogos/v3/viriya/reports

λ‹΄λ‹Ήμž : jh

Request Body

Name
Type
Description

company_uid*

String

UUID

recipient*

String

EMail

report_type*

String

"member" or "volunteer" or "risk"

report_color

String

report_type = "risk" "RED" or "YELLOW"

default YELLOW

Dashboard

GET https://api.fatos.biz/mogos/v3/viriya/dashboard

λ‹΄λ‹Ήμž : 넨

Query Parameters

Name
Type
Description

company_uid*

String

dashboard_type*

String

register_member /

risk_indicator /

member_connection /

connected_member /

request_select /

programme

filter_type*

String

all / monthly / period / oneday

from_date

String

yyyy-mm-dd

to_date

String

yyyy-mm-dd

Count new user / deletion

GET https://api.fatos.biz/mogos/v3/viriya/countnew

λ‹΄λ‹Ήμž : 넨

Query Parameters

Name
Type
Description

company_uid

String

Log out API

POST https://api.fatos.biz/mogos/v3/viriya/logout

λ‹΄λ‹Ήμž : 넨

Request Body

Name
Type
Description

company_uid*

String

user_uid*

String

Last updated