GET : /api/designnest/v1/accounts/me/logs
| # | Param | Type | Explain |
|---|---|---|---|
| 1 | page | int | default page = 1 |
| 2 | project_title | string | need to be search |
{
"code" : 1 ,
"message" : "" ,
"data" : [
"list" : [
[
"id" : 0 ,
"module" : 0 ,
"type" : '' ,
"project" : '' ,
"description" : '' ,
"user" : '' ,
"date" : '' ,
] ,
...
]
]
}