Skip to main content

Company features blueprint

FLOWCHART


API Specification

Company - feature

Endpoint
Endpoint Method
Authentication
/feature/company/list
GET  
Authentication
Type
Token source
Server
     
Param request
Properties
Required Description
company_id
 

Result example

Body request example

{
    "feature_list": [
        {
            "features_id": 1,
            "module_id": 1,
            "name": "TX-A",
            "group": null,
            "created_at": "2024-01-18T03:33:02.980Z",
            "updated_at": "2024-01-18T03:33:02.980Z"
        },
        {
            "features_id": 2,
            "module_id": 1,
            "name": "TX-B",
            "group": null,
            "created_at": "2024-01-18T03:33:02.980Z",
            "updated_at": "2024-01-18T03:33:02.980Z"
        },
        {
            "features_id": 3,
            "module_id": 2,
            "name": "HR-A",
            "group": null,
            "created_at": "2024-01-18T03:33:02.980Z",
            "updated_at": "2024-01-18T03:33:02.980Z"
        },
        {
            "features_id": 4,
            "module_id": 2,
            "name": "HR-B",
            "group": null,
            "created_at": "2024-01-18T03:33:02.980Z",
            "updated_at": "2024-01-18T03:33:02.980Z"
        },
        {
            "features_id": 5,
            "module_id": 3,
            "name": "VO-A",
            "group": null,
            "created_at": "2024-01-18T03:39:58.760Z",
            "updated_at": "2024-01-18T03:39:58.760Z"
        },
        {
            "features_id": 6,
            "module_id": 3,
            "name": "VO-B",
            "group": null,
            "created_at": "2024-01-18T03:39:58.760Z",
            "updated_at": "2024-01-18T03:39:58.760Z"
        }
    ]
}
Error example

Body request example

insert code here