Accounts > Dashboard

View-List

GET : /api/designnest/v1/accounts/me/logs

Routing parameters

# Param Type Explain
1 page int default page = 1
2 project_title string need to be search

Response :

{
    "code" : 1 ,
    "message" : "" ,
    "data" : [
        "list" : [
            [
                "id" : 0 ,
                "module" : 0 ,
                "type" : '' ,
                "project" : '' ,
                "description" : '' ,
                "user" : '' ,
                "date" : '' ,
            ] ,
            ...
        ]
    ]
}