Input [Feature Request] Add php_handler_id to Plesk Rest API [GET] /domains

tertek

New Pleskian
As far as I can tell, there is no simple way to fetch subdomains and their associated php_handler_id's in one (or more) requests through Plesk Rest API.

I have read through the Rest Documentation, as well as through CLI documentation, but could not find an easy way to retrieve php_handler_id for my sudomains.

However, through XML API this is rather simple, by calling packet:subdomains:get: ... .

Using XML API does not seem right, and also requires additional parsing of response. JSON would be much needed.
Therefore, I submit this feature request to add php_handler_id to the response object of Rest API endpoint for GET /domains.
 
Back
Top