Accounts-accountNumber-web-domainName-php:GET

From Hostway API Documentation
(Difference between revisions)
Jump to: navigation, search
(Check if PHP feature is enabled for a domain)
 
m (1 revision: Release 109)
 

Latest revision as of 13:16, 24 July 2015

[edit] GET /accounts/{accountNumber}/web/{domainName}/php

Checks if PHP feature is enabled for a domain

Contents


[edit] Request

GET /accounts/{accountNumber}/web/{domainName}/php

[edit] URI Parameters

accountNumber - string
The user account to which the domain name and the PHP feature belong
domainName - string
The target domain name (domain name under which the site is actually hosted)

[edit] Request Headers

Authorization - HTTP Authorization header [1]
The Authentication credentials of the client application.


[edit] Response

[edit] Response Body

{
"status": "{status}",
"links": [{"href": "http://{server_name}/accounts/{accountNumber}/web/{domainName}/php/", "rel": "self"}]
}
 

[edit] Parameters

status - string
Status of the page.
links - list
Hypermedia for this resource

[edit] Status Code

200 OK
Success
401 Unauthorized
The supplied credentials are invalid or do not provide permissions for this operation.
403 Forbidden
The authenticated user is not allowed to access this resource
404 Not Found
The domain name does not exist.


[edit] Examples

[edit] Check if PHP feature is enabled for a domain

Request

GET /accounts/test-account/email/test.com/php
 

Response

200 OK

{
"status": "active",
"links": links": [{"href": "https://api.hostway.com/accounts/test-account/web/test.com/php/", "rel": "self"}]
}

 

[edit] Try to check PHP feature for not existing domain

Request

GET /accounts/test-account/email/test.com/php
 

Response

404 Not Found

{"itemNotFound": {"guid": "", "message": "Resource not found", "code": 404, "details": ""}}

 

[edit]

blog comments powered by Disqus

Personal tools
Namespaces
Variants
Actions
APIs
Navigation
Toolbox