Exists
Check if Crafter Studio site exists.
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/exists.json |
Response Formats
|
JSON |
Required Role
|
Parameters
Name
|
Type
|
Required
|
Description
|
---|---|---|---|
site_id
|
String
|
✓
|
Site ID to use
|
Example
GET .../api/1/services/api/1/site/exists.json?site_id=mysite
{
"exists" : true
}
Response
Status
|
Location
|
Response Body
|
---|---|---|
200
|
See example above.
|