Get Available Blueprints
Get available site blueprints to create new site.
Resource Information
This service uses the tomcat application on port 8080 by default. To see a list of default ports click here
The context for this API is /studio
, please prefix the API URLs with this context.
HTTP Verb
|
GET
|
URL
|
/api/1/services/api/1/site/get-available-blueprints.json |
Response Formats
|
JSON |
Required Role
|
Example
GET .../api/1/services/api/1/site/get-available-blueprints.json
[
{
"id" : "empty",
"label" : "Empty",
"description" : "",
"screenshots" : null
},
{
"id" : "headless_blog",
"label" : "Headless_blog",
"description" : "",
"screenshots" : null
},
{
"id" : "headless_store",
"label" : "Headless_store",
"description" : "",
"screenshots" : null
},
{
"id" : "website_editorial",
"label" : "Website_editorial",
"description" : "",
"screenshots" : null
}
]
Response
Status
|
Location
|
Response Body
|
---|---|---|
200
|
See example above.
|