Main Page > Projects


Index

GET : /api/designnest/v1/main_page/projects?page={page}
{
    "code" : 1 ,
    "message" : "" ,
    "data" : [
       "data" => [
           {
                "id" => 0 ,
                "type" => 0 ,
                "image" => '' ,
                "title" => '' ,
                "price" => '' ,
                "progress" => 100 ,
           } ,
           ....
       ]
       "has_next_page" => 1 / 0
    ]
}