GET : /api/designnest/v1/accounts/me/visuals
| # | Param | Type | Explain |
|---|---|---|---|
| 1 | page | int | default page = 1 |
{
"code" : 1 ,
"message" : "" ,
"data" : [
"list" : [
[
"id" => 0 ,
"project_id" => 0 ,
"image" => '' ,
"title" => '' ,
"location" => '' ,
] ,
...
]
]
}
GET : /api/designnest/v1/accounts/me/visuals/{visualID}
visualID : current visualID
{
"code" : 1 ,
"message" : "" ,
"data" : [
"detail" : [
'id' => 0 ,
'account_image' => '' ,
'account_name' => '' ,
'location' => '' ,
'title' => '' ,
'content' => '' ,
'created_time' => '' ,
'image' => ''
]
]
}