Design Scope
This API retrieves design scope information, providing details on design types, design styles, room types, colors, and other relevant data.
ENDPOINT
Request
Response
Success Response (200)
{
"Interiors": {
"design_style": [
{
"name": "No Style"
},
{
"name": "Eclectic"
},
"room_type": [
{
"name": "Living Room"
},
{
"name": "Bedroom"
},
}Last updated
Was this helpful?