All URIs are relative to https://api.kinow.com/api
Method | HTTP request | Description |
---|---|---|
getSliderImage | GET /widgets/slider/images | |
getWidgetAnalytics | GET /widgets/analytics | |
getWidgetFooterMenu | GET /widgets/footer-menu | |
getWidgetHomeRail | GET /widgets/home-rail | |
getWidgetHomeRailVideo | GET /widgets/home-rail/{homerail_id}/videos | |
getWidgetHookPhrase | GET /widgets/hook-phrase | |
getWidgetSlider | GET /widgets/slider | |
getWidgetSliderItem | GET /widgets/slider/{slider_id} | |
getWidgetSliderVideoPlayer | GET /widgets/slider/{slider_id}/player | |
getWidgetTopMenu | GET /widgets/top-menu |
\Kinow\Client\Model\ImageListResponse getSliderImage()
Get slider images
<?php
require_once(__DIR__ . '/vendor/autoload.php');
// Configure API key authorization: ApiClientId
Kinow\Client\Configuration::getDefaultConfiguration()->setApiKey('X-Client-Id', 'YOUR_API_KEY');
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
// Kinow\Client\Configuration::getDefaultConfiguration()->setApiKeyPrefix('X-Client-Id', 'Bearer');
// Configure API key authorization: ApiClientSecret
Kinow\Client\Configuration::getDefaultConfiguration()->setApiKey('X-Client-Secret', 'YOUR_API_KEY');
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
// Kinow\Client\Configuration::getDefaultConfiguration()->setApiKeyPrefix('X-Client-Secret', 'Bearer');
$api_instance = new Kinow\Client\Api\WidgetsApi();
try {
$result = $api_instance->getSliderImage();
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling WidgetsApi->getSliderImage: ', $e->getMessage(), PHP_EOL;
}
?>
This endpoint does not need any parameter.
\Kinow\Client\Model\ImageListResponse
- Content-Type: Not defined
- Accept: Not defined
\Kinow\Client\Model\GoogleAnalyticsResponse getWidgetAnalytics()
Get Google Analytics configuration
<?php
require_once(__DIR__ . '/vendor/autoload.php');
// Configure API key authorization: ApiClientId
Kinow\Client\Configuration::getDefaultConfiguration()->setApiKey('X-Client-Id', 'YOUR_API_KEY');
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
// Kinow\Client\Configuration::getDefaultConfiguration()->setApiKeyPrefix('X-Client-Id', 'Bearer');
// Configure API key authorization: ApiClientSecret
Kinow\Client\Configuration::getDefaultConfiguration()->setApiKey('X-Client-Secret', 'YOUR_API_KEY');
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
// Kinow\Client\Configuration::getDefaultConfiguration()->setApiKeyPrefix('X-Client-Secret', 'Bearer');
$api_instance = new Kinow\Client\Api\WidgetsApi();
try {
$result = $api_instance->getWidgetAnalytics();
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling WidgetsApi->getWidgetAnalytics: ', $e->getMessage(), PHP_EOL;
}
?>
This endpoint does not need any parameter.
\Kinow\Client\Model\GoogleAnalyticsResponse
- Content-Type: Not defined
- Accept: Not defined
\Kinow\Client\Model\WidgetFooterMenuListResponse getWidgetFooterMenu($page, $per_page)
Get footer menu list
<?php
require_once(__DIR__ . '/vendor/autoload.php');
// Configure API key authorization: ApiClientId
Kinow\Client\Configuration::getDefaultConfiguration()->setApiKey('X-Client-Id', 'YOUR_API_KEY');
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
// Kinow\Client\Configuration::getDefaultConfiguration()->setApiKeyPrefix('X-Client-Id', 'Bearer');
// Configure API key authorization: ApiClientSecret
Kinow\Client\Configuration::getDefaultConfiguration()->setApiKey('X-Client-Secret', 'YOUR_API_KEY');
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
// Kinow\Client\Configuration::getDefaultConfiguration()->setApiKeyPrefix('X-Client-Secret', 'Bearer');
$api_instance = new Kinow\Client\Api\WidgetsApi();
$page = 789; // int |
$per_page = 789; // int |
try {
$result = $api_instance->getWidgetFooterMenu($page, $per_page);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling WidgetsApi->getWidgetFooterMenu: ', $e->getMessage(), PHP_EOL;
}
?>
Name | Type | Description | Notes |
---|---|---|---|
page | int | [optional] | |
per_page | int | [optional] |
\Kinow\Client\Model\WidgetFooterMenuListResponse
- Content-Type: Not defined
- Accept: Not defined
\Kinow\Client\Model\WidgetHomeRailListResponse getWidgetHomeRail($page, $per_page)
Get home rails list
<?php
require_once(__DIR__ . '/vendor/autoload.php');
// Configure API key authorization: ApiClientId
Kinow\Client\Configuration::getDefaultConfiguration()->setApiKey('X-Client-Id', 'YOUR_API_KEY');
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
// Kinow\Client\Configuration::getDefaultConfiguration()->setApiKeyPrefix('X-Client-Id', 'Bearer');
// Configure API key authorization: ApiClientSecret
Kinow\Client\Configuration::getDefaultConfiguration()->setApiKey('X-Client-Secret', 'YOUR_API_KEY');
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
// Kinow\Client\Configuration::getDefaultConfiguration()->setApiKeyPrefix('X-Client-Secret', 'Bearer');
$api_instance = new Kinow\Client\Api\WidgetsApi();
$page = 789; // int |
$per_page = 789; // int |
try {
$result = $api_instance->getWidgetHomeRail($page, $per_page);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling WidgetsApi->getWidgetHomeRail: ', $e->getMessage(), PHP_EOL;
}
?>
Name | Type | Description | Notes |
---|---|---|---|
page | int | [optional] | |
per_page | int | [optional] |
\Kinow\Client\Model\WidgetHomeRailListResponse
- Content-Type: Not defined
- Accept: Not defined
\Kinow\Client\Model\WidgetHomeRailVideoListResponse getWidgetHomeRailVideo($homerail_id, $page, $per_page)
Get home rails list
<?php
require_once(__DIR__ . '/vendor/autoload.php');
// Configure API key authorization: ApiClientId
Kinow\Client\Configuration::getDefaultConfiguration()->setApiKey('X-Client-Id', 'YOUR_API_KEY');
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
// Kinow\Client\Configuration::getDefaultConfiguration()->setApiKeyPrefix('X-Client-Id', 'Bearer');
// Configure API key authorization: ApiClientSecret
Kinow\Client\Configuration::getDefaultConfiguration()->setApiKey('X-Client-Secret', 'YOUR_API_KEY');
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
// Kinow\Client\Configuration::getDefaultConfiguration()->setApiKeyPrefix('X-Client-Secret', 'Bearer');
$api_instance = new Kinow\Client\Api\WidgetsApi();
$homerail_id = 789; // int | Homerail ID to fetch
$page = 789; // int |
$per_page = 789; // int |
try {
$result = $api_instance->getWidgetHomeRailVideo($homerail_id, $page, $per_page);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling WidgetsApi->getWidgetHomeRailVideo: ', $e->getMessage(), PHP_EOL;
}
?>
Name | Type | Description | Notes |
---|---|---|---|
homerail_id | int | Homerail ID to fetch | |
page | int | [optional] | |
per_page | int | [optional] |
\Kinow\Client\Model\WidgetHomeRailVideoListResponse
- Content-Type: Not defined
- Accept: Not defined
\Kinow\Client\Model\WidgetHookPhraseListResponse getWidgetHookPhrase($page, $per_page)
Get hook phrase list
<?php
require_once(__DIR__ . '/vendor/autoload.php');
// Configure API key authorization: ApiClientId
Kinow\Client\Configuration::getDefaultConfiguration()->setApiKey('X-Client-Id', 'YOUR_API_KEY');
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
// Kinow\Client\Configuration::getDefaultConfiguration()->setApiKeyPrefix('X-Client-Id', 'Bearer');
// Configure API key authorization: ApiClientSecret
Kinow\Client\Configuration::getDefaultConfiguration()->setApiKey('X-Client-Secret', 'YOUR_API_KEY');
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
// Kinow\Client\Configuration::getDefaultConfiguration()->setApiKeyPrefix('X-Client-Secret', 'Bearer');
$api_instance = new Kinow\Client\Api\WidgetsApi();
$page = 789; // int |
$per_page = 789; // int |
try {
$result = $api_instance->getWidgetHookPhrase($page, $per_page);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling WidgetsApi->getWidgetHookPhrase: ', $e->getMessage(), PHP_EOL;
}
?>
Name | Type | Description | Notes |
---|---|---|---|
page | int | [optional] | |
per_page | int | [optional] |
\Kinow\Client\Model\WidgetHookPhraseListResponse
- Content-Type: Not defined
- Accept: Not defined
\Kinow\Client\Model\WidgetSliderListResponse getWidgetSlider($page, $per_page)
Get slider list
<?php
require_once(__DIR__ . '/vendor/autoload.php');
// Configure API key authorization: ApiClientId
Kinow\Client\Configuration::getDefaultConfiguration()->setApiKey('X-Client-Id', 'YOUR_API_KEY');
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
// Kinow\Client\Configuration::getDefaultConfiguration()->setApiKeyPrefix('X-Client-Id', 'Bearer');
// Configure API key authorization: ApiClientSecret
Kinow\Client\Configuration::getDefaultConfiguration()->setApiKey('X-Client-Secret', 'YOUR_API_KEY');
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
// Kinow\Client\Configuration::getDefaultConfiguration()->setApiKeyPrefix('X-Client-Secret', 'Bearer');
$api_instance = new Kinow\Client\Api\WidgetsApi();
$page = 789; // int |
$per_page = 789; // int |
try {
$result = $api_instance->getWidgetSlider($page, $per_page);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling WidgetsApi->getWidgetSlider: ', $e->getMessage(), PHP_EOL;
}
?>
Name | Type | Description | Notes |
---|---|---|---|
page | int | [optional] | |
per_page | int | [optional] |
\Kinow\Client\Model\WidgetSliderListResponse
- Content-Type: Not defined
- Accept: Not defined
\Kinow\Client\Model\WidgetSliderResponse getWidgetSliderItem($slider_id)
Get slider item
<?php
require_once(__DIR__ . '/vendor/autoload.php');
// Configure API key authorization: ApiClientId
Kinow\Client\Configuration::getDefaultConfiguration()->setApiKey('X-Client-Id', 'YOUR_API_KEY');
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
// Kinow\Client\Configuration::getDefaultConfiguration()->setApiKeyPrefix('X-Client-Id', 'Bearer');
// Configure API key authorization: ApiClientSecret
Kinow\Client\Configuration::getDefaultConfiguration()->setApiKey('X-Client-Secret', 'YOUR_API_KEY');
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
// Kinow\Client\Configuration::getDefaultConfiguration()->setApiKeyPrefix('X-Client-Secret', 'Bearer');
$api_instance = new Kinow\Client\Api\WidgetsApi();
$slider_id = 789; // int | Slider ID to fetch
try {
$result = $api_instance->getWidgetSliderItem($slider_id);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling WidgetsApi->getWidgetSliderItem: ', $e->getMessage(), PHP_EOL;
}
?>
Name | Type | Description | Notes |
---|---|---|---|
slider_id | int | Slider ID to fetch |
\Kinow\Client\Model\WidgetSliderResponse
- Content-Type: Not defined
- Accept: Not defined
\Kinow\Client\Model\Player getWidgetSliderVideoPlayer($slider_id, $customer_id, $country_id)
Get video player
<?php
require_once(__DIR__ . '/vendor/autoload.php');
// Configure API key authorization: ApiClientId
Kinow\Client\Configuration::getDefaultConfiguration()->setApiKey('X-Client-Id', 'YOUR_API_KEY');
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
// Kinow\Client\Configuration::getDefaultConfiguration()->setApiKeyPrefix('X-Client-Id', 'Bearer');
// Configure API key authorization: ApiClientSecret
Kinow\Client\Configuration::getDefaultConfiguration()->setApiKey('X-Client-Secret', 'YOUR_API_KEY');
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
// Kinow\Client\Configuration::getDefaultConfiguration()->setApiKeyPrefix('X-Client-Secret', 'Bearer');
$api_instance = new Kinow\Client\Api\WidgetsApi();
$slider_id = 789; // int | Slider ID to fetch
$customer_id = 789; // int | Customer ID to fetch
$country_id = 789; // int | Country ID to use in video analytics
try {
$result = $api_instance->getWidgetSliderVideoPlayer($slider_id, $customer_id, $country_id);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling WidgetsApi->getWidgetSliderVideoPlayer: ', $e->getMessage(), PHP_EOL;
}
?>
Name | Type | Description | Notes |
---|---|---|---|
slider_id | int | Slider ID to fetch | |
customer_id | int | Customer ID to fetch | [optional] |
country_id | int | Country ID to use in video analytics | [optional] |
- Content-Type: Not defined
- Accept: Not defined
\Kinow\Client\Model\WidgetTopMenuListResponse getWidgetTopMenu($page, $per_page)
Get top menu list
<?php
require_once(__DIR__ . '/vendor/autoload.php');
// Configure API key authorization: ApiClientId
Kinow\Client\Configuration::getDefaultConfiguration()->setApiKey('X-Client-Id', 'YOUR_API_KEY');
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
// Kinow\Client\Configuration::getDefaultConfiguration()->setApiKeyPrefix('X-Client-Id', 'Bearer');
// Configure API key authorization: ApiClientSecret
Kinow\Client\Configuration::getDefaultConfiguration()->setApiKey('X-Client-Secret', 'YOUR_API_KEY');
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
// Kinow\Client\Configuration::getDefaultConfiguration()->setApiKeyPrefix('X-Client-Secret', 'Bearer');
$api_instance = new Kinow\Client\Api\WidgetsApi();
$page = 789; // int |
$per_page = 789; // int |
try {
$result = $api_instance->getWidgetTopMenu($page, $per_page);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling WidgetsApi->getWidgetTopMenu: ', $e->getMessage(), PHP_EOL;
}
?>
Name | Type | Description | Notes |
---|---|---|---|
page | int | [optional] | |
per_page | int | [optional] |
\Kinow\Client\Model\WidgetTopMenuListResponse
- Content-Type: Not defined
- Accept: Not defined