All URIs are relative to http://localhost/rest/default
Method | HTTP request | Description |
---|---|---|
store_website_repository_v1_get_list_get | GET /V1/store/websites |
list[StoreDataWebsiteInterface] store_website_repository_v1_get_list_get()
Retrieve list of all websites
from __future__ import print_function
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.StoreWebsiteRepositoryV1Api()
try:
api_response = api_instance.store_website_repository_v1_get_list_get()
pprint(api_response)
except ApiException as e:
print("Exception when calling StoreWebsiteRepositoryV1Api->store_website_repository_v1_get_list_get: %s\n" % e)
This endpoint does not need any parameter.
list[StoreDataWebsiteInterface]
No authorization required
- Content-Type: Not defined
- Accept: Not defined
[Back to top] [Back to API list] [Back to Model list] [Back to README]