SpringImport\Swagger\Magento2\Client\StoreGroupRepositoryV1Api

May 18, 2017 ยท View on GitHub

All URIs are relative to http://t213.vg/rest/default

MethodHTTP requestDescription
storeGroupRepositoryV1GetListGetGET /V1/store/storeGroups

storeGroupRepositoryV1GetListGet

\SpringImport\Swagger\Magento2\Client\Model\StoreDataGroupInterface[] storeGroupRepositoryV1GetListGet()

Retrieve list of all groups

Example

<?php
require_once(__DIR__ . '/vendor/autoload.php');

$api_instance = new SpringImport\Swagger\Magento2\Client\Api\StoreGroupRepositoryV1Api();

try {
    $result = $api_instance->storeGroupRepositoryV1GetListGet();
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling StoreGroupRepositoryV1Api->storeGroupRepositoryV1GetListGet: ', $e->getMessage(), PHP_EOL;
}
?>

Parameters

This endpoint does not need any parameter.

Return type

\SpringImport\Swagger\Magento2\Client\Model\StoreDataGroupInterface[]

Authorization

No authorization required

HTTP request headers

  • Content-Type: Not defined
  • Accept: Not defined

[Back to top] [Back to API list] [Back to Model list] [Back to README]