😎Asset / Resource / Concern

Upsert Asset

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

λ‹΄λ‹Ήμž : 넨

Request Body

Name
Type
Description

member_uid*

String

item*

List

skill_type*

String

skills_i_contribute / skills_i_know / skill_i_receive

company_uid*

String

{
    "code": 201,
    "message": "created",
    "dev_message": null,
    "data": [
        {
            "asset_uid": "0adb6548-6dcb-ed51-c846-2c9bf3cb0858"
        }
    ]
}

Upsert Resources

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

λ‹΄λ‹Ήμž : 넨

Request Body

Name
Type
Description

member_uid*

String

item*

List

skill_type*

String

tangibles_i_contribute / tangibles_i_receive

company_uid*

String

Upsert Concern hope

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

λ‹΄λ‹Ήμž : 넨

Request Body

Name
Type
Description

member_uid*

String

item*

List

skill_type*

String

concerns_hopes

company_uid*

String

Get All assets

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

λ‹΄λ‹Ήμž : 넨

Query Parameters

Name
Type
Description

member_uid*

String

company_uid*

String

Get All resources

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

λ‹΄λ‹Ήμž : 넨

Query Parameters

Name
Type
Description

member_uid*

String

company_uid*

String

Get All Concern hopes

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

λ‹΄λ‹Ήμž : 넨

Query Parameters

Name
Type
Description

member_uid*

String

company_uid*

String

Last updated