Skip to content
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.

Latest commit

 

History

History
50 lines (31 loc) · 1.33 KB

StoreGroupRepositoryV1Api.md

File metadata and controls

50 lines (31 loc) · 1.33 KB

Swagger\Client\StoreGroupRepositoryV1Api

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

Method HTTP request Description
storeGroupRepositoryV1GetListGet GET /V1/store/storeGroups

storeGroupRepositoryV1GetListGet

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

Retrieve list of all groups

Example

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

$api_instance = new Swagger\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

\Swagger\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]