Available CMS
GET
/v1/available-cmsList all CMS supported by Servebolt.
Request
Header Params
Accept
string
required
Example:
application/json
Content-Type
string
required
Example:
application/json
Request samples
Responses
OK(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
data
array [object {3}]
required
id
integer
required
type
string
required
attributes
object
required
Example
{
"data": [
{
"id": 5105,
"type": "cms",
"attributes": {
"name": "Craft CMS"
}
},
{
"id": 5106,
"type": "cms",
"attributes": {
"name": "Craft Commerce"
}
},
{
"id": 4966,
"type": "cms",
"attributes": {
"name": "Drupal 7"
}
},
{
"id": 5006,
"type": "cms",
"attributes": {
"name": "Drupal 8"
}
},
{
"id": 9083,
"type": "cms",
"attributes": {
"name": "Joomla"
}
},
{
"id": 9084,
"type": "cms",
"attributes": {
"name": "Laravel"
}
},
{
"id": 4965,
"type": "cms",
"attributes": {
"name": "Magento 1.9.4.x"
}
},
{
"id": 5107,
"type": "cms",
"attributes": {
"name": "Magento 2.3.x"
}
},
{
"id": 5108,
"type": "cms",
"attributes": {
"name": "OpenCart"
}
},
{
"id": 4968,
"type": "cms",
"attributes": {
"name": "Other Applications"
}
},
{
"id": 5093,
"type": "cms",
"attributes": {
"name": "WooCommerce"
}
},
{
"id": 5094,
"type": "cms",
"attributes": {
"name": "Wordpress"
}
}
]
}
Last modified: 7 months ago