semihakartuna New Pleskian Dec 5, 2020 #1 Hello friends How can I call the customer service plan list with Rest API? thank you
Bitpalast Plesk addicted! Plesk Guru Dec 6, 2020 #2 Is this what you are looking for? Getting Information on Service Plans The get operation is used to retrieve the information about service plans. The operation returns all settings in bulk... docs.plesk.com I think to get all plans, maybe omit the filter?
Is this what you are looking for? Getting Information on Service Plans The get operation is used to retrieve the information about service plans. The operation returns all settings in bulk... docs.plesk.com I think to get all plans, maybe omit the filter?
semihakartuna New Pleskian Dec 6, 2020 #3 Peter Debik said: Is this what you are looking for? Getting Information on Service Plans The get operation is used to retrieve the information about service plans. The operation returns all settings in bulk... docs.plesk.com I think to get all plans, maybe omit the filter? Click to expand... thank you, I'm using the rest api, not the xml api. url this is https://ples_url:8443/api/v2/cli/service_plan/call but I could not understand the parameters. {"params": ["- info", "Unlimited"]} this calls a single service I want to call all services
Peter Debik said: Is this what you are looking for? Getting Information on Service Plans The get operation is used to retrieve the information about service plans. The operation returns all settings in bulk... docs.plesk.com I think to get all plans, maybe omit the filter? Click to expand... thank you, I'm using the rest api, not the xml api. url this is https://ples_url:8443/api/v2/cli/service_plan/call but I could not understand the parameters. {"params": ["- info", "Unlimited"]} this calls a single service I want to call all services
Bitpalast Plesk addicted! Plesk Guru Dec 6, 2020 #4 Build, Collaborate & Integrate APIs | SwaggerHub Join thousands of developers who use SwaggerHub to build and design great APIs. Signup or login today. app.swaggerhub.com But not sure if it supports to get the whole list, never tried any of this.
Build, Collaborate & Integrate APIs | SwaggerHub Join thousands of developers who use SwaggerHub to build and design great APIs. Signup or login today. app.swaggerhub.com But not sure if it supports to get the whole list, never tried any of this.
semihakartuna New Pleskian Dec 6, 2020 #5 Thenk u peter Peter Debik said: Build, Collaborate & Integrate APIs | SwaggerHub Join thousands of developers who use SwaggerHub to build and design great APIs. Signup or login today. app.swaggerhub.com But not sure if it supports to get the whole list, never tried any of this. Click to expand...
Thenk u peter Peter Debik said: Build, Collaborate & Integrate APIs | SwaggerHub Join thousands of developers who use SwaggerHub to build and design great APIs. Signup or login today. app.swaggerhub.com But not sure if it supports to get the whole list, never tried any of this. Click to expand...