Full Development Guide

API Clients

Namespace: Ceic\Api\Apis

Class: DictionaryApi( ClientInterface $client = null, Configuration $config = null, HeaderSelector $selector = null )


getConfig()

Returns:

Configuration


getClassificationIndicators($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false')

List of indicators for specific classification

Returns:

\Ceic\Api\Ceic\Api\Models\IndicatorsResult

Parameters:
Name Type Description
$id string Classification ID. (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)

getClassificationIndicatorsAsync($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false')

List of indicators for specific classification

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$id string Classification ID. (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)

getClassifications($acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false')

Classifications list

Returns:

\Ceic\Api\Ceic\Api\Models\ClassificationsResult

Parameters:
Name Type Description
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)

getClassificationsAsync($acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false')

Classifications list

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)

getCountries($acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false')

DEPRECATED. Please use `/dictionary/geo`. Countries list

Returns:

\Ceic\Api\Ceic\Api\Models\CountriesResult

Parameters:
Name Type Description
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)

getCountriesAsync($acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false')

DEPRECATED. Please use `/dictionary/geo`. Countries list

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)

getCountrySources($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false')

List of sources for a specific country

Returns:

\Ceic\Api\Ceic\Api\Models\SourcesResult

Parameters:
Name Type Description
$id string Country ISO code (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)

getCountrySourcesAsync($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false')

List of sources for a specific country

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$id string Country ISO code (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)

getDictionaries($acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false')

Full dictionary list

Returns:

\Ceic\Api\Ceic\Api\Models\DictionaryResult

Parameters:
Name Type Description
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)

getDictionariesAsync($acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false')

Full dictionary list

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)

getFrequencies($acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false')

Frequencies list

Returns:

\Ceic\Api\Ceic\Api\Models\FrequenciesResult

Parameters:
Name Type Description
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)

getFrequenciesAsync($acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false')

Frequencies list

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)

getGeo($acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false')

Geo list

Returns:

\Ceic\Api\Ceic\Api\Models\GeoResult

Parameters:
Name Type Description
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)

getGeoAsync($acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false')

Geo list

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)

getIndicators($acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false')

Indicators list

Returns:

\Ceic\Api\Ceic\Api\Models\IndicatorsResult

Parameters:
Name Type Description
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)

getIndicatorsAsync($acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false')

Indicators list

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)

getLayouts($acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false')

DEPRECATED. Please use `/layout/databases`. Database layouts list

Returns:

\Ceic\Api\Ceic\Api\Models\LayoutsResult

Parameters:
Name Type Description
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)

getLayoutsAsync($acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false')

DEPRECATED. Please use `/layout/databases`. Database layouts list

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)

getRegions($acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false')

Regions list

Returns:

\Ceic\Api\Ceic\Api\Models\RegionsResult

Parameters:
Name Type Description
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)

getRegionsAsync($acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false')

Regions list

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)

getReleaseStatuses($acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false')

Release schedule statuses list

Returns:

\Ceic\Api\Ceic\Api\Models\ReleaseStatusesResult

Parameters:
Name Type Description
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)

getReleaseStatusesAsync($acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false')

Release schedule statuses list

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)

getReleaseTypes($acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false')

Release schedule types list

Returns:

\Ceic\Api\Ceic\Api\Models\ReleaseTypesResult

Parameters:
Name Type Description
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)

getReleaseTypesAsync($acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false')

Release schedule types list

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)

getSources($acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false')

Sources list

Returns:

\Ceic\Api\Ceic\Api\Models\SourcesResult

Parameters:
Name Type Description
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)

getSourcesAsync($acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false')

Sources list

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)

getStatuses($acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false')

Statuses list

Returns:

\Ceic\Api\Ceic\Api\Models\StatusesResult

Parameters:
Name Type Description
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)

getStatusesAsync($acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false')

Statuses list

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)

getUnits($acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false')

Units list

Returns:

\Ceic\Api\Ceic\Api\Models\UnitsResult

Parameters:
Name Type Description
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)

getUnitsAsync($acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false')

Units list

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)

getClassificationIndicatorsQuery(\Ceic\Api\Models\QueryEntities\DictionaryApiQueryEntity $queryEntity)

Returns:

\Ceic\Api\Ceic\Api\Models\IndicatorsResult

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DictionaryApiQueryEntity Query entity object which contains the search information (required)

getClassificationIndicatorsAsyncQuery(\Ceic\Api\Models\QueryEntities\DictionaryApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DictionaryApiQueryEntity Query entity object which contains the search information (required)

getClassificationsQuery(\Ceic\Api\Models\QueryEntities\DictionaryApiQueryEntity $queryEntity)

Returns:

\Ceic\Api\Ceic\Api\Models\ClassificationsResult

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DictionaryApiQueryEntity Query entity object which contains the search information (required)

getClassificationsAsyncQuery(\Ceic\Api\Models\QueryEntities\DictionaryApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DictionaryApiQueryEntity Query entity object which contains the search information (required)

getCountriesQuery(\Ceic\Api\Models\QueryEntities\DictionaryApiQueryEntity $queryEntity)

Returns:

\Ceic\Api\Ceic\Api\Models\CountriesResult

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DictionaryApiQueryEntity Query entity object which contains the search information (required)

getCountriesAsyncQuery(\Ceic\Api\Models\QueryEntities\DictionaryApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DictionaryApiQueryEntity Query entity object which contains the search information (required)

getCountrySourcesQuery(\Ceic\Api\Models\QueryEntities\DictionaryApiQueryEntity $queryEntity)

Returns:

\Ceic\Api\Ceic\Api\Models\SourcesResult

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DictionaryApiQueryEntity Query entity object which contains the search information (required)

getCountrySourcesAsyncQuery(\Ceic\Api\Models\QueryEntities\DictionaryApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DictionaryApiQueryEntity Query entity object which contains the search information (required)

getDictionariesQuery(\Ceic\Api\Models\QueryEntities\DictionaryApiQueryEntity $queryEntity)

Returns:

\Ceic\Api\Ceic\Api\Models\DictionaryResult

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DictionaryApiQueryEntity Query entity object which contains the search information (required)

getDictionariesAsyncQuery(\Ceic\Api\Models\QueryEntities\DictionaryApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DictionaryApiQueryEntity Query entity object which contains the search information (required)

getFrequenciesQuery(\Ceic\Api\Models\QueryEntities\DictionaryApiQueryEntity $queryEntity)

Returns:

\Ceic\Api\Ceic\Api\Models\FrequenciesResult

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DictionaryApiQueryEntity Query entity object which contains the search information (required)

getFrequenciesAsyncQuery(\Ceic\Api\Models\QueryEntities\DictionaryApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DictionaryApiQueryEntity Query entity object which contains the search information (required)

getGeoQuery(\Ceic\Api\Models\QueryEntities\DictionaryApiQueryEntity $queryEntity)

Returns:

\Ceic\Api\Ceic\Api\Models\GeoResult

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DictionaryApiQueryEntity Query entity object which contains the search information (required)

getGeoAsyncQuery(\Ceic\Api\Models\QueryEntities\DictionaryApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DictionaryApiQueryEntity Query entity object which contains the search information (required)

getIndicatorsQuery(\Ceic\Api\Models\QueryEntities\DictionaryApiQueryEntity $queryEntity)

Returns:

\Ceic\Api\Ceic\Api\Models\IndicatorsResult

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DictionaryApiQueryEntity Query entity object which contains the search information (required)

getIndicatorsAsyncQuery(\Ceic\Api\Models\QueryEntities\DictionaryApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DictionaryApiQueryEntity Query entity object which contains the search information (required)

getLayoutsQuery(\Ceic\Api\Models\QueryEntities\DictionaryApiQueryEntity $queryEntity)

Returns:

\Ceic\Api\Ceic\Api\Models\LayoutsResult

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DictionaryApiQueryEntity Query entity object which contains the search information (required)

getLayoutsAsyncQuery(\Ceic\Api\Models\QueryEntities\DictionaryApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DictionaryApiQueryEntity Query entity object which contains the search information (required)

getRegionsQuery(\Ceic\Api\Models\QueryEntities\DictionaryApiQueryEntity $queryEntity)

Returns:

\Ceic\Api\Ceic\Api\Models\RegionsResult

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DictionaryApiQueryEntity Query entity object which contains the search information (required)

getRegionsAsyncQuery(\Ceic\Api\Models\QueryEntities\DictionaryApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DictionaryApiQueryEntity Query entity object which contains the search information (required)

getReleaseStatusesQuery(\Ceic\Api\Models\QueryEntities\DictionaryApiQueryEntity $queryEntity)

Returns:

\Ceic\Api\Ceic\Api\Models\ReleaseStatusesResult

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DictionaryApiQueryEntity Query entity object which contains the search information (required)

getReleaseStatusesAsyncQuery(\Ceic\Api\Models\QueryEntities\DictionaryApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DictionaryApiQueryEntity Query entity object which contains the search information (required)

getReleaseTypesQuery(\Ceic\Api\Models\QueryEntities\DictionaryApiQueryEntity $queryEntity)

Returns:

\Ceic\Api\Ceic\Api\Models\ReleaseTypesResult

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DictionaryApiQueryEntity Query entity object which contains the search information (required)

getReleaseTypesAsyncQuery(\Ceic\Api\Models\QueryEntities\DictionaryApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DictionaryApiQueryEntity Query entity object which contains the search information (required)

getSourcesQuery(\Ceic\Api\Models\QueryEntities\DictionaryApiQueryEntity $queryEntity)

Returns:

\Ceic\Api\Ceic\Api\Models\SourcesResult

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DictionaryApiQueryEntity Query entity object which contains the search information (required)

getSourcesAsyncQuery(\Ceic\Api\Models\QueryEntities\DictionaryApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DictionaryApiQueryEntity Query entity object which contains the search information (required)

getStatusesQuery(\Ceic\Api\Models\QueryEntities\DictionaryApiQueryEntity $queryEntity)

Returns:

\Ceic\Api\Ceic\Api\Models\StatusesResult

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DictionaryApiQueryEntity Query entity object which contains the search information (required)

getStatusesAsyncQuery(\Ceic\Api\Models\QueryEntities\DictionaryApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DictionaryApiQueryEntity Query entity object which contains the search information (required)

getUnitsQuery(\Ceic\Api\Models\QueryEntities\DictionaryApiQueryEntity $queryEntity)

Returns:

\Ceic\Api\Ceic\Api\Models\UnitsResult

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DictionaryApiQueryEntity Query entity object which contains the search information (required)

getUnitsAsyncQuery(\Ceic\Api\Models\QueryEntities\DictionaryApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DictionaryApiQueryEntity Query entity object which contains the search information (required)

Namespace: Ceic\Api\Apis

Class: DumpsApi( ClientInterface $client = null, Configuration $config = null, HeaderSelector $selector = null )


getConfig()

Returns:

Configuration


cancelDump($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false')

Cancel dump

Returns:

\Ceic\Api\Ceic\Api\Models\DumpResult

Parameters:
Name Type Description
$id string Dump ID (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)

cancelDumpAsync($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false')

Cancel dump

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$id string Dump ID (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)

createDataDump($filterId, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $name = null, $description = null, $consolidation = 'zip', $delivery = 'web', $userFtpUrl = 'null', $userFtpPath = '/ceic_data_dumps/', $userFtpUsername = 'null', $userFtpPassword = 'null', $notificationEmail = 'null', $notificationUrl = 'null', $notificationHttpMethod = 'GET')

Create dump

Returns:

\Ceic\Api\Ceic\Api\Models\DumpResult

Parameters:
Name Type Description
$filterId string Filter ID (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$name string Name of the new record. Max length 100 (optional)
$description string Description of the new record. Max length 1000 (optional)
$consolidation string Consolidation Method (optional, default to zip)
$delivery string Delivery Method (optional, default to web)
$userFtpUrl string Result delivery URL for local FTP server. Only valid when the localftp delivery method is selected. Can also include port: ftp|sftp://myftphost.com:2222. If no port is specified 21|22 is used for FTP|SFTP respectfully. (optional, default to null)
$userFtpPath string Result delivery path for local FTP server. Only valid when the localftp delivery method is selected. (optional, default to /ceic_data_dumps/)
$userFtpUsername string Username for the local FTP server. Only valid when the localftp delivery method is selected. (optional, default to null)
$userFtpPassword string Password for the local FTP server. Only valid when the localftp delivery method is selected and if local_ftp_username is specified. (optional, default to null)
$notificationEmail string When set, the user will receive notifications by the e-mail address specified. Multiple comma separated e-mail addresses could be set. (optional, default to null)
$notificationUrl string URL for push notification upon dump completion. (optional, default to null)
$notificationHttpMethod string HTTP Method for push notifications. (optional, default to GET)

createDataDumpAsync($filterId, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $name = null, $description = null, $consolidation = 'zip', $delivery = 'web', $userFtpUrl = 'null', $userFtpPath = '/ceic_data_dumps/', $userFtpUsername = 'null', $userFtpPassword = 'null', $notificationEmail = 'null', $notificationUrl = 'null', $notificationHttpMethod = 'GET')

Create dump

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$filterId string Filter ID (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$name string Name of the new record. Max length 100 (optional)
$description string Description of the new record. Max length 1000 (optional)
$consolidation string Consolidation Method (optional, default to zip)
$delivery string Delivery Method (optional, default to web)
$userFtpUrl string Result delivery URL for local FTP server. Only valid when the localftp delivery method is selected. Can also include port: ftp|sftp://myftphost.com:2222. If no port is specified 21|22 is used for FTP|SFTP respectfully. (optional, default to null)
$userFtpPath string Result delivery path for local FTP server. Only valid when the localftp delivery method is selected. (optional, default to /ceic_data_dumps/)
$userFtpUsername string Username for the local FTP server. Only valid when the localftp delivery method is selected. (optional, default to null)
$userFtpPassword string Password for the local FTP server. Only valid when the localftp delivery method is selected and if local_ftp_username is specified. (optional, default to null)
$notificationEmail string When set, the user will receive notifications by the e-mail address specified. Multiple comma separated e-mail addresses could be set. (optional, default to null)
$notificationUrl string URL for push notification upon dump completion. (optional, default to null)
$notificationHttpMethod string HTTP Method for push notifications. (optional, default to GET)

getDataDump($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false')

Get dump

Returns:

\Ceic\Api\Ceic\Api\Models\DumpResult

Parameters:
Name Type Description
$id string Dump ID (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)

getDataDumpAsync($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false')

Get dump

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$id string Dump ID (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)

listUserDumps($acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $offset = '0', $limit = '100', $createdAfter = null, $createdBefore = null, $filterId = null, $createdOrder = 'ASC', $status = null, $feedId = null)

List dumps

Returns:

\Ceic\Api\Ceic\Api\Models\DumpListResult

Parameters:
Name Type Description
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$offset float The offset from which the records will be returned. Used to get the next set of records when the limit is reached. (optional, default to 0)
$limit float Number of records to return in the range 1 - 100. Default is 100. (optional, default to 100)
$createdAfter \DateTime Will return entries created after `created_after` date (optional)
$createdBefore \DateTime Will return entries created after `created_before` date (optional)
$filterId string Filter ID used to define a subset of data over which the search will be executed. When combined with additional search criterion, the result will be an intesection of both. (optional)
$createdOrder string Choose whether to order the entries ascending or descending. Default is Ascending (optional, default to ASC)
$status string[] Dump status (optional)
$feedId string Feed ID (optional)

listUserDumpsAsync($acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $offset = '0', $limit = '100', $createdAfter = null, $createdBefore = null, $filterId = null, $createdOrder = 'ASC', $status = null, $feedId = null)

List dumps

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$offset float The offset from which the records will be returned. Used to get the next set of records when the limit is reached. (optional, default to 0)
$limit float Number of records to return in the range 1 - 100. Default is 100. (optional, default to 100)
$createdAfter \DateTime Will return entries created after `created_after` date (optional)
$createdBefore \DateTime Will return entries created after `created_before` date (optional)
$filterId string Filter ID used to define a subset of data over which the search will be executed. When combined with additional search criterion, the result will be an intesection of both. (optional)
$createdOrder string Choose whether to order the entries ascending or descending. Default is Ascending (optional, default to ASC)
$status string[] Dump status (optional)
$feedId string Feed ID (optional)

cancelDumpQuery(\Ceic\Api\Models\QueryEntities\DumpsApiQueryEntity $queryEntity)

Returns:

\Ceic\Api\Ceic\Api\Models\DumpResult

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DumpsApiQueryEntity Query entity object which contains the search information (required)

cancelDumpAsyncQuery(\Ceic\Api\Models\QueryEntities\DumpsApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DumpsApiQueryEntity Query entity object which contains the search information (required)

createDataDumpQuery(\Ceic\Api\Models\QueryEntities\DumpsApiQueryEntity $queryEntity)

Returns:

\Ceic\Api\Ceic\Api\Models\DumpResult

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DumpsApiQueryEntity Query entity object which contains the search information (required)

createDataDumpAsyncQuery(\Ceic\Api\Models\QueryEntities\DumpsApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DumpsApiQueryEntity Query entity object which contains the search information (required)

getDataDumpQuery(\Ceic\Api\Models\QueryEntities\DumpsApiQueryEntity $queryEntity)

Returns:

\Ceic\Api\Ceic\Api\Models\DumpResult

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DumpsApiQueryEntity Query entity object which contains the search information (required)

getDataDumpAsyncQuery(\Ceic\Api\Models\QueryEntities\DumpsApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DumpsApiQueryEntity Query entity object which contains the search information (required)

listUserDumpsQuery(\Ceic\Api\Models\QueryEntities\DumpsApiQueryEntity $queryEntity)

Returns:

\Ceic\Api\Ceic\Api\Models\DumpListResult

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DumpsApiQueryEntity Query entity object which contains the search information (required)

listUserDumpsAsyncQuery(\Ceic\Api\Models\QueryEntities\DumpsApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DumpsApiQueryEntity Query entity object which contains the search information (required)

Namespace: Ceic\Api\Apis

Class: FeedsApi( ClientInterface $client = null, Configuration $config = null, HeaderSelector $selector = null )


getConfig()

Returns:

Configuration


createFeed($filterId, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $name = null, $description = null, $consolidation = 'zip', $delivery = 'web', $userFtpUrl = 'null', $userFtpPath = '/ceic_data_dumps/', $userFtpUsername = 'null', $userFtpPassword = 'null', $notificationEmail = 'null', $notificationUrl = 'null', $notificationHttpMethod = 'GET', $frequency = '1440', $fullDump = 'false')

Subscribe for a feed

Returns:

\Ceic\Api\Ceic\Api\Models\FeedResult

Parameters:
Name Type Description
$filterId string Filter ID (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$name string Name of the new record. Max length 100 (optional)
$description string Description of the new record. Max length 1000 (optional)
$consolidation string Consolidation Method (optional, default to zip)
$delivery string Delivery Method (optional, default to web)
$userFtpUrl string Result delivery URL for local FTP server. Only valid when the localftp delivery method is selected. Can also include port: ftp|sftp://myftphost.com:2222. If no port is specified 21|22 is used for FTP|SFTP respectfully. (optional, default to null)
$userFtpPath string Result delivery path for local FTP server. Only valid when the localftp delivery method is selected. (optional, default to /ceic_data_dumps/)
$userFtpUsername string Username for the local FTP server. Only valid when the localftp delivery method is selected. (optional, default to null)
$userFtpPassword string Password for the local FTP server. Only valid when the localftp delivery method is selected and if local_ftp_username is specified. (optional, default to null)
$notificationEmail string When set, the user will receive notifications by the e-mail address specified. Multiple comma separated e-mail addresses could be set. (optional, default to null)
$notificationUrl string URL for push notification upon dump completion. (optional, default to null)
$notificationHttpMethod string HTTP Method for push notifications. (optional, default to GET)
$frequency int Feed generation frequency (optional, default to 1440)
$fullDump bool When set to true, the feed will always generate full list of time points. This option is only available for lists that are equal or less than 3,000 series. (optional, default to false)

createFeedAsync($filterId, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $name = null, $description = null, $consolidation = 'zip', $delivery = 'web', $userFtpUrl = 'null', $userFtpPath = '/ceic_data_dumps/', $userFtpUsername = 'null', $userFtpPassword = 'null', $notificationEmail = 'null', $notificationUrl = 'null', $notificationHttpMethod = 'GET', $frequency = '1440', $fullDump = 'false')

Subscribe for a feed

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$filterId string Filter ID (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$name string Name of the new record. Max length 100 (optional)
$description string Description of the new record. Max length 1000 (optional)
$consolidation string Consolidation Method (optional, default to zip)
$delivery string Delivery Method (optional, default to web)
$userFtpUrl string Result delivery URL for local FTP server. Only valid when the localftp delivery method is selected. Can also include port: ftp|sftp://myftphost.com:2222. If no port is specified 21|22 is used for FTP|SFTP respectfully. (optional, default to null)
$userFtpPath string Result delivery path for local FTP server. Only valid when the localftp delivery method is selected. (optional, default to /ceic_data_dumps/)
$userFtpUsername string Username for the local FTP server. Only valid when the localftp delivery method is selected. (optional, default to null)
$userFtpPassword string Password for the local FTP server. Only valid when the localftp delivery method is selected and if local_ftp_username is specified. (optional, default to null)
$notificationEmail string When set, the user will receive notifications by the e-mail address specified. Multiple comma separated e-mail addresses could be set. (optional, default to null)
$notificationUrl string URL for push notification upon dump completion. (optional, default to null)
$notificationHttpMethod string HTTP Method for push notifications. (optional, default to GET)
$frequency int Feed generation frequency (optional, default to 1440)
$fullDump bool When set to true, the feed will always generate full list of time points. This option is only available for lists that are equal or less than 3,000 series. (optional, default to false)

deleteFeed($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false')

Delete feed

Returns:

\Ceic\Api\Ceic\Api\Models\FeedInformation

Parameters:
Name Type Description
$id string Feed ID (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)

deleteFeedAsync($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false')

Delete feed

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$id string Feed ID (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)

getFeed($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false')

Get feed

Returns:

\Ceic\Api\Ceic\Api\Models\FeedInformation

Parameters:
Name Type Description
$id string Feed ID (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)

getFeedAsync($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false')

Get feed

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$id string Feed ID (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)

getFeeds($acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $offset = '0', $limit = '100', $createdAfter = null, $createdBefore = null, $filterId = null, $createdOrder = 'ASC', $status = null)

List all feed subscriptions

Returns:

\Ceic\Api\Ceic\Api\Models\FeedsResult

Parameters:
Name Type Description
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$offset float The offset from which the records will be returned. Used to get the next set of records when the limit is reached. (optional, default to 0)
$limit float Number of records to return in the range 1 - 100. Default is 100. (optional, default to 100)
$createdAfter \DateTime Will return entries created after `created_after` date (optional)
$createdBefore \DateTime Will return entries created after `created_before` date (optional)
$filterId string Filter ID used to define a subset of data over which the search will be executed. When combined with additional search criterion, the result will be an intesection of both. (optional)
$createdOrder string Choose whether to order the entries ascending or descending. Default is Ascending (optional, default to ASC)
$status string[] Feed status (optional)

getFeedsAsync($acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $offset = '0', $limit = '100', $createdAfter = null, $createdBefore = null, $filterId = null, $createdOrder = 'ASC', $status = null)

List all feed subscriptions

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$offset float The offset from which the records will be returned. Used to get the next set of records when the limit is reached. (optional, default to 0)
$limit float Number of records to return in the range 1 - 100. Default is 100. (optional, default to 100)
$createdAfter \DateTime Will return entries created after `created_after` date (optional)
$createdBefore \DateTime Will return entries created after `created_before` date (optional)
$filterId string Filter ID used to define a subset of data over which the search will be executed. When combined with additional search criterion, the result will be an intesection of both. (optional)
$createdOrder string Choose whether to order the entries ascending or descending. Default is Ascending (optional, default to ASC)
$status string[] Feed status (optional)

updateFeed($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $name = null, $description = null, $consolidation = 'zip', $delivery = 'web', $userFtpUrl = 'null', $userFtpPath = '/ceic_data_dumps/', $userFtpUsername = 'null', $userFtpPassword = 'null', $notificationEmail = 'null', $notificationUrl = 'null', $notificationHttpMethod = 'GET', $frequency = '1440', $fullDump = 'false', $status = null, $filterId = null)

Update feed

Returns:

\Ceic\Api\Ceic\Api\Models\FeedInformation

Parameters:
Name Type Description
$id string Feed ID (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$name string Name of the new record. Max length 100 (optional)
$description string Description of the new record. Max length 1000 (optional)
$consolidation string Consolidation Method (optional, default to zip)
$delivery string Delivery Method (optional, default to web)
$userFtpUrl string Result delivery URL for local FTP server. Only valid when the localftp delivery method is selected. Can also include port: ftp|sftp://myftphost.com:2222. If no port is specified 21|22 is used for FTP|SFTP respectfully. (optional, default to null)
$userFtpPath string Result delivery path for local FTP server. Only valid when the localftp delivery method is selected. (optional, default to /ceic_data_dumps/)
$userFtpUsername string Username for the local FTP server. Only valid when the localftp delivery method is selected. (optional, default to null)
$userFtpPassword string Password for the local FTP server. Only valid when the localftp delivery method is selected and if local_ftp_username is specified. (optional, default to null)
$notificationEmail string When set, the user will receive notifications by the e-mail address specified. Multiple comma separated e-mail addresses could be set. (optional, default to null)
$notificationUrl string URL for push notification upon dump completion. (optional, default to null)
$notificationHttpMethod string HTTP Method for push notifications. (optional, default to GET)
$frequency int Feed generation frequency (optional, default to 1440)
$fullDump bool When set to true, the feed will always generate full list of time points. This option is only available for lists that are equal or less than 3,000 series. (optional, default to false)
$status string Feed status (optional)
$filterId string Filter ID (optional)

updateFeedAsync($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $name = null, $description = null, $consolidation = 'zip', $delivery = 'web', $userFtpUrl = 'null', $userFtpPath = '/ceic_data_dumps/', $userFtpUsername = 'null', $userFtpPassword = 'null', $notificationEmail = 'null', $notificationUrl = 'null', $notificationHttpMethod = 'GET', $frequency = '1440', $fullDump = 'false', $status = null, $filterId = null)

Update feed

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$id string Feed ID (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$name string Name of the new record. Max length 100 (optional)
$description string Description of the new record. Max length 1000 (optional)
$consolidation string Consolidation Method (optional, default to zip)
$delivery string Delivery Method (optional, default to web)
$userFtpUrl string Result delivery URL for local FTP server. Only valid when the localftp delivery method is selected. Can also include port: ftp|sftp://myftphost.com:2222. If no port is specified 21|22 is used for FTP|SFTP respectfully. (optional, default to null)
$userFtpPath string Result delivery path for local FTP server. Only valid when the localftp delivery method is selected. (optional, default to /ceic_data_dumps/)
$userFtpUsername string Username for the local FTP server. Only valid when the localftp delivery method is selected. (optional, default to null)
$userFtpPassword string Password for the local FTP server. Only valid when the localftp delivery method is selected and if local_ftp_username is specified. (optional, default to null)
$notificationEmail string When set, the user will receive notifications by the e-mail address specified. Multiple comma separated e-mail addresses could be set. (optional, default to null)
$notificationUrl string URL for push notification upon dump completion. (optional, default to null)
$notificationHttpMethod string HTTP Method for push notifications. (optional, default to GET)
$frequency int Feed generation frequency (optional, default to 1440)
$fullDump bool When set to true, the feed will always generate full list of time points. This option is only available for lists that are equal or less than 3,000 series. (optional, default to false)
$status string Feed status (optional)
$filterId string Filter ID (optional)

createFeedQuery(\Ceic\Api\Models\QueryEntities\FeedsApiQueryEntity $queryEntity)

Returns:

\Ceic\Api\Ceic\Api\Models\FeedResult

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\FeedsApiQueryEntity Query entity object which contains the search information (required)

createFeedAsyncQuery(\Ceic\Api\Models\QueryEntities\FeedsApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\FeedsApiQueryEntity Query entity object which contains the search information (required)

deleteFeedQuery(\Ceic\Api\Models\QueryEntities\FeedsApiQueryEntity $queryEntity)

Returns:

\Ceic\Api\Ceic\Api\Models\FeedInformation

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\FeedsApiQueryEntity Query entity object which contains the search information (required)

deleteFeedAsyncQuery(\Ceic\Api\Models\QueryEntities\FeedsApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\FeedsApiQueryEntity Query entity object which contains the search information (required)

getFeedQuery(\Ceic\Api\Models\QueryEntities\FeedsApiQueryEntity $queryEntity)

Returns:

\Ceic\Api\Ceic\Api\Models\FeedInformation

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\FeedsApiQueryEntity Query entity object which contains the search information (required)

getFeedAsyncQuery(\Ceic\Api\Models\QueryEntities\FeedsApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\FeedsApiQueryEntity Query entity object which contains the search information (required)

getFeedsQuery(\Ceic\Api\Models\QueryEntities\FeedsApiQueryEntity $queryEntity)

Returns:

\Ceic\Api\Ceic\Api\Models\FeedsResult

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\FeedsApiQueryEntity Query entity object which contains the search information (required)

getFeedsAsyncQuery(\Ceic\Api\Models\QueryEntities\FeedsApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\FeedsApiQueryEntity Query entity object which contains the search information (required)

updateFeedQuery(\Ceic\Api\Models\QueryEntities\FeedsApiQueryEntity $queryEntity)

Returns:

\Ceic\Api\Ceic\Api\Models\FeedInformation

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\FeedsApiQueryEntity Query entity object which contains the search information (required)

updateFeedAsyncQuery(\Ceic\Api\Models\QueryEntities\FeedsApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\FeedsApiQueryEntity Query entity object which contains the search information (required)

Namespace: Ceic\Api\Apis

Class: FiltersApi( ClientInterface $client = null, Configuration $config = null, HeaderSelector $selector = null )


getConfig()

Returns:

Configuration


createFilter($accept = 'json', $format = 'json', $token = null, $withModelInformation = 'false', $forecastOnly = 'false', $withReleaseOnly = 'false', $withReplacementsOnly = 'false', $withObservationsOnly = 'false', $series = null, $name = null, $description = null, $keyword = null, $frequency = null, $country = null, $source = null, $unit = null, $indicator = null, $region = null, $subscribedOnly = 'false', $keyOnly = 'false', $newOnly = 'false', $nameOnly = 'false', $startDateBefore = null, $endDateAfter = null, $createdAfter = null, $updatedAfter = null, $geo = null, $topic = null, $section = null, $table = null, $status = '["T"]', $dataSource = null, $order = null, $database = null, $direction = null)

Create a filter

Returns:

\Ceic\Api\Ceic\Api\Models\FilterResult

Parameters:
Name Type Description
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$forecastOnly bool If it is `true` result will only contain series with forecast (optional, default to false)
$withReleaseOnly bool If it is `true` result will only contain series with released schedule (optional, default to false)
$withReplacementsOnly bool If it is `true` result will only contain series with suggestions (optional, default to false)
$withObservationsOnly bool If it is `true` result will not contain series without observations (optional, default to false)
$series string[] List of series, comma separated. Its length cannot be more than 100000. (optional)
$name string Name of the new record. Max length 100 (optional)
$description string Description of the new record. Max length 1000 (optional)
$keyword string Search term. One or more keywords. May contain special words further controlling the search results. Keyword search tips: `Retail Sales` - Show series with both keywords while the sequence of keywords is irrelevant. Equivalent to search Sales Retail `Retail AND Sales` - Show results: series with terms of Retail AND Sales, regardless of the sequence. E. g. Retail Sales, Automobile Sales Retail `Retail;Sales` - Show series with either keyword and series with both keywords while the sequence of keywords is irrelevant, equivalent to search: Sales;Retail `Retail OR Sales` - Show results: series with terms of Retail OR Sales, regardless of the sequence. E. g. Retail Sales, Retail Trade, Sales Price, Motor Vehicle Sales `Retail NOT Sales` - Narrow a search by excluding specific terms while the sequence of keywords is relevant. Show results: series with terms that include Retail, but NOT Sales. E. g. Retail Trade, Retail Price, Retail Bank `Retail Sales NOT (Hong Kong)` - Narrow a search by excluding a set of words in parentheses while the sequence of keywords in parentheses is irrelevant, equivalent to search: Retail Sales NOT (Hong Kong). Show results: series with terms that include Retail Sales, but NOT Hong Kong, such as Retail Sales YoY: China, Retail Sales YoY: United States (optional)
$frequency string[] Frequency filter. One or more comma separated frequency code values. D - Daily W - Weekly M - Monthly Q - Quarterly H - Semi-annual Y - Annual Z - Quinquennially T - Decadal (optional)
$country string[] **DEPRECATED. Please use `geo` parameter.** Country filter. One or more comma separated country code values. See related Dictionary function to get the full list of accepted countries. (optional)
$source string[] Source filter. One or more comma separated source code values. See related Dictionary function to get the full list of accepted sources. (optional)
$unit string[] Unit filter. One or more comma separated unit code values. See related Dictionary function to get the full list of accepted units. (optional)
$indicator string[] Indicator filter. One or more comma separated indicator code values. See related Dictionary function to get full list of accepted indicators. The use the new indicators ids is recommended because the old ones are deprecated and going to be removed in the near future! (optional)
$region string[] Region filter. One or more comma separated region code values. See related Dictionary function to get the full list of accepted regions. (optional)
$subscribedOnly bool Show only results for subscribed series when set to `true`. By default show results for all the series found. (optional, default to false)
$keyOnly bool Show only 'key' series when set to `true`. (optional, default to false)
$newOnly bool Show only series created less than 1 month ago when set to `true`. (optional, default to false)
$nameOnly bool This filter related with the `keyword` filter. If it's `true` keyword search will be searched only in series name instead of all series attributes. (optional, default to false)
$startDateBefore \DateTime Will return series with first observation before `start_date_before` (optional)
$endDateAfter \DateTime Will return series with last observation after `end_date_after` (optional)
$createdAfter \DateTime Will return entries created after `created_after` date (optional)
$updatedAfter \DateTime Will return series last time updated after `updated_after` date (optional)
$geo string[] Geo filter. One or more comma separated geo id values. See related Dictionary function to get the full list of accepted geo ids. (optional)
$topic string[] Topic filter. One or more comma separated topic code values. (optional)
$section string[] Section filter. One or more comma separated section code values. (optional)
$table string[] Table filter. One or more comma separated table code values. (optional)
$status string[] Status filter. One or more comma separated status code values. When not explicitly set, defaults to T. T - Active C - Discontinued B - Rebased D - On-Demand (optional, default to ["T"])
$dataSource string[] Data source for series search operation. When CEIC is selected, we search for CEIC series only. When USER-IMPORTED is selected, we search only for user imported series (optional)
$order string[] Sort order. Default is `relevance`. (optional)
$database string[] Database filter. One or more comma separated database code values. Use `/dictionary/databases` to get an up to date list of available databases. WORLD - *World Trend Plus* WGEM - *Economic Monitor* WESG - *Environmental, Social and Governance* WAEM - *ASEAN Economic Monitor* WFOR - *Forecast* WCOM - *Commodity Market* WCOC - *Country Competitiveness* WAGR - *Aggregates* WASS - *International Associations* GLOBAL - *Global Database* AA - *Asia* ECA - *Europe and Central Asia* MEA - *Middle East and Africa* NSA - *North and South America* CEICGLBKS - *Global Key Series Database* PMI - *S&P Global Purchasing Managers' Index* DAILY - *High Frequency Database* ALT - *Alternative Data* FMS - *Financial and Monetary Statistics* HL - *Health* BRAZIL - *Brazil Premium Database* RUSSIA - *Russia Premium Database* INDIA - *India Premium Database* INDONESIA - *Indonesia Premium Database* CN - *China Premium Database* (optional)
$direction string[] Sort order direction. Default is `asc`. Accepted values: `asc` - ascending `desc` - descending (optional)

createFilterAsync($accept = 'json', $format = 'json', $token = null, $withModelInformation = 'false', $forecastOnly = 'false', $withReleaseOnly = 'false', $withReplacementsOnly = 'false', $withObservationsOnly = 'false', $series = null, $name = null, $description = null, $keyword = null, $frequency = null, $country = null, $source = null, $unit = null, $indicator = null, $region = null, $subscribedOnly = 'false', $keyOnly = 'false', $newOnly = 'false', $nameOnly = 'false', $startDateBefore = null, $endDateAfter = null, $createdAfter = null, $updatedAfter = null, $geo = null, $topic = null, $section = null, $table = null, $status = '["T"]', $dataSource = null, $order = null, $database = null, $direction = null)

Create a filter

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$forecastOnly bool If it is `true` result will only contain series with forecast (optional, default to false)
$withReleaseOnly bool If it is `true` result will only contain series with released schedule (optional, default to false)
$withReplacementsOnly bool If it is `true` result will only contain series with suggestions (optional, default to false)
$withObservationsOnly bool If it is `true` result will not contain series without observations (optional, default to false)
$series string[] List of series, comma separated. Its length cannot be more than 100000. (optional)
$name string Name of the new record. Max length 100 (optional)
$description string Description of the new record. Max length 1000 (optional)
$keyword string Search term. One or more keywords. May contain special words further controlling the search results. Keyword search tips: `Retail Sales` - Show series with both keywords while the sequence of keywords is irrelevant. Equivalent to search Sales Retail `Retail AND Sales` - Show results: series with terms of Retail AND Sales, regardless of the sequence. E. g. Retail Sales, Automobile Sales Retail `Retail;Sales` - Show series with either keyword and series with both keywords while the sequence of keywords is irrelevant, equivalent to search: Sales;Retail `Retail OR Sales` - Show results: series with terms of Retail OR Sales, regardless of the sequence. E. g. Retail Sales, Retail Trade, Sales Price, Motor Vehicle Sales `Retail NOT Sales` - Narrow a search by excluding specific terms while the sequence of keywords is relevant. Show results: series with terms that include Retail, but NOT Sales. E. g. Retail Trade, Retail Price, Retail Bank `Retail Sales NOT (Hong Kong)` - Narrow a search by excluding a set of words in parentheses while the sequence of keywords in parentheses is irrelevant, equivalent to search: Retail Sales NOT (Hong Kong). Show results: series with terms that include Retail Sales, but NOT Hong Kong, such as Retail Sales YoY: China, Retail Sales YoY: United States (optional)
$frequency string[] Frequency filter. One or more comma separated frequency code values. D - Daily W - Weekly M - Monthly Q - Quarterly H - Semi-annual Y - Annual Z - Quinquennially T - Decadal (optional)
$country string[] **DEPRECATED. Please use `geo` parameter.** Country filter. One or more comma separated country code values. See related Dictionary function to get the full list of accepted countries. (optional)
$source string[] Source filter. One or more comma separated source code values. See related Dictionary function to get the full list of accepted sources. (optional)
$unit string[] Unit filter. One or more comma separated unit code values. See related Dictionary function to get the full list of accepted units. (optional)
$indicator string[] Indicator filter. One or more comma separated indicator code values. See related Dictionary function to get full list of accepted indicators. The use the new indicators ids is recommended because the old ones are deprecated and going to be removed in the near future! (optional)
$region string[] Region filter. One or more comma separated region code values. See related Dictionary function to get the full list of accepted regions. (optional)
$subscribedOnly bool Show only results for subscribed series when set to `true`. By default show results for all the series found. (optional, default to false)
$keyOnly bool Show only 'key' series when set to `true`. (optional, default to false)
$newOnly bool Show only series created less than 1 month ago when set to `true`. (optional, default to false)
$nameOnly bool This filter related with the `keyword` filter. If it's `true` keyword search will be searched only in series name instead of all series attributes. (optional, default to false)
$startDateBefore \DateTime Will return series with first observation before `start_date_before` (optional)
$endDateAfter \DateTime Will return series with last observation after `end_date_after` (optional)
$createdAfter \DateTime Will return entries created after `created_after` date (optional)
$updatedAfter \DateTime Will return series last time updated after `updated_after` date (optional)
$geo string[] Geo filter. One or more comma separated geo id values. See related Dictionary function to get the full list of accepted geo ids. (optional)
$topic string[] Topic filter. One or more comma separated topic code values. (optional)
$section string[] Section filter. One or more comma separated section code values. (optional)
$table string[] Table filter. One or more comma separated table code values. (optional)
$status string[] Status filter. One or more comma separated status code values. When not explicitly set, defaults to T. T - Active C - Discontinued B - Rebased D - On-Demand (optional, default to ["T"])
$dataSource string[] Data source for series search operation. When CEIC is selected, we search for CEIC series only. When USER-IMPORTED is selected, we search only for user imported series (optional)
$order string[] Sort order. Default is `relevance`. (optional)
$database string[] Database filter. One or more comma separated database code values. Use `/dictionary/databases` to get an up to date list of available databases. WORLD - *World Trend Plus* WGEM - *Economic Monitor* WESG - *Environmental, Social and Governance* WAEM - *ASEAN Economic Monitor* WFOR - *Forecast* WCOM - *Commodity Market* WCOC - *Country Competitiveness* WAGR - *Aggregates* WASS - *International Associations* GLOBAL - *Global Database* AA - *Asia* ECA - *Europe and Central Asia* MEA - *Middle East and Africa* NSA - *North and South America* CEICGLBKS - *Global Key Series Database* PMI - *S&P Global Purchasing Managers' Index* DAILY - *High Frequency Database* ALT - *Alternative Data* FMS - *Financial and Monetary Statistics* HL - *Health* BRAZIL - *Brazil Premium Database* RUSSIA - *Russia Premium Database* INDIA - *India Premium Database* INDONESIA - *Indonesia Premium Database* CN - *China Premium Database* (optional)
$direction string[] Sort order direction. Default is `asc`. Accepted values: `asc` - ascending `desc` - descending (optional)

deleteFilters($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false')

Delete filters

Returns:

\Ceic\Api\Ceic\Api\Models\EmptyObject

Parameters:
Name Type Description
$id string Filter ID. Accepts one or more comma separated values. (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)

deleteFiltersAsync($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false')

Delete filters

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$id string Filter ID. Accepts one or more comma separated values. (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)

getFilters($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false')

Get filter details

Returns:

\Ceic\Api\Ceic\Api\Models\FiltersResult

Parameters:
Name Type Description
$id string Filter ID. Accepts one or more comma separated values. (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)

getFiltersAsync($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false')

Get filter details

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$id string Filter ID. Accepts one or more comma separated values. (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)

getUserFilters($acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false')

Get user filters

Returns:

\Ceic\Api\Ceic\Api\Models\FiltersResult

Parameters:
Name Type Description
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)

getUserFiltersAsync($acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false')

Get user filters

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)

updateFilter($id, $accept = 'json', $format = 'json', $token = null, $withModelInformation = 'false', $forecastOnly = 'false', $withReleaseOnly = 'false', $withReplacementsOnly = 'false', $withObservationsOnly = 'false', $series = null, $name = null, $description = null, $keyword = null, $frequency = null, $country = null, $source = null, $unit = null, $indicator = null, $region = null, $subscribedOnly = 'false', $keyOnly = 'false', $newOnly = 'false', $nameOnly = 'false', $startDateBefore = null, $endDateAfter = null, $createdAfter = null, $updatedAfter = null, $geo = null, $topic = null, $section = null, $table = null, $status = '["T"]', $dataSource = null, $order = null, $database = null, $direction = null)

Update filter details

Returns:

\Ceic\Api\Ceic\Api\Models\FilterResult

Parameters:
Name Type Description
$id string A single Filter ID value (required)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$forecastOnly bool If it is `true` result will only contain series with forecast (optional, default to false)
$withReleaseOnly bool If it is `true` result will only contain series with released schedule (optional, default to false)
$withReplacementsOnly bool If it is `true` result will only contain series with suggestions (optional, default to false)
$withObservationsOnly bool If it is `true` result will not contain series without observations (optional, default to false)
$series string[] List of series, comma separated. Its length cannot be more than 100000. (optional)
$name string Name of the new record. Max length 100 (optional)
$description string Description of the new record. Max length 1000 (optional)
$keyword string Search term. One or more keywords. May contain special words further controlling the search results. Keyword search tips: `Retail Sales` - Show series with both keywords while the sequence of keywords is irrelevant. Equivalent to search Sales Retail `Retail AND Sales` - Show results: series with terms of Retail AND Sales, regardless of the sequence. E. g. Retail Sales, Automobile Sales Retail `Retail;Sales` - Show series with either keyword and series with both keywords while the sequence of keywords is irrelevant, equivalent to search: Sales;Retail `Retail OR Sales` - Show results: series with terms of Retail OR Sales, regardless of the sequence. E. g. Retail Sales, Retail Trade, Sales Price, Motor Vehicle Sales `Retail NOT Sales` - Narrow a search by excluding specific terms while the sequence of keywords is relevant. Show results: series with terms that include Retail, but NOT Sales. E. g. Retail Trade, Retail Price, Retail Bank `Retail Sales NOT (Hong Kong)` - Narrow a search by excluding a set of words in parentheses while the sequence of keywords in parentheses is irrelevant, equivalent to search: Retail Sales NOT (Hong Kong). Show results: series with terms that include Retail Sales, but NOT Hong Kong, such as Retail Sales YoY: China, Retail Sales YoY: United States (optional)
$frequency string[] Frequency filter. One or more comma separated frequency code values. D - Daily W - Weekly M - Monthly Q - Quarterly H - Semi-annual Y - Annual Z - Quinquennially T - Decadal (optional)
$country string[] **DEPRECATED. Please use `geo` parameter.** Country filter. One or more comma separated country code values. See related Dictionary function to get the full list of accepted countries. (optional)
$source string[] Source filter. One or more comma separated source code values. See related Dictionary function to get the full list of accepted sources. (optional)
$unit string[] Unit filter. One or more comma separated unit code values. See related Dictionary function to get the full list of accepted units. (optional)
$indicator string[] Indicator filter. One or more comma separated indicator code values. See related Dictionary function to get full list of accepted indicators. The use the new indicators ids is recommended because the old ones are deprecated and going to be removed in the near future! (optional)
$region string[] Region filter. One or more comma separated region code values. See related Dictionary function to get the full list of accepted regions. (optional)
$subscribedOnly bool Show only results for subscribed series when set to `true`. By default show results for all the series found. (optional, default to false)
$keyOnly bool Show only 'key' series when set to `true`. (optional, default to false)
$newOnly bool Show only series created less than 1 month ago when set to `true`. (optional, default to false)
$nameOnly bool This filter related with the `keyword` filter. If it's `true` keyword search will be searched only in series name instead of all series attributes. (optional, default to false)
$startDateBefore \DateTime Will return series with first observation before `start_date_before` (optional)
$endDateAfter \DateTime Will return series with last observation after `end_date_after` (optional)
$createdAfter \DateTime Will return entries created after `created_after` date (optional)
$updatedAfter \DateTime Will return series last time updated after `updated_after` date (optional)
$geo string[] Geo filter. One or more comma separated geo id values. See related Dictionary function to get the full list of accepted geo ids. (optional)
$topic string[] Topic filter. One or more comma separated topic code values. (optional)
$section string[] Section filter. One or more comma separated section code values. (optional)
$table string[] Table filter. One or more comma separated table code values. (optional)
$status string[] Status filter. One or more comma separated status code values. When not explicitly set, defaults to T. T - Active C - Discontinued B - Rebased D - On-Demand (optional, default to ["T"])
$dataSource string[] Data source for series search operation. When CEIC is selected, we search for CEIC series only. When USER-IMPORTED is selected, we search only for user imported series (optional)
$order string[] Sort order. Default is `relevance`. (optional)
$database string[] Database filter. One or more comma separated database code values. Use `/dictionary/databases` to get an up to date list of available databases. WORLD - *World Trend Plus* WGEM - *Economic Monitor* WESG - *Environmental, Social and Governance* WAEM - *ASEAN Economic Monitor* WFOR - *Forecast* WCOM - *Commodity Market* WCOC - *Country Competitiveness* WAGR - *Aggregates* WASS - *International Associations* GLOBAL - *Global Database* AA - *Asia* ECA - *Europe and Central Asia* MEA - *Middle East and Africa* NSA - *North and South America* CEICGLBKS - *Global Key Series Database* PMI - *S&P Global Purchasing Managers' Index* DAILY - *High Frequency Database* ALT - *Alternative Data* FMS - *Financial and Monetary Statistics* HL - *Health* BRAZIL - *Brazil Premium Database* RUSSIA - *Russia Premium Database* INDIA - *India Premium Database* INDONESIA - *Indonesia Premium Database* CN - *China Premium Database* (optional)
$direction string[] Sort order direction. Default is `asc`. Accepted values: `asc` - ascending `desc` - descending (optional)

updateFilterAsync($id, $accept = 'json', $format = 'json', $token = null, $withModelInformation = 'false', $forecastOnly = 'false', $withReleaseOnly = 'false', $withReplacementsOnly = 'false', $withObservationsOnly = 'false', $series = null, $name = null, $description = null, $keyword = null, $frequency = null, $country = null, $source = null, $unit = null, $indicator = null, $region = null, $subscribedOnly = 'false', $keyOnly = 'false', $newOnly = 'false', $nameOnly = 'false', $startDateBefore = null, $endDateAfter = null, $createdAfter = null, $updatedAfter = null, $geo = null, $topic = null, $section = null, $table = null, $status = '["T"]', $dataSource = null, $order = null, $database = null, $direction = null)

Update filter details

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$id string A single Filter ID value (required)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$forecastOnly bool If it is `true` result will only contain series with forecast (optional, default to false)
$withReleaseOnly bool If it is `true` result will only contain series with released schedule (optional, default to false)
$withReplacementsOnly bool If it is `true` result will only contain series with suggestions (optional, default to false)
$withObservationsOnly bool If it is `true` result will not contain series without observations (optional, default to false)
$series string[] List of series, comma separated. Its length cannot be more than 100000. (optional)
$name string Name of the new record. Max length 100 (optional)
$description string Description of the new record. Max length 1000 (optional)
$keyword string Search term. One or more keywords. May contain special words further controlling the search results. Keyword search tips: `Retail Sales` - Show series with both keywords while the sequence of keywords is irrelevant. Equivalent to search Sales Retail `Retail AND Sales` - Show results: series with terms of Retail AND Sales, regardless of the sequence. E. g. Retail Sales, Automobile Sales Retail `Retail;Sales` - Show series with either keyword and series with both keywords while the sequence of keywords is irrelevant, equivalent to search: Sales;Retail `Retail OR Sales` - Show results: series with terms of Retail OR Sales, regardless of the sequence. E. g. Retail Sales, Retail Trade, Sales Price, Motor Vehicle Sales `Retail NOT Sales` - Narrow a search by excluding specific terms while the sequence of keywords is relevant. Show results: series with terms that include Retail, but NOT Sales. E. g. Retail Trade, Retail Price, Retail Bank `Retail Sales NOT (Hong Kong)` - Narrow a search by excluding a set of words in parentheses while the sequence of keywords in parentheses is irrelevant, equivalent to search: Retail Sales NOT (Hong Kong). Show results: series with terms that include Retail Sales, but NOT Hong Kong, such as Retail Sales YoY: China, Retail Sales YoY: United States (optional)
$frequency string[] Frequency filter. One or more comma separated frequency code values. D - Daily W - Weekly M - Monthly Q - Quarterly H - Semi-annual Y - Annual Z - Quinquennially T - Decadal (optional)
$country string[] **DEPRECATED. Please use `geo` parameter.** Country filter. One or more comma separated country code values. See related Dictionary function to get the full list of accepted countries. (optional)
$source string[] Source filter. One or more comma separated source code values. See related Dictionary function to get the full list of accepted sources. (optional)
$unit string[] Unit filter. One or more comma separated unit code values. See related Dictionary function to get the full list of accepted units. (optional)
$indicator string[] Indicator filter. One or more comma separated indicator code values. See related Dictionary function to get full list of accepted indicators. The use the new indicators ids is recommended because the old ones are deprecated and going to be removed in the near future! (optional)
$region string[] Region filter. One or more comma separated region code values. See related Dictionary function to get the full list of accepted regions. (optional)
$subscribedOnly bool Show only results for subscribed series when set to `true`. By default show results for all the series found. (optional, default to false)
$keyOnly bool Show only 'key' series when set to `true`. (optional, default to false)
$newOnly bool Show only series created less than 1 month ago when set to `true`. (optional, default to false)
$nameOnly bool This filter related with the `keyword` filter. If it's `true` keyword search will be searched only in series name instead of all series attributes. (optional, default to false)
$startDateBefore \DateTime Will return series with first observation before `start_date_before` (optional)
$endDateAfter \DateTime Will return series with last observation after `end_date_after` (optional)
$createdAfter \DateTime Will return entries created after `created_after` date (optional)
$updatedAfter \DateTime Will return series last time updated after `updated_after` date (optional)
$geo string[] Geo filter. One or more comma separated geo id values. See related Dictionary function to get the full list of accepted geo ids. (optional)
$topic string[] Topic filter. One or more comma separated topic code values. (optional)
$section string[] Section filter. One or more comma separated section code values. (optional)
$table string[] Table filter. One or more comma separated table code values. (optional)
$status string[] Status filter. One or more comma separated status code values. When not explicitly set, defaults to T. T - Active C - Discontinued B - Rebased D - On-Demand (optional, default to ["T"])
$dataSource string[] Data source for series search operation. When CEIC is selected, we search for CEIC series only. When USER-IMPORTED is selected, we search only for user imported series (optional)
$order string[] Sort order. Default is `relevance`. (optional)
$database string[] Database filter. One or more comma separated database code values. Use `/dictionary/databases` to get an up to date list of available databases. WORLD - *World Trend Plus* WGEM - *Economic Monitor* WESG - *Environmental, Social and Governance* WAEM - *ASEAN Economic Monitor* WFOR - *Forecast* WCOM - *Commodity Market* WCOC - *Country Competitiveness* WAGR - *Aggregates* WASS - *International Associations* GLOBAL - *Global Database* AA - *Asia* ECA - *Europe and Central Asia* MEA - *Middle East and Africa* NSA - *North and South America* CEICGLBKS - *Global Key Series Database* PMI - *S&P Global Purchasing Managers' Index* DAILY - *High Frequency Database* ALT - *Alternative Data* FMS - *Financial and Monetary Statistics* HL - *Health* BRAZIL - *Brazil Premium Database* RUSSIA - *Russia Premium Database* INDIA - *India Premium Database* INDONESIA - *Indonesia Premium Database* CN - *China Premium Database* (optional)
$direction string[] Sort order direction. Default is `asc`. Accepted values: `asc` - ascending `desc` - descending (optional)

createFilterQuery(\Ceic\Api\Models\QueryEntities\FiltersApiQueryEntity $queryEntity)

Returns:

\Ceic\Api\Ceic\Api\Models\FilterResult

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\FiltersApiQueryEntity Query entity object which contains the search information (required)

createFilterAsyncQuery(\Ceic\Api\Models\QueryEntities\FiltersApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\FiltersApiQueryEntity Query entity object which contains the search information (required)

deleteFiltersQuery(\Ceic\Api\Models\QueryEntities\FiltersApiQueryEntity $queryEntity)

Returns:

\Ceic\Api\Ceic\Api\Models\EmptyObject

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\FiltersApiQueryEntity Query entity object which contains the search information (required)

deleteFiltersAsyncQuery(\Ceic\Api\Models\QueryEntities\FiltersApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\FiltersApiQueryEntity Query entity object which contains the search information (required)

getFiltersQuery(\Ceic\Api\Models\QueryEntities\FiltersApiQueryEntity $queryEntity)

Returns:

\Ceic\Api\Ceic\Api\Models\FiltersResult

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\FiltersApiQueryEntity Query entity object which contains the search information (required)

getFiltersAsyncQuery(\Ceic\Api\Models\QueryEntities\FiltersApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\FiltersApiQueryEntity Query entity object which contains the search information (required)

getUserFiltersQuery(\Ceic\Api\Models\QueryEntities\FiltersApiQueryEntity $queryEntity)

Returns:

\Ceic\Api\Ceic\Api\Models\FiltersResult

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\FiltersApiQueryEntity Query entity object which contains the search information (required)

getUserFiltersAsyncQuery(\Ceic\Api\Models\QueryEntities\FiltersApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\FiltersApiQueryEntity Query entity object which contains the search information (required)

updateFilterQuery(\Ceic\Api\Models\QueryEntities\FiltersApiQueryEntity $queryEntity)

Returns:

\Ceic\Api\Ceic\Api\Models\FilterResult

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\FiltersApiQueryEntity Query entity object which contains the search information (required)

updateFilterAsyncQuery(\Ceic\Api\Models\QueryEntities\FiltersApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\FiltersApiQueryEntity Query entity object which contains the search information (required)

Namespace: Ceic\Api\Apis

Class: InsightsApi( ClientInterface $client = null, Configuration $config = null, HeaderSelector $selector = null )


getConfig()

Returns:

Configuration


downloadInsight($id, $fileFormat, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $ignoreCache = 'false', $adjustColumns = 'no', $startDate = null, $endDate = null, $count = '3650', $blankObservations = 'filter', $orientation = 'cols', $order = 'asc', $decimalPlaces = '3', $dateFormat = null)

Request a downloadable insight report

Returns:

\Ceic\Api\Ceic\Api\Models\InsightDownloadResult

Parameters:
Name Type Description
$id string Insight ID (required)
$fileFormat string Insight report file format. Available formats: `xlsx`, `pdf` (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$ignoreCache bool New file will be generated (optional, default to false)
$adjustColumns string No adjust or wrap text in XLSX cell (optional, default to no)
$startDate \DateTime Limits the start date after which the time-points will be returned. (optional)
$endDate \DateTime Limits the end date before which the time-points will be returned. (optional)
$count int Limit the amount of latest time-points returned, by the number specified. (optional, default to 3650)
$blankObservations string If set to true, will return empty time-points which oterwise are omitted. (optional, default to filter)
$orientation string Columns/rows orientation (optional, default to cols)
$order string Sort order - Asc/Desc (optional, default to asc)
$decimalPlaces float Decimal places for the time-points values (optional, default to 3)
$dateFormat string Time-points date format (optional)

downloadInsightAsync($id, $fileFormat, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $ignoreCache = 'false', $adjustColumns = 'no', $startDate = null, $endDate = null, $count = '3650', $blankObservations = 'filter', $orientation = 'cols', $order = 'asc', $decimalPlaces = '3', $dateFormat = null)

Request a downloadable insight report

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$id string Insight ID (required)
$fileFormat string Insight report file format. Available formats: `xlsx`, `pdf` (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$ignoreCache bool New file will be generated (optional, default to false)
$adjustColumns string No adjust or wrap text in XLSX cell (optional, default to no)
$startDate \DateTime Limits the start date after which the time-points will be returned. (optional)
$endDate \DateTime Limits the end date before which the time-points will be returned. (optional)
$count int Limit the amount of latest time-points returned, by the number specified. (optional, default to 3650)
$blankObservations string If set to true, will return empty time-points which oterwise are omitted. (optional, default to filter)
$orientation string Columns/rows orientation (optional, default to cols)
$order string Sort order - Asc/Desc (optional, default to asc)
$decimalPlaces float Decimal places for the time-points values (optional, default to 3)
$dateFormat string Time-points date format (optional)

getGalleryInsightsCategories($acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false')

Insight gallery categories

Returns:

\Ceic\Api\Ceic\Api\Models\InsightsCategoriesResult

Parameters:
Name Type Description
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)

getGalleryInsightsCategoriesAsync($acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false')

Insight gallery categories

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)

getInsight($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false')

Insights details

Returns:

\Ceic\Api\Ceic\Api\Models\InsightsResult

Parameters:
Name Type Description
$id string Insight ID (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)

getInsightAsync($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false')

Insights details

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$id string Insight ID (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)

getInsightSeries($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $count = '3650', $startDate = null, $endDate = null, $updatedAfter = null, $blankObservations = 'false', $timePointsStatus = 'active', $withReplacementsMetadata = 'false', $forecastOnly = 'false', $withReleaseOnly = 'false', $withReplacementsOnly = 'false', $withObservationsOnly = 'false', $withContinuousOnly = 'false', $limit = '100', $offset = '0')

List of all series for a particular insight

Returns:

\Ceic\Api\Ceic\Api\Models\InsightSeriesPaginatedResult

Parameters:
Name Type Description
$id string Insight ID (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$count int Limit the amount of latest time-points returned, by the number specified. (optional, default to 3650)
$startDate \DateTime Limits the start date after which the time-points will be returned. (optional)
$endDate \DateTime Limits the end date before which the time-points will be returned. (optional)
$updatedAfter \DateTime Returns only the updated time-points after the date specified. (optional)
$blankObservations bool If it's set to true, empty time-points will be returned (optional, default to false)
$timePointsStatus string Time points filter. One or more comma separated status code values. When not explicitly set, defaults to T. T - Active X - Deleted (optional, default to active)
$withReplacementsMetadata bool If it is `true` result will contain replacements metadata not only list of id`s (optional, default to false)
$forecastOnly bool If it is `true` result will only contain series with forecast (optional, default to false)
$withReleaseOnly bool If it is `true` result will only contain series with released schedule (optional, default to false)
$withReplacementsOnly bool If it is `true` result will only contain series with suggestions (optional, default to false)
$withObservationsOnly bool If it is `true` result will not contain series without observations (optional, default to false)
$withContinuousOnly bool If set to `true` results will contain only series with available historical extensions (optional, default to false)
$limit float Number of records to return in the range 1 - 100. Default is 100. (optional, default to 100)
$offset float The offset from which the records will be returned. Used to get the next set of records when the limit is reached. (optional, default to 0)

getInsightSeriesAsync($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $count = '3650', $startDate = null, $endDate = null, $updatedAfter = null, $blankObservations = 'false', $timePointsStatus = 'active', $withReplacementsMetadata = 'false', $forecastOnly = 'false', $withReleaseOnly = 'false', $withReplacementsOnly = 'false', $withObservationsOnly = 'false', $withContinuousOnly = 'false', $limit = '100', $offset = '0')

List of all series for a particular insight

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$id string Insight ID (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$count int Limit the amount of latest time-points returned, by the number specified. (optional, default to 3650)
$startDate \DateTime Limits the start date after which the time-points will be returned. (optional)
$endDate \DateTime Limits the end date before which the time-points will be returned. (optional)
$updatedAfter \DateTime Returns only the updated time-points after the date specified. (optional)
$blankObservations bool If it's set to true, empty time-points will be returned (optional, default to false)
$timePointsStatus string Time points filter. One or more comma separated status code values. When not explicitly set, defaults to T. T - Active X - Deleted (optional, default to active)
$withReplacementsMetadata bool If it is `true` result will contain replacements metadata not only list of id`s (optional, default to false)
$forecastOnly bool If it is `true` result will only contain series with forecast (optional, default to false)
$withReleaseOnly bool If it is `true` result will only contain series with released schedule (optional, default to false)
$withReplacementsOnly bool If it is `true` result will only contain series with suggestions (optional, default to false)
$withObservationsOnly bool If it is `true` result will not contain series without observations (optional, default to false)
$withContinuousOnly bool If set to `true` results will contain only series with available historical extensions (optional, default to false)
$limit float Number of records to return in the range 1 - 100. Default is 100. (optional, default to 100)
$offset float The offset from which the records will be returned. Used to get the next set of records when the limit is reached. (optional, default to 0)

getInsightSeriesData($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $count = '3650', $startDate = null, $endDate = null, $updatedAfter = null, $blankObservations = 'false', $timePointsStatus = 'active', $limit = '100', $offset = '0')

List of all series time-points for a particular insight

Returns:

\Ceic\Api\Ceic\Api\Models\InsightSeriesPaginatedResult

Parameters:
Name Type Description
$id string Insight ID (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$count int Limit the amount of latest time-points returned, by the number specified. (optional, default to 3650)
$startDate \DateTime Limits the start date after which the time-points will be returned. (optional)
$endDate \DateTime Limits the end date before which the time-points will be returned. (optional)
$updatedAfter \DateTime Returns only the updated time-points after the date specified. (optional)
$blankObservations bool If it's set to true, empty time-points will be returned (optional, default to false)
$timePointsStatus string Time points filter. One or more comma separated status code values. When not explicitly set, defaults to T. T - Active X - Deleted (optional, default to active)
$limit float Number of records to return in the range 1 - 100. Default is 100. (optional, default to 100)
$offset float The offset from which the records will be returned. Used to get the next set of records when the limit is reached. (optional, default to 0)

getInsightSeriesDataAsync($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $count = '3650', $startDate = null, $endDate = null, $updatedAfter = null, $blankObservations = 'false', $timePointsStatus = 'active', $limit = '100', $offset = '0')

List of all series time-points for a particular insight

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$id string Insight ID (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$count int Limit the amount of latest time-points returned, by the number specified. (optional, default to 3650)
$startDate \DateTime Limits the start date after which the time-points will be returned. (optional)
$endDate \DateTime Limits the end date before which the time-points will be returned. (optional)
$updatedAfter \DateTime Returns only the updated time-points after the date specified. (optional)
$blankObservations bool If it's set to true, empty time-points will be returned (optional, default to false)
$timePointsStatus string Time points filter. One or more comma separated status code values. When not explicitly set, defaults to T. T - Active X - Deleted (optional, default to active)
$limit float Number of records to return in the range 1 - 100. Default is 100. (optional, default to 100)
$offset float The offset from which the records will be returned. Used to get the next set of records when the limit is reached. (optional, default to 0)

getInsightSeriesList($seriesId, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $count = '3650', $startDate = null, $endDate = null, $updatedAfter = null, $blankObservations = 'false', $timePointsStatus = 'active', $withReplacementsMetadata = 'false', $forecastOnly = 'false', $withReleaseOnly = 'false', $withReplacementsOnly = 'false', $withObservationsOnly = 'false', $withContinuousOnly = 'false')

List of series based on their insight series ID

Returns:

\Ceic\Api\Ceic\Api\Models\InsightSeriesResult

Parameters:
Name Type Description
$seriesId string Insight Series ID (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$count int Limit the amount of latest time-points returned, by the number specified. (optional, default to 3650)
$startDate \DateTime Limits the start date after which the time-points will be returned. (optional)
$endDate \DateTime Limits the end date before which the time-points will be returned. (optional)
$updatedAfter \DateTime Returns only the updated time-points after the date specified. (optional)
$blankObservations bool If it's set to true, empty time-points will be returned (optional, default to false)
$timePointsStatus string Time points filter. One or more comma separated status code values. When not explicitly set, defaults to T. T - Active X - Deleted (optional, default to active)
$withReplacementsMetadata bool If it is `true` result will contain replacements metadata not only list of id`s (optional, default to false)
$forecastOnly bool If it is `true` result will only contain series with forecast (optional, default to false)
$withReleaseOnly bool If it is `true` result will only contain series with released schedule (optional, default to false)
$withReplacementsOnly bool If it is `true` result will only contain series with suggestions (optional, default to false)
$withObservationsOnly bool If it is `true` result will not contain series without observations (optional, default to false)
$withContinuousOnly bool If set to `true` results will contain only series with available historical extensions (optional, default to false)

getInsightSeriesListAsync($seriesId, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $count = '3650', $startDate = null, $endDate = null, $updatedAfter = null, $blankObservations = 'false', $timePointsStatus = 'active', $withReplacementsMetadata = 'false', $forecastOnly = 'false', $withReleaseOnly = 'false', $withReplacementsOnly = 'false', $withObservationsOnly = 'false', $withContinuousOnly = 'false')

List of series based on their insight series ID

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$seriesId string Insight Series ID (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$count int Limit the amount of latest time-points returned, by the number specified. (optional, default to 3650)
$startDate \DateTime Limits the start date after which the time-points will be returned. (optional)
$endDate \DateTime Limits the end date before which the time-points will be returned. (optional)
$updatedAfter \DateTime Returns only the updated time-points after the date specified. (optional)
$blankObservations bool If it's set to true, empty time-points will be returned (optional, default to false)
$timePointsStatus string Time points filter. One or more comma separated status code values. When not explicitly set, defaults to T. T - Active X - Deleted (optional, default to active)
$withReplacementsMetadata bool If it is `true` result will contain replacements metadata not only list of id`s (optional, default to false)
$forecastOnly bool If it is `true` result will only contain series with forecast (optional, default to false)
$withReleaseOnly bool If it is `true` result will only contain series with released schedule (optional, default to false)
$withReplacementsOnly bool If it is `true` result will only contain series with suggestions (optional, default to false)
$withObservationsOnly bool If it is `true` result will not contain series without observations (optional, default to false)
$withContinuousOnly bool If set to `true` results will contain only series with available historical extensions (optional, default to false)

getInsightSeriesListData($seriesId, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $count = '3650', $startDate = null, $endDate = null, $updatedAfter = null, $blankObservations = 'false', $timePointsStatus = 'active')

List of series time-points based on their insight series ID

Returns:

\Ceic\Api\Ceic\Api\Models\InsightSeriesResult

Parameters:
Name Type Description
$seriesId string Insight Series ID (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$count int Limit the amount of latest time-points returned, by the number specified. (optional, default to 3650)
$startDate \DateTime Limits the start date after which the time-points will be returned. (optional)
$endDate \DateTime Limits the end date before which the time-points will be returned. (optional)
$updatedAfter \DateTime Returns only the updated time-points after the date specified. (optional)
$blankObservations bool If it's set to true, empty time-points will be returned (optional, default to false)
$timePointsStatus string Time points filter. One or more comma separated status code values. When not explicitly set, defaults to T. T - Active X - Deleted (optional, default to active)

getInsightSeriesListDataAsync($seriesId, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $count = '3650', $startDate = null, $endDate = null, $updatedAfter = null, $blankObservations = 'false', $timePointsStatus = 'active')

List of series time-points based on their insight series ID

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$seriesId string Insight Series ID (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$count int Limit the amount of latest time-points returned, by the number specified. (optional, default to 3650)
$startDate \DateTime Limits the start date after which the time-points will be returned. (optional)
$endDate \DateTime Limits the end date before which the time-points will be returned. (optional)
$updatedAfter \DateTime Returns only the updated time-points after the date specified. (optional)
$blankObservations bool If it's set to true, empty time-points will be returned (optional, default to false)
$timePointsStatus string Time points filter. One or more comma separated status code values. When not explicitly set, defaults to T. T - Active X - Deleted (optional, default to active)

getInsightSeriesListMetadata($seriesId, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $withReplacementsMetadata = 'false', $forecastOnly = 'false', $withReleaseOnly = 'false', $withReplacementsOnly = 'false', $withObservationsOnly = 'false', $withContinuousOnly = 'false')

List of series metadata based on their insight series ID

Returns:

\Ceic\Api\Ceic\Api\Models\InsightSeriesResult

Parameters:
Name Type Description
$seriesId string Insight Series ID (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$withReplacementsMetadata bool If it is `true` result will contain replacements metadata not only list of id`s (optional, default to false)
$forecastOnly bool If it is `true` result will only contain series with forecast (optional, default to false)
$withReleaseOnly bool If it is `true` result will only contain series with released schedule (optional, default to false)
$withReplacementsOnly bool If it is `true` result will only contain series with suggestions (optional, default to false)
$withObservationsOnly bool If it is `true` result will not contain series without observations (optional, default to false)
$withContinuousOnly bool If set to `true` results will contain only series with available historical extensions (optional, default to false)

getInsightSeriesListMetadataAsync($seriesId, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $withReplacementsMetadata = 'false', $forecastOnly = 'false', $withReleaseOnly = 'false', $withReplacementsOnly = 'false', $withObservationsOnly = 'false', $withContinuousOnly = 'false')

List of series metadata based on their insight series ID

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$seriesId string Insight Series ID (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$withReplacementsMetadata bool If it is `true` result will contain replacements metadata not only list of id`s (optional, default to false)
$forecastOnly bool If it is `true` result will only contain series with forecast (optional, default to false)
$withReleaseOnly bool If it is `true` result will only contain series with released schedule (optional, default to false)
$withReplacementsOnly bool If it is `true` result will only contain series with suggestions (optional, default to false)
$withObservationsOnly bool If it is `true` result will not contain series without observations (optional, default to false)
$withContinuousOnly bool If set to `true` results will contain only series with available historical extensions (optional, default to false)

getInsightSeriesMetadata($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $withReplacementsMetadata = 'false', $forecastOnly = 'false', $withReleaseOnly = 'false', $withReplacementsOnly = 'false', $withObservationsOnly = 'false', $withContinuousOnly = 'false', $limit = '100', $offset = '0')

List of all series metadata for a particular insight

Returns:

\Ceic\Api\Ceic\Api\Models\InsightSeriesPaginatedResult

Parameters:
Name Type Description
$id string Insight ID (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$withReplacementsMetadata bool If it is `true` result will contain replacements metadata not only list of id`s (optional, default to false)
$forecastOnly bool If it is `true` result will only contain series with forecast (optional, default to false)
$withReleaseOnly bool If it is `true` result will only contain series with released schedule (optional, default to false)
$withReplacementsOnly bool If it is `true` result will only contain series with suggestions (optional, default to false)
$withObservationsOnly bool If it is `true` result will not contain series without observations (optional, default to false)
$withContinuousOnly bool If set to `true` results will contain only series with available historical extensions (optional, default to false)
$limit float Number of records to return in the range 1 - 100. Default is 100. (optional, default to 100)
$offset float The offset from which the records will be returned. Used to get the next set of records when the limit is reached. (optional, default to 0)

getInsightSeriesMetadataAsync($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $withReplacementsMetadata = 'false', $forecastOnly = 'false', $withReleaseOnly = 'false', $withReplacementsOnly = 'false', $withObservationsOnly = 'false', $withContinuousOnly = 'false', $limit = '100', $offset = '0')

List of all series metadata for a particular insight

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$id string Insight ID (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$withReplacementsMetadata bool If it is `true` result will contain replacements metadata not only list of id`s (optional, default to false)
$forecastOnly bool If it is `true` result will only contain series with forecast (optional, default to false)
$withReleaseOnly bool If it is `true` result will only contain series with released schedule (optional, default to false)
$withReplacementsOnly bool If it is `true` result will only contain series with suggestions (optional, default to false)
$withObservationsOnly bool If it is `true` result will not contain series without observations (optional, default to false)
$withContinuousOnly bool If set to `true` results will contain only series with available historical extensions (optional, default to false)
$limit float Number of records to return in the range 1 - 100. Default is 100. (optional, default to 100)
$offset float The offset from which the records will be returned. Used to get the next set of records when the limit is reached. (optional, default to 0)

getInsights($acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false')

List of User Created Insights

Returns:

\Ceic\Api\Ceic\Api\Models\InsightsResult

Parameters:
Name Type Description
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)

getInsightsAsync($acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false')

List of User Created Insights

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)

getInsightsCategories($acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false')

Insight categories

Returns:

\Ceic\Api\Ceic\Api\Models\InsightsCategoriesResult

Parameters:
Name Type Description
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)

getInsightsCategoriesAsync($acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false')

Insight categories

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)

searchInsights($acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $group = 'my', $limit = '30', $offset = '0', $keyword = null, $order = 'edit_date', $direction = 'asc', $tags = null, $categories = null)

Insights search

Returns:

\Ceic\Api\Ceic\Api\Models\InsightsSearchResult

Parameters:
Name Type Description
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$group string Insights group. Default is `my`. (optional, default to my)
$limit float Number of records to return (optional, default to 30)
$offset float The offset from which the records will be returned. Used to get the next set of records when the limit is reached. (optional, default to 0)
$keyword string Search term. One or more keywords. May contain special words further controlling the search results. Keyword search tips: `Retail Sales` - Show series with both keywords while the sequence of keywords is irrelevant. Equivalent to search Sales Retail `Retail AND Sales` - Show results: series with terms of Retail AND Sales, regardless of the sequence. E. g. Retail Sales, Automobile Sales Retail `Retail;Sales` - Show series with either keyword and series with both keywords while the sequence of keywords is irrelevant, equivalent to search: Sales;Retail `Retail OR Sales` - Show results: series with terms of Retail OR Sales, regardless of the sequence. E. g. Retail Sales, Retail Trade, Sales Price, Motor Vehicle Sales `Retail NOT Sales` - Narrow a search by excluding specific terms while the sequence of keywords is relevant. Show results: series with terms that include Retail, but NOT Sales. E. g. Retail Trade, Retail Price, Retail Bank `Retail Sales NOT (Hong Kong)` - Narrow a search by excluding a set of words in parentheses while the sequence of keywords in parentheses is irrelevant, equivalent to search: Retail Sales NOT (Hong Kong). Show results: series with terms that include Retail Sales, but NOT Hong Kong, such as Retail Sales YoY: China, Retail Sales YoY: United States (optional)
$order object Sort order (optional, default to edit_date)
$direction object Sort order direction (optional, default to asc)
$tags string[] List of insight tags to search by tag (optional)
$categories string[] List of insights categories to search by category (optional)

searchInsightsAsync($acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $group = 'my', $limit = '30', $offset = '0', $keyword = null, $order = 'edit_date', $direction = 'asc', $tags = null, $categories = null)

Insights search

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$group string Insights group. Default is `my`. (optional, default to my)
$limit float Number of records to return (optional, default to 30)
$offset float The offset from which the records will be returned. Used to get the next set of records when the limit is reached. (optional, default to 0)
$keyword string Search term. One or more keywords. May contain special words further controlling the search results. Keyword search tips: `Retail Sales` - Show series with both keywords while the sequence of keywords is irrelevant. Equivalent to search Sales Retail `Retail AND Sales` - Show results: series with terms of Retail AND Sales, regardless of the sequence. E. g. Retail Sales, Automobile Sales Retail `Retail;Sales` - Show series with either keyword and series with both keywords while the sequence of keywords is irrelevant, equivalent to search: Sales;Retail `Retail OR Sales` - Show results: series with terms of Retail OR Sales, regardless of the sequence. E. g. Retail Sales, Retail Trade, Sales Price, Motor Vehicle Sales `Retail NOT Sales` - Narrow a search by excluding specific terms while the sequence of keywords is relevant. Show results: series with terms that include Retail, but NOT Sales. E. g. Retail Trade, Retail Price, Retail Bank `Retail Sales NOT (Hong Kong)` - Narrow a search by excluding a set of words in parentheses while the sequence of keywords in parentheses is irrelevant, equivalent to search: Retail Sales NOT (Hong Kong). Show results: series with terms that include Retail Sales, but NOT Hong Kong, such as Retail Sales YoY: China, Retail Sales YoY: United States (optional)
$order object Sort order (optional, default to edit_date)
$direction object Sort order direction (optional, default to asc)
$tags string[] List of insight tags to search by tag (optional)
$categories string[] List of insights categories to search by category (optional)

downloadInsightQuery(\Ceic\Api\Models\QueryEntities\InsightsApiQueryEntity $queryEntity)

Returns:

\Ceic\Api\Ceic\Api\Models\InsightDownloadResult

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\InsightsApiQueryEntity Query entity object which contains the search information (required)

downloadInsightAsyncQuery(\Ceic\Api\Models\QueryEntities\InsightsApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\InsightsApiQueryEntity Query entity object which contains the search information (required)

getGalleryInsightsCategoriesQuery(\Ceic\Api\Models\QueryEntities\InsightsApiQueryEntity $queryEntity)

Returns:

\Ceic\Api\Ceic\Api\Models\InsightsCategoriesResult

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\InsightsApiQueryEntity Query entity object which contains the search information (required)

getGalleryInsightsCategoriesAsyncQuery(\Ceic\Api\Models\QueryEntities\InsightsApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\InsightsApiQueryEntity Query entity object which contains the search information (required)

getInsightQuery(\Ceic\Api\Models\QueryEntities\InsightsApiQueryEntity $queryEntity)

Returns:

\Ceic\Api\Ceic\Api\Models\InsightsResult

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\InsightsApiQueryEntity Query entity object which contains the search information (required)

getInsightAsyncQuery(\Ceic\Api\Models\QueryEntities\InsightsApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\InsightsApiQueryEntity Query entity object which contains the search information (required)

getInsightSeriesQuery(\Ceic\Api\Models\QueryEntities\InsightsApiQueryEntity $queryEntity)

Returns:

\Ceic\Api\Ceic\Api\Models\InsightSeriesPaginatedResult

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\InsightsApiQueryEntity Query entity object which contains the search information (required)

getInsightSeriesAsyncQuery(\Ceic\Api\Models\QueryEntities\InsightsApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\InsightsApiQueryEntity Query entity object which contains the search information (required)

getInsightSeriesDataQuery(\Ceic\Api\Models\QueryEntities\InsightsApiQueryEntity $queryEntity)

Returns:

\Ceic\Api\Ceic\Api\Models\InsightSeriesPaginatedResult

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\InsightsApiQueryEntity Query entity object which contains the search information (required)

getInsightSeriesDataAsyncQuery(\Ceic\Api\Models\QueryEntities\InsightsApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\InsightsApiQueryEntity Query entity object which contains the search information (required)

getInsightSeriesListQuery(\Ceic\Api\Models\QueryEntities\InsightsApiQueryEntity $queryEntity)

Returns:

\Ceic\Api\Ceic\Api\Models\InsightSeriesResult

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\InsightsApiQueryEntity Query entity object which contains the search information (required)

getInsightSeriesListAsyncQuery(\Ceic\Api\Models\QueryEntities\InsightsApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\InsightsApiQueryEntity Query entity object which contains the search information (required)

getInsightSeriesListDataQuery(\Ceic\Api\Models\QueryEntities\InsightsApiQueryEntity $queryEntity)

Returns:

\Ceic\Api\Ceic\Api\Models\InsightSeriesResult

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\InsightsApiQueryEntity Query entity object which contains the search information (required)

getInsightSeriesListDataAsyncQuery(\Ceic\Api\Models\QueryEntities\InsightsApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\InsightsApiQueryEntity Query entity object which contains the search information (required)

getInsightSeriesListMetadataQuery(\Ceic\Api\Models\QueryEntities\InsightsApiQueryEntity $queryEntity)

Returns:

\Ceic\Api\Ceic\Api\Models\InsightSeriesResult

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\InsightsApiQueryEntity Query entity object which contains the search information (required)

getInsightSeriesListMetadataAsyncQuery(\Ceic\Api\Models\QueryEntities\InsightsApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\InsightsApiQueryEntity Query entity object which contains the search information (required)

getInsightSeriesMetadataQuery(\Ceic\Api\Models\QueryEntities\InsightsApiQueryEntity $queryEntity)

Returns:

\Ceic\Api\Ceic\Api\Models\InsightSeriesPaginatedResult

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\InsightsApiQueryEntity Query entity object which contains the search information (required)

getInsightSeriesMetadataAsyncQuery(\Ceic\Api\Models\QueryEntities\InsightsApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\InsightsApiQueryEntity Query entity object which contains the search information (required)

getInsightsQuery(\Ceic\Api\Models\QueryEntities\InsightsApiQueryEntity $queryEntity)

Returns:

\Ceic\Api\Ceic\Api\Models\InsightsResult

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\InsightsApiQueryEntity Query entity object which contains the search information (required)

getInsightsAsyncQuery(\Ceic\Api\Models\QueryEntities\InsightsApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\InsightsApiQueryEntity Query entity object which contains the search information (required)

getInsightsCategoriesQuery(\Ceic\Api\Models\QueryEntities\InsightsApiQueryEntity $queryEntity)

Returns:

\Ceic\Api\Ceic\Api\Models\InsightsCategoriesResult

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\InsightsApiQueryEntity Query entity object which contains the search information (required)

getInsightsCategoriesAsyncQuery(\Ceic\Api\Models\QueryEntities\InsightsApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\InsightsApiQueryEntity Query entity object which contains the search information (required)

searchInsightsQuery(\Ceic\Api\Models\QueryEntities\InsightsApiQueryEntity $queryEntity)

Returns:

\Ceic\Api\Ceic\Api\Models\InsightsSearchResult

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\InsightsApiQueryEntity Query entity object which contains the search information (required)

searchInsightsAsyncQuery(\Ceic\Api\Models\QueryEntities\InsightsApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\InsightsApiQueryEntity Query entity object which contains the search information (required)

Namespace: Ceic\Api\Apis

Class: InternalApi( ClientInterface $client = null, Configuration $config = null, HeaderSelector $selector = null )


getConfig()

Returns:

Configuration


getInternalRemarks($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $withReplacementsMetadata = 'false', $forecastOnly = 'false', $withReleaseOnly = 'false', $withReplacementsOnly = 'false', $withObservationsOnly = 'false', $withContinuousOnly = 'false')

Returns list of internal remarks

Returns:

\Ceic\Api\Ceic\Api\Models\SeriesInternalRemarksResult

Parameters:
Name Type Description
$id string Series ID or Series Code to return. Accepts only one series ID or series Code. (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$withReplacementsMetadata bool If it is `true` result will contain replacements metadata not only list of id`s (optional, default to false)
$forecastOnly bool If it is `true` result will only contain series with forecast (optional, default to false)
$withReleaseOnly bool If it is `true` result will only contain series with released schedule (optional, default to false)
$withReplacementsOnly bool If it is `true` result will only contain series with suggestions (optional, default to false)
$withObservationsOnly bool If it is `true` result will not contain series without observations (optional, default to false)
$withContinuousOnly bool If set to `true` results will contain only series with available historical extensions (optional, default to false)

getInternalRemarksAsync($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $withReplacementsMetadata = 'false', $forecastOnly = 'false', $withReleaseOnly = 'false', $withReplacementsOnly = 'false', $withObservationsOnly = 'false', $withContinuousOnly = 'false')

Returns list of internal remarks

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$id string Series ID or Series Code to return. Accepts only one series ID or series Code. (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$withReplacementsMetadata bool If it is `true` result will contain replacements metadata not only list of id`s (optional, default to false)
$forecastOnly bool If it is `true` result will only contain series with forecast (optional, default to false)
$withReleaseOnly bool If it is `true` result will only contain series with released schedule (optional, default to false)
$withReplacementsOnly bool If it is `true` result will only contain series with suggestions (optional, default to false)
$withObservationsOnly bool If it is `true` result will not contain series without observations (optional, default to false)
$withContinuousOnly bool If set to `true` results will contain only series with available historical extensions (optional, default to false)

getInternalRemarksQuery(\Ceic\Api\Models\QueryEntities\InternalApiQueryEntity $queryEntity)

Returns:

\Ceic\Api\Ceic\Api\Models\SeriesInternalRemarksResult

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\InternalApiQueryEntity Query entity object which contains the search information (required)

getInternalRemarksAsyncQuery(\Ceic\Api\Models\QueryEntities\InternalApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\InternalApiQueryEntity Query entity object which contains the search information (required)

Namespace: Ceic\Api\Apis

Class: LayoutApi( ClientInterface $client = null, Configuration $config = null, HeaderSelector $selector = null )


getConfig()

Returns:

Configuration


getLayoutDatabases($acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $keyword = null, $strictKeywordSearch = 'false', $frequency = null, $country = null, $source = null, $unit = null, $indicator = null, $region = null, $subscribedOnly = 'false', $keyOnly = 'false', $newOnly = 'false', $nameOnly = 'false', $startDateBefore = null, $endDateAfter = null, $createdAfter = null, $updatedAfter = null, $geo = null, $status = '["T","C","B","D"]', $filterId = null)

List of databases

Returns:

\Ceic\Api\Ceic\Api\Models\LayoutItemsResult

Parameters:
Name Type Description
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$keyword string Search term. One or more keywords. May contain special words further controlling the search results. Keyword search tips: `Retail Sales` - Show series with both keywords while the sequence of keywords is irrelevant. Equivalent to search Sales Retail `Retail AND Sales` - Show results: series with terms of Retail AND Sales, regardless of the sequence. E. g. Retail Sales, Automobile Sales Retail `Retail;Sales` - Show series with either keyword and series with both keywords while the sequence of keywords is irrelevant, equivalent to search: Sales;Retail `Retail OR Sales` - Show results: series with terms of Retail OR Sales, regardless of the sequence. E. g. Retail Sales, Retail Trade, Sales Price, Motor Vehicle Sales `Retail NOT Sales` - Narrow a search by excluding specific terms while the sequence of keywords is relevant. Show results: series with terms that include Retail, but NOT Sales. E. g. Retail Trade, Retail Price, Retail Bank `Retail Sales NOT (Hong Kong)` - Narrow a search by excluding a set of words in parentheses while the sequence of keywords in parentheses is irrelevant, equivalent to search: Retail Sales NOT (Hong Kong). Show results: series with terms that include Retail Sales, but NOT Hong Kong, such as Retail Sales YoY: China, Retail Sales YoY: United States (optional)
$strictKeywordSearch bool When true, will make a strict keywords search instead of fuzzy search. (optional, default to false)
$frequency string[] Frequency filter. One or more comma separated frequency code values. D - Daily W - Weekly M - Monthly Q - Quarterly H - Semi-annual Y - Annual Z - Quinquennially T - Decadal (optional)
$country string[] **DEPRECATED. Please use `geo` parameter.** Country filter. One or more comma separated country code values. See related Dictionary function to get the full list of accepted countries. (optional)
$source string[] Source filter. One or more comma separated source code values. See related Dictionary function to get the full list of accepted sources. (optional)
$unit string[] Unit filter. One or more comma separated unit code values. See related Dictionary function to get the full list of accepted units. (optional)
$indicator string[] Indicator filter. One or more comma separated indicator code values. See related Dictionary function to get full list of accepted indicators. The use the new indicators ids is recommended because the old ones are deprecated and going to be removed in the near future! (optional)
$region string[] Region filter. One or more comma separated region code values. See related Dictionary function to get the full list of accepted regions. (optional)
$subscribedOnly bool Show only results for subscribed series when set to `true`. By default show results for all the series found. (optional, default to false)
$keyOnly bool Show only 'key' series when set to `true`. (optional, default to false)
$newOnly bool Show only series created less than 1 month ago when set to `true`. (optional, default to false)
$nameOnly bool This filter related with the `keyword` filter. If it's `true` keyword search will be searched only in series name instead of all series attributes. (optional, default to false)
$startDateBefore \DateTime Will return series with first observation before `start_date_before` (optional)
$endDateAfter \DateTime Will return series with last observation after `end_date_after` (optional)
$createdAfter \DateTime Will return entries created after `created_after` date (optional)
$updatedAfter \DateTime Will return series last time updated after `updated_after` date (optional)
$geo string[] Geo filter. One or more comma separated geo id values. See related Dictionary function to get the full list of accepted geo ids. (optional)
$status string[] Status filter. One or more comma separated status code values. When not explicitly set, defaults to T. T - Active C - Discontinued B - Rebased D - On-Demand (optional, default to ["T","C","B","D"])
$filterId string[] Filter ID used to define a subset of data over which the search will be executed. When combined with additional search criterion, the result will be an intesection of both. (optional)

getLayoutDatabasesAsync($acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $keyword = null, $strictKeywordSearch = 'false', $frequency = null, $country = null, $source = null, $unit = null, $indicator = null, $region = null, $subscribedOnly = 'false', $keyOnly = 'false', $newOnly = 'false', $nameOnly = 'false', $startDateBefore = null, $endDateAfter = null, $createdAfter = null, $updatedAfter = null, $geo = null, $status = '["T","C","B","D"]', $filterId = null)

List of databases

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$keyword string Search term. One or more keywords. May contain special words further controlling the search results. Keyword search tips: `Retail Sales` - Show series with both keywords while the sequence of keywords is irrelevant. Equivalent to search Sales Retail `Retail AND Sales` - Show results: series with terms of Retail AND Sales, regardless of the sequence. E. g. Retail Sales, Automobile Sales Retail `Retail;Sales` - Show series with either keyword and series with both keywords while the sequence of keywords is irrelevant, equivalent to search: Sales;Retail `Retail OR Sales` - Show results: series with terms of Retail OR Sales, regardless of the sequence. E. g. Retail Sales, Retail Trade, Sales Price, Motor Vehicle Sales `Retail NOT Sales` - Narrow a search by excluding specific terms while the sequence of keywords is relevant. Show results: series with terms that include Retail, but NOT Sales. E. g. Retail Trade, Retail Price, Retail Bank `Retail Sales NOT (Hong Kong)` - Narrow a search by excluding a set of words in parentheses while the sequence of keywords in parentheses is irrelevant, equivalent to search: Retail Sales NOT (Hong Kong). Show results: series with terms that include Retail Sales, but NOT Hong Kong, such as Retail Sales YoY: China, Retail Sales YoY: United States (optional)
$strictKeywordSearch bool When true, will make a strict keywords search instead of fuzzy search. (optional, default to false)
$frequency string[] Frequency filter. One or more comma separated frequency code values. D - Daily W - Weekly M - Monthly Q - Quarterly H - Semi-annual Y - Annual Z - Quinquennially T - Decadal (optional)
$country string[] **DEPRECATED. Please use `geo` parameter.** Country filter. One or more comma separated country code values. See related Dictionary function to get the full list of accepted countries. (optional)
$source string[] Source filter. One or more comma separated source code values. See related Dictionary function to get the full list of accepted sources. (optional)
$unit string[] Unit filter. One or more comma separated unit code values. See related Dictionary function to get the full list of accepted units. (optional)
$indicator string[] Indicator filter. One or more comma separated indicator code values. See related Dictionary function to get full list of accepted indicators. The use the new indicators ids is recommended because the old ones are deprecated and going to be removed in the near future! (optional)
$region string[] Region filter. One or more comma separated region code values. See related Dictionary function to get the full list of accepted regions. (optional)
$subscribedOnly bool Show only results for subscribed series when set to `true`. By default show results for all the series found. (optional, default to false)
$keyOnly bool Show only 'key' series when set to `true`. (optional, default to false)
$newOnly bool Show only series created less than 1 month ago when set to `true`. (optional, default to false)
$nameOnly bool This filter related with the `keyword` filter. If it's `true` keyword search will be searched only in series name instead of all series attributes. (optional, default to false)
$startDateBefore \DateTime Will return series with first observation before `start_date_before` (optional)
$endDateAfter \DateTime Will return series with last observation after `end_date_after` (optional)
$createdAfter \DateTime Will return entries created after `created_after` date (optional)
$updatedAfter \DateTime Will return series last time updated after `updated_after` date (optional)
$geo string[] Geo filter. One or more comma separated geo id values. See related Dictionary function to get the full list of accepted geo ids. (optional)
$status string[] Status filter. One or more comma separated status code values. When not explicitly set, defaults to T. T - Active C - Discontinued B - Rebased D - On-Demand (optional, default to ["T","C","B","D"])
$filterId string[] Filter ID used to define a subset of data over which the search will be executed. When combined with additional search criterion, the result will be an intesection of both. (optional)

getLayoutFootnote($nodeCode, $acceptLanguage = 'en', $lang = 'en')

Returns footnote of a node

Returns:

string

Parameters:
Name Type Description
$nodeCode string Node Code - Database ID, Topic ID, Section ID or Table ID (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)

getLayoutFootnoteAsync($nodeCode, $acceptLanguage = 'en', $lang = 'en')

Returns footnote of a node

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$nodeCode string Node Code - Database ID, Topic ID, Section ID or Table ID (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)

getLayoutFootnoteMetadata($nodeCode, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false')

Returns footnote metadata for a node

Returns:

\Ceic\Api\Ceic\Api\Models\LayoutFootnoteMetadataResult

Parameters:
Name Type Description
$nodeCode string Node Code - Database ID, Topic ID, Section ID or Table ID (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)

getLayoutFootnoteMetadataAsync($nodeCode, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false')

Returns footnote metadata for a node

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$nodeCode string Node Code - Database ID, Topic ID, Section ID or Table ID (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)

getLayoutFootnoteResource($nodeCode, $fileName, $acceptLanguage = 'en', $lang = 'en')

Returns footnote resource file

Returns:

string

Parameters:
Name Type Description
$nodeCode string Node Code - Database ID, Topic ID, Section ID or Table ID (required)
$fileName string Resource file name (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)

getLayoutFootnoteResourceAsync($nodeCode, $fileName, $acceptLanguage = 'en', $lang = 'en')

Returns footnote resource file

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$nodeCode string Node Code - Database ID, Topic ID, Section ID or Table ID (required)
$fileName string Resource file name (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)

getLayoutFullMetadata($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false')

Metadata including list of ancestors for node of particular type (section) and code.

Returns:

\Ceic\Api\Ceic\Api\Models\LayoutFullMetadataResult

Parameters:
Name Type Description
$id string Node ID (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)

getLayoutFullMetadataAsync($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false')

Metadata including list of ancestors for node of particular type (section) and code.

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$id string Node ID (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)

getLayoutSections($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $keyword = null, $strictKeywordSearch = 'false', $frequency = null, $country = null, $source = null, $unit = null, $indicator = null, $region = null, $subscribedOnly = 'false', $keyOnly = 'false', $newOnly = 'false', $nameOnly = 'false', $startDateBefore = null, $endDateAfter = null, $createdAfter = null, $updatedAfter = null, $geo = null, $status = '["T","C","B","D"]', $filterId = null)

List of Sections

Returns:

\Ceic\Api\Ceic\Api\Models\LayoutItemsResult

Parameters:
Name Type Description
$id string Topic ID (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$keyword string Search term. One or more keywords. May contain special words further controlling the search results. Keyword search tips: `Retail Sales` - Show series with both keywords while the sequence of keywords is irrelevant. Equivalent to search Sales Retail `Retail AND Sales` - Show results: series with terms of Retail AND Sales, regardless of the sequence. E. g. Retail Sales, Automobile Sales Retail `Retail;Sales` - Show series with either keyword and series with both keywords while the sequence of keywords is irrelevant, equivalent to search: Sales;Retail `Retail OR Sales` - Show results: series with terms of Retail OR Sales, regardless of the sequence. E. g. Retail Sales, Retail Trade, Sales Price, Motor Vehicle Sales `Retail NOT Sales` - Narrow a search by excluding specific terms while the sequence of keywords is relevant. Show results: series with terms that include Retail, but NOT Sales. E. g. Retail Trade, Retail Price, Retail Bank `Retail Sales NOT (Hong Kong)` - Narrow a search by excluding a set of words in parentheses while the sequence of keywords in parentheses is irrelevant, equivalent to search: Retail Sales NOT (Hong Kong). Show results: series with terms that include Retail Sales, but NOT Hong Kong, such as Retail Sales YoY: China, Retail Sales YoY: United States (optional)
$strictKeywordSearch bool When true, will make a strict keywords search instead of fuzzy search. (optional, default to false)
$frequency string[] Frequency filter. One or more comma separated frequency code values. D - Daily W - Weekly M - Monthly Q - Quarterly H - Semi-annual Y - Annual Z - Quinquennially T - Decadal (optional)
$country string[] **DEPRECATED. Please use `geo` parameter.** Country filter. One or more comma separated country code values. See related Dictionary function to get the full list of accepted countries. (optional)
$source string[] Source filter. One or more comma separated source code values. See related Dictionary function to get the full list of accepted sources. (optional)
$unit string[] Unit filter. One or more comma separated unit code values. See related Dictionary function to get the full list of accepted units. (optional)
$indicator string[] Indicator filter. One or more comma separated indicator code values. See related Dictionary function to get full list of accepted indicators. The use the new indicators ids is recommended because the old ones are deprecated and going to be removed in the near future! (optional)
$region string[] Region filter. One or more comma separated region code values. See related Dictionary function to get the full list of accepted regions. (optional)
$subscribedOnly bool Show only results for subscribed series when set to `true`. By default show results for all the series found. (optional, default to false)
$keyOnly bool Show only 'key' series when set to `true`. (optional, default to false)
$newOnly bool Show only series created less than 1 month ago when set to `true`. (optional, default to false)
$nameOnly bool This filter related with the `keyword` filter. If it's `true` keyword search will be searched only in series name instead of all series attributes. (optional, default to false)
$startDateBefore \DateTime Will return series with first observation before `start_date_before` (optional)
$endDateAfter \DateTime Will return series with last observation after `end_date_after` (optional)
$createdAfter \DateTime Will return entries created after `created_after` date (optional)
$updatedAfter \DateTime Will return series last time updated after `updated_after` date (optional)
$geo string[] Geo filter. One or more comma separated geo id values. See related Dictionary function to get the full list of accepted geo ids. (optional)
$status string[] Status filter. One or more comma separated status code values. When not explicitly set, defaults to T. T - Active C - Discontinued B - Rebased D - On-Demand (optional, default to ["T","C","B","D"])
$filterId string[] Filter ID used to define a subset of data over which the search will be executed. When combined with additional search criterion, the result will be an intesection of both. (optional)

getLayoutSectionsAsync($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $keyword = null, $strictKeywordSearch = 'false', $frequency = null, $country = null, $source = null, $unit = null, $indicator = null, $region = null, $subscribedOnly = 'false', $keyOnly = 'false', $newOnly = 'false', $nameOnly = 'false', $startDateBefore = null, $endDateAfter = null, $createdAfter = null, $updatedAfter = null, $geo = null, $status = '["T","C","B","D"]', $filterId = null)

List of Sections

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$id string Topic ID (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$keyword string Search term. One or more keywords. May contain special words further controlling the search results. Keyword search tips: `Retail Sales` - Show series with both keywords while the sequence of keywords is irrelevant. Equivalent to search Sales Retail `Retail AND Sales` - Show results: series with terms of Retail AND Sales, regardless of the sequence. E. g. Retail Sales, Automobile Sales Retail `Retail;Sales` - Show series with either keyword and series with both keywords while the sequence of keywords is irrelevant, equivalent to search: Sales;Retail `Retail OR Sales` - Show results: series with terms of Retail OR Sales, regardless of the sequence. E. g. Retail Sales, Retail Trade, Sales Price, Motor Vehicle Sales `Retail NOT Sales` - Narrow a search by excluding specific terms while the sequence of keywords is relevant. Show results: series with terms that include Retail, but NOT Sales. E. g. Retail Trade, Retail Price, Retail Bank `Retail Sales NOT (Hong Kong)` - Narrow a search by excluding a set of words in parentheses while the sequence of keywords in parentheses is irrelevant, equivalent to search: Retail Sales NOT (Hong Kong). Show results: series with terms that include Retail Sales, but NOT Hong Kong, such as Retail Sales YoY: China, Retail Sales YoY: United States (optional)
$strictKeywordSearch bool When true, will make a strict keywords search instead of fuzzy search. (optional, default to false)
$frequency string[] Frequency filter. One or more comma separated frequency code values. D - Daily W - Weekly M - Monthly Q - Quarterly H - Semi-annual Y - Annual Z - Quinquennially T - Decadal (optional)
$country string[] **DEPRECATED. Please use `geo` parameter.** Country filter. One or more comma separated country code values. See related Dictionary function to get the full list of accepted countries. (optional)
$source string[] Source filter. One or more comma separated source code values. See related Dictionary function to get the full list of accepted sources. (optional)
$unit string[] Unit filter. One or more comma separated unit code values. See related Dictionary function to get the full list of accepted units. (optional)
$indicator string[] Indicator filter. One or more comma separated indicator code values. See related Dictionary function to get full list of accepted indicators. The use the new indicators ids is recommended because the old ones are deprecated and going to be removed in the near future! (optional)
$region string[] Region filter. One or more comma separated region code values. See related Dictionary function to get the full list of accepted regions. (optional)
$subscribedOnly bool Show only results for subscribed series when set to `true`. By default show results for all the series found. (optional, default to false)
$keyOnly bool Show only 'key' series when set to `true`. (optional, default to false)
$newOnly bool Show only series created less than 1 month ago when set to `true`. (optional, default to false)
$nameOnly bool This filter related with the `keyword` filter. If it's `true` keyword search will be searched only in series name instead of all series attributes. (optional, default to false)
$startDateBefore \DateTime Will return series with first observation before `start_date_before` (optional)
$endDateAfter \DateTime Will return series with last observation after `end_date_after` (optional)
$createdAfter \DateTime Will return entries created after `created_after` date (optional)
$updatedAfter \DateTime Will return series last time updated after `updated_after` date (optional)
$geo string[] Geo filter. One or more comma separated geo id values. See related Dictionary function to get the full list of accepted geo ids. (optional)
$status string[] Status filter. One or more comma separated status code values. When not explicitly set, defaults to T. T - Active C - Discontinued B - Rebased D - On-Demand (optional, default to ["T","C","B","D"])
$filterId string[] Filter ID used to define a subset of data over which the search will be executed. When combined with additional search criterion, the result will be an intesection of both. (optional)

getLayoutSeries($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $keyword = null, $strictKeywordSearch = 'false', $frequency = null, $country = null, $source = null, $unit = null, $indicator = null, $region = null, $subscribedOnly = 'false', $keyOnly = 'false', $newOnly = 'false', $nameOnly = 'false', $startDateBefore = null, $endDateAfter = null, $createdAfter = null, $updatedAfter = null, $geo = null, $status = '["T","C","B","D"]', $filterId = null)

List of Series

Returns:

\Ceic\Api\Ceic\Api\Models\SeriesResult

Parameters:
Name Type Description
$id string Table ID (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$keyword string Search term. One or more keywords. May contain special words further controlling the search results. Keyword search tips: `Retail Sales` - Show series with both keywords while the sequence of keywords is irrelevant. Equivalent to search Sales Retail `Retail AND Sales` - Show results: series with terms of Retail AND Sales, regardless of the sequence. E. g. Retail Sales, Automobile Sales Retail `Retail;Sales` - Show series with either keyword and series with both keywords while the sequence of keywords is irrelevant, equivalent to search: Sales;Retail `Retail OR Sales` - Show results: series with terms of Retail OR Sales, regardless of the sequence. E. g. Retail Sales, Retail Trade, Sales Price, Motor Vehicle Sales `Retail NOT Sales` - Narrow a search by excluding specific terms while the sequence of keywords is relevant. Show results: series with terms that include Retail, but NOT Sales. E. g. Retail Trade, Retail Price, Retail Bank `Retail Sales NOT (Hong Kong)` - Narrow a search by excluding a set of words in parentheses while the sequence of keywords in parentheses is irrelevant, equivalent to search: Retail Sales NOT (Hong Kong). Show results: series with terms that include Retail Sales, but NOT Hong Kong, such as Retail Sales YoY: China, Retail Sales YoY: United States (optional)
$strictKeywordSearch bool When true, will make a strict keywords search instead of fuzzy search. (optional, default to false)
$frequency string[] Frequency filter. One or more comma separated frequency code values. D - Daily W - Weekly M - Monthly Q - Quarterly H - Semi-annual Y - Annual Z - Quinquennially T - Decadal (optional)
$country string[] **DEPRECATED. Please use `geo` parameter.** Country filter. One or more comma separated country code values. See related Dictionary function to get the full list of accepted countries. (optional)
$source string[] Source filter. One or more comma separated source code values. See related Dictionary function to get the full list of accepted sources. (optional)
$unit string[] Unit filter. One or more comma separated unit code values. See related Dictionary function to get the full list of accepted units. (optional)
$indicator string[] Indicator filter. One or more comma separated indicator code values. See related Dictionary function to get full list of accepted indicators. The use the new indicators ids is recommended because the old ones are deprecated and going to be removed in the near future! (optional)
$region string[] Region filter. One or more comma separated region code values. See related Dictionary function to get the full list of accepted regions. (optional)
$subscribedOnly bool Show only results for subscribed series when set to `true`. By default show results for all the series found. (optional, default to false)
$keyOnly bool Show only 'key' series when set to `true`. (optional, default to false)
$newOnly bool Show only series created less than 1 month ago when set to `true`. (optional, default to false)
$nameOnly bool This filter related with the `keyword` filter. If it's `true` keyword search will be searched only in series name instead of all series attributes. (optional, default to false)
$startDateBefore \DateTime Will return series with first observation before `start_date_before` (optional)
$endDateAfter \DateTime Will return series with last observation after `end_date_after` (optional)
$createdAfter \DateTime Will return entries created after `created_after` date (optional)
$updatedAfter \DateTime Will return series last time updated after `updated_after` date (optional)
$geo string[] Geo filter. One or more comma separated geo id values. See related Dictionary function to get the full list of accepted geo ids. (optional)
$status string[] Status filter. One or more comma separated status code values. When not explicitly set, defaults to T. T - Active C - Discontinued B - Rebased D - On-Demand (optional, default to ["T","C","B","D"])
$filterId string[] Filter ID used to define a subset of data over which the search will be executed. When combined with additional search criterion, the result will be an intesection of both. (optional)

getLayoutSeriesAsync($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $keyword = null, $strictKeywordSearch = 'false', $frequency = null, $country = null, $source = null, $unit = null, $indicator = null, $region = null, $subscribedOnly = 'false', $keyOnly = 'false', $newOnly = 'false', $nameOnly = 'false', $startDateBefore = null, $endDateAfter = null, $createdAfter = null, $updatedAfter = null, $geo = null, $status = '["T","C","B","D"]', $filterId = null)

List of Series

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$id string Table ID (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$keyword string Search term. One or more keywords. May contain special words further controlling the search results. Keyword search tips: `Retail Sales` - Show series with both keywords while the sequence of keywords is irrelevant. Equivalent to search Sales Retail `Retail AND Sales` - Show results: series with terms of Retail AND Sales, regardless of the sequence. E. g. Retail Sales, Automobile Sales Retail `Retail;Sales` - Show series with either keyword and series with both keywords while the sequence of keywords is irrelevant, equivalent to search: Sales;Retail `Retail OR Sales` - Show results: series with terms of Retail OR Sales, regardless of the sequence. E. g. Retail Sales, Retail Trade, Sales Price, Motor Vehicle Sales `Retail NOT Sales` - Narrow a search by excluding specific terms while the sequence of keywords is relevant. Show results: series with terms that include Retail, but NOT Sales. E. g. Retail Trade, Retail Price, Retail Bank `Retail Sales NOT (Hong Kong)` - Narrow a search by excluding a set of words in parentheses while the sequence of keywords in parentheses is irrelevant, equivalent to search: Retail Sales NOT (Hong Kong). Show results: series with terms that include Retail Sales, but NOT Hong Kong, such as Retail Sales YoY: China, Retail Sales YoY: United States (optional)
$strictKeywordSearch bool When true, will make a strict keywords search instead of fuzzy search. (optional, default to false)
$frequency string[] Frequency filter. One or more comma separated frequency code values. D - Daily W - Weekly M - Monthly Q - Quarterly H - Semi-annual Y - Annual Z - Quinquennially T - Decadal (optional)
$country string[] **DEPRECATED. Please use `geo` parameter.** Country filter. One or more comma separated country code values. See related Dictionary function to get the full list of accepted countries. (optional)
$source string[] Source filter. One or more comma separated source code values. See related Dictionary function to get the full list of accepted sources. (optional)
$unit string[] Unit filter. One or more comma separated unit code values. See related Dictionary function to get the full list of accepted units. (optional)
$indicator string[] Indicator filter. One or more comma separated indicator code values. See related Dictionary function to get full list of accepted indicators. The use the new indicators ids is recommended because the old ones are deprecated and going to be removed in the near future! (optional)
$region string[] Region filter. One or more comma separated region code values. See related Dictionary function to get the full list of accepted regions. (optional)
$subscribedOnly bool Show only results for subscribed series when set to `true`. By default show results for all the series found. (optional, default to false)
$keyOnly bool Show only 'key' series when set to `true`. (optional, default to false)
$newOnly bool Show only series created less than 1 month ago when set to `true`. (optional, default to false)
$nameOnly bool This filter related with the `keyword` filter. If it's `true` keyword search will be searched only in series name instead of all series attributes. (optional, default to false)
$startDateBefore \DateTime Will return series with first observation before `start_date_before` (optional)
$endDateAfter \DateTime Will return series with last observation after `end_date_after` (optional)
$createdAfter \DateTime Will return entries created after `created_after` date (optional)
$updatedAfter \DateTime Will return series last time updated after `updated_after` date (optional)
$geo string[] Geo filter. One or more comma separated geo id values. See related Dictionary function to get the full list of accepted geo ids. (optional)
$status string[] Status filter. One or more comma separated status code values. When not explicitly set, defaults to T. T - Active C - Discontinued B - Rebased D - On-Demand (optional, default to ["T","C","B","D"])
$filterId string[] Filter ID used to define a subset of data over which the search will be executed. When combined with additional search criterion, the result will be an intesection of both. (optional)

getLayoutTables($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $keyword = null, $strictKeywordSearch = 'false', $frequency = null, $country = null, $source = null, $unit = null, $indicator = null, $region = null, $subscribedOnly = 'false', $keyOnly = 'false', $newOnly = 'false', $nameOnly = 'false', $startDateBefore = null, $endDateAfter = null, $createdAfter = null, $updatedAfter = null, $geo = null, $status = '["T","C","B","D"]', $filterId = null)

List of Tables

Returns:

\Ceic\Api\Ceic\Api\Models\LayoutItemsResult

Parameters:
Name Type Description
$id string Section ID (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$keyword string Search term. One or more keywords. May contain special words further controlling the search results. Keyword search tips: `Retail Sales` - Show series with both keywords while the sequence of keywords is irrelevant. Equivalent to search Sales Retail `Retail AND Sales` - Show results: series with terms of Retail AND Sales, regardless of the sequence. E. g. Retail Sales, Automobile Sales Retail `Retail;Sales` - Show series with either keyword and series with both keywords while the sequence of keywords is irrelevant, equivalent to search: Sales;Retail `Retail OR Sales` - Show results: series with terms of Retail OR Sales, regardless of the sequence. E. g. Retail Sales, Retail Trade, Sales Price, Motor Vehicle Sales `Retail NOT Sales` - Narrow a search by excluding specific terms while the sequence of keywords is relevant. Show results: series with terms that include Retail, but NOT Sales. E. g. Retail Trade, Retail Price, Retail Bank `Retail Sales NOT (Hong Kong)` - Narrow a search by excluding a set of words in parentheses while the sequence of keywords in parentheses is irrelevant, equivalent to search: Retail Sales NOT (Hong Kong). Show results: series with terms that include Retail Sales, but NOT Hong Kong, such as Retail Sales YoY: China, Retail Sales YoY: United States (optional)
$strictKeywordSearch bool When true, will make a strict keywords search instead of fuzzy search. (optional, default to false)
$frequency string[] Frequency filter. One or more comma separated frequency code values. D - Daily W - Weekly M - Monthly Q - Quarterly H - Semi-annual Y - Annual Z - Quinquennially T - Decadal (optional)
$country string[] **DEPRECATED. Please use `geo` parameter.** Country filter. One or more comma separated country code values. See related Dictionary function to get the full list of accepted countries. (optional)
$source string[] Source filter. One or more comma separated source code values. See related Dictionary function to get the full list of accepted sources. (optional)
$unit string[] Unit filter. One or more comma separated unit code values. See related Dictionary function to get the full list of accepted units. (optional)
$indicator string[] Indicator filter. One or more comma separated indicator code values. See related Dictionary function to get full list of accepted indicators. The use the new indicators ids is recommended because the old ones are deprecated and going to be removed in the near future! (optional)
$region string[] Region filter. One or more comma separated region code values. See related Dictionary function to get the full list of accepted regions. (optional)
$subscribedOnly bool Show only results for subscribed series when set to `true`. By default show results for all the series found. (optional, default to false)
$keyOnly bool Show only 'key' series when set to `true`. (optional, default to false)
$newOnly bool Show only series created less than 1 month ago when set to `true`. (optional, default to false)
$nameOnly bool This filter related with the `keyword` filter. If it's `true` keyword search will be searched only in series name instead of all series attributes. (optional, default to false)
$startDateBefore \DateTime Will return series with first observation before `start_date_before` (optional)
$endDateAfter \DateTime Will return series with last observation after `end_date_after` (optional)
$createdAfter \DateTime Will return entries created after `created_after` date (optional)
$updatedAfter \DateTime Will return series last time updated after `updated_after` date (optional)
$geo string[] Geo filter. One or more comma separated geo id values. See related Dictionary function to get the full list of accepted geo ids. (optional)
$status string[] Status filter. One or more comma separated status code values. When not explicitly set, defaults to T. T - Active C - Discontinued B - Rebased D - On-Demand (optional, default to ["T","C","B","D"])
$filterId string[] Filter ID used to define a subset of data over which the search will be executed. When combined with additional search criterion, the result will be an intesection of both. (optional)

getLayoutTablesAsync($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $keyword = null, $strictKeywordSearch = 'false', $frequency = null, $country = null, $source = null, $unit = null, $indicator = null, $region = null, $subscribedOnly = 'false', $keyOnly = 'false', $newOnly = 'false', $nameOnly = 'false', $startDateBefore = null, $endDateAfter = null, $createdAfter = null, $updatedAfter = null, $geo = null, $status = '["T","C","B","D"]', $filterId = null)

List of Tables

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$id string Section ID (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$keyword string Search term. One or more keywords. May contain special words further controlling the search results. Keyword search tips: `Retail Sales` - Show series with both keywords while the sequence of keywords is irrelevant. Equivalent to search Sales Retail `Retail AND Sales` - Show results: series with terms of Retail AND Sales, regardless of the sequence. E. g. Retail Sales, Automobile Sales Retail `Retail;Sales` - Show series with either keyword and series with both keywords while the sequence of keywords is irrelevant, equivalent to search: Sales;Retail `Retail OR Sales` - Show results: series with terms of Retail OR Sales, regardless of the sequence. E. g. Retail Sales, Retail Trade, Sales Price, Motor Vehicle Sales `Retail NOT Sales` - Narrow a search by excluding specific terms while the sequence of keywords is relevant. Show results: series with terms that include Retail, but NOT Sales. E. g. Retail Trade, Retail Price, Retail Bank `Retail Sales NOT (Hong Kong)` - Narrow a search by excluding a set of words in parentheses while the sequence of keywords in parentheses is irrelevant, equivalent to search: Retail Sales NOT (Hong Kong). Show results: series with terms that include Retail Sales, but NOT Hong Kong, such as Retail Sales YoY: China, Retail Sales YoY: United States (optional)
$strictKeywordSearch bool When true, will make a strict keywords search instead of fuzzy search. (optional, default to false)
$frequency string[] Frequency filter. One or more comma separated frequency code values. D - Daily W - Weekly M - Monthly Q - Quarterly H - Semi-annual Y - Annual Z - Quinquennially T - Decadal (optional)
$country string[] **DEPRECATED. Please use `geo` parameter.** Country filter. One or more comma separated country code values. See related Dictionary function to get the full list of accepted countries. (optional)
$source string[] Source filter. One or more comma separated source code values. See related Dictionary function to get the full list of accepted sources. (optional)
$unit string[] Unit filter. One or more comma separated unit code values. See related Dictionary function to get the full list of accepted units. (optional)
$indicator string[] Indicator filter. One or more comma separated indicator code values. See related Dictionary function to get full list of accepted indicators. The use the new indicators ids is recommended because the old ones are deprecated and going to be removed in the near future! (optional)
$region string[] Region filter. One or more comma separated region code values. See related Dictionary function to get the full list of accepted regions. (optional)
$subscribedOnly bool Show only results for subscribed series when set to `true`. By default show results for all the series found. (optional, default to false)
$keyOnly bool Show only 'key' series when set to `true`. (optional, default to false)
$newOnly bool Show only series created less than 1 month ago when set to `true`. (optional, default to false)
$nameOnly bool This filter related with the `keyword` filter. If it's `true` keyword search will be searched only in series name instead of all series attributes. (optional, default to false)
$startDateBefore \DateTime Will return series with first observation before `start_date_before` (optional)
$endDateAfter \DateTime Will return series with last observation after `end_date_after` (optional)
$createdAfter \DateTime Will return entries created after `created_after` date (optional)
$updatedAfter \DateTime Will return series last time updated after `updated_after` date (optional)
$geo string[] Geo filter. One or more comma separated geo id values. See related Dictionary function to get the full list of accepted geo ids. (optional)
$status string[] Status filter. One or more comma separated status code values. When not explicitly set, defaults to T. T - Active C - Discontinued B - Rebased D - On-Demand (optional, default to ["T","C","B","D"])
$filterId string[] Filter ID used to define a subset of data over which the search will be executed. When combined with additional search criterion, the result will be an intesection of both. (optional)

getLayoutTopics($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $keyword = null, $strictKeywordSearch = 'false', $frequency = null, $country = null, $source = null, $unit = null, $indicator = null, $region = null, $subscribedOnly = 'false', $keyOnly = 'false', $newOnly = 'false', $nameOnly = 'false', $startDateBefore = null, $endDateAfter = null, $createdAfter = null, $updatedAfter = null, $geo = null, $status = '["T","C","B","D"]', $filterId = null)

List of Topics

Returns:

\Ceic\Api\Ceic\Api\Models\LayoutItemsResult

Parameters:
Name Type Description
$id string Database ID (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$keyword string Search term. One or more keywords. May contain special words further controlling the search results. Keyword search tips: `Retail Sales` - Show series with both keywords while the sequence of keywords is irrelevant. Equivalent to search Sales Retail `Retail AND Sales` - Show results: series with terms of Retail AND Sales, regardless of the sequence. E. g. Retail Sales, Automobile Sales Retail `Retail;Sales` - Show series with either keyword and series with both keywords while the sequence of keywords is irrelevant, equivalent to search: Sales;Retail `Retail OR Sales` - Show results: series with terms of Retail OR Sales, regardless of the sequence. E. g. Retail Sales, Retail Trade, Sales Price, Motor Vehicle Sales `Retail NOT Sales` - Narrow a search by excluding specific terms while the sequence of keywords is relevant. Show results: series with terms that include Retail, but NOT Sales. E. g. Retail Trade, Retail Price, Retail Bank `Retail Sales NOT (Hong Kong)` - Narrow a search by excluding a set of words in parentheses while the sequence of keywords in parentheses is irrelevant, equivalent to search: Retail Sales NOT (Hong Kong). Show results: series with terms that include Retail Sales, but NOT Hong Kong, such as Retail Sales YoY: China, Retail Sales YoY: United States (optional)
$strictKeywordSearch bool When true, will make a strict keywords search instead of fuzzy search. (optional, default to false)
$frequency string[] Frequency filter. One or more comma separated frequency code values. D - Daily W - Weekly M - Monthly Q - Quarterly H - Semi-annual Y - Annual Z - Quinquennially T - Decadal (optional)
$country string[] **DEPRECATED. Please use `geo` parameter.** Country filter. One or more comma separated country code values. See related Dictionary function to get the full list of accepted countries. (optional)
$source string[] Source filter. One or more comma separated source code values. See related Dictionary function to get the full list of accepted sources. (optional)
$unit string[] Unit filter. One or more comma separated unit code values. See related Dictionary function to get the full list of accepted units. (optional)
$indicator string[] Indicator filter. One or more comma separated indicator code values. See related Dictionary function to get full list of accepted indicators. The use the new indicators ids is recommended because the old ones are deprecated and going to be removed in the near future! (optional)
$region string[] Region filter. One or more comma separated region code values. See related Dictionary function to get the full list of accepted regions. (optional)
$subscribedOnly bool Show only results for subscribed series when set to `true`. By default show results for all the series found. (optional, default to false)
$keyOnly bool Show only 'key' series when set to `true`. (optional, default to false)
$newOnly bool Show only series created less than 1 month ago when set to `true`. (optional, default to false)
$nameOnly bool This filter related with the `keyword` filter. If it's `true` keyword search will be searched only in series name instead of all series attributes. (optional, default to false)
$startDateBefore \DateTime Will return series with first observation before `start_date_before` (optional)
$endDateAfter \DateTime Will return series with last observation after `end_date_after` (optional)
$createdAfter \DateTime Will return entries created after `created_after` date (optional)
$updatedAfter \DateTime Will return series last time updated after `updated_after` date (optional)
$geo string[] Geo filter. One or more comma separated geo id values. See related Dictionary function to get the full list of accepted geo ids. (optional)
$status string[] Status filter. One or more comma separated status code values. When not explicitly set, defaults to T. T - Active C - Discontinued B - Rebased D - On-Demand (optional, default to ["T","C","B","D"])
$filterId string[] Filter ID used to define a subset of data over which the search will be executed. When combined with additional search criterion, the result will be an intesection of both. (optional)

getLayoutTopicsAsync($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $keyword = null, $strictKeywordSearch = 'false', $frequency = null, $country = null, $source = null, $unit = null, $indicator = null, $region = null, $subscribedOnly = 'false', $keyOnly = 'false', $newOnly = 'false', $nameOnly = 'false', $startDateBefore = null, $endDateAfter = null, $createdAfter = null, $updatedAfter = null, $geo = null, $status = '["T","C","B","D"]', $filterId = null)

List of Topics

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$id string Database ID (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$keyword string Search term. One or more keywords. May contain special words further controlling the search results. Keyword search tips: `Retail Sales` - Show series with both keywords while the sequence of keywords is irrelevant. Equivalent to search Sales Retail `Retail AND Sales` - Show results: series with terms of Retail AND Sales, regardless of the sequence. E. g. Retail Sales, Automobile Sales Retail `Retail;Sales` - Show series with either keyword and series with both keywords while the sequence of keywords is irrelevant, equivalent to search: Sales;Retail `Retail OR Sales` - Show results: series with terms of Retail OR Sales, regardless of the sequence. E. g. Retail Sales, Retail Trade, Sales Price, Motor Vehicle Sales `Retail NOT Sales` - Narrow a search by excluding specific terms while the sequence of keywords is relevant. Show results: series with terms that include Retail, but NOT Sales. E. g. Retail Trade, Retail Price, Retail Bank `Retail Sales NOT (Hong Kong)` - Narrow a search by excluding a set of words in parentheses while the sequence of keywords in parentheses is irrelevant, equivalent to search: Retail Sales NOT (Hong Kong). Show results: series with terms that include Retail Sales, but NOT Hong Kong, such as Retail Sales YoY: China, Retail Sales YoY: United States (optional)
$strictKeywordSearch bool When true, will make a strict keywords search instead of fuzzy search. (optional, default to false)
$frequency string[] Frequency filter. One or more comma separated frequency code values. D - Daily W - Weekly M - Monthly Q - Quarterly H - Semi-annual Y - Annual Z - Quinquennially T - Decadal (optional)
$country string[] **DEPRECATED. Please use `geo` parameter.** Country filter. One or more comma separated country code values. See related Dictionary function to get the full list of accepted countries. (optional)
$source string[] Source filter. One or more comma separated source code values. See related Dictionary function to get the full list of accepted sources. (optional)
$unit string[] Unit filter. One or more comma separated unit code values. See related Dictionary function to get the full list of accepted units. (optional)
$indicator string[] Indicator filter. One or more comma separated indicator code values. See related Dictionary function to get full list of accepted indicators. The use the new indicators ids is recommended because the old ones are deprecated and going to be removed in the near future! (optional)
$region string[] Region filter. One or more comma separated region code values. See related Dictionary function to get the full list of accepted regions. (optional)
$subscribedOnly bool Show only results for subscribed series when set to `true`. By default show results for all the series found. (optional, default to false)
$keyOnly bool Show only 'key' series when set to `true`. (optional, default to false)
$newOnly bool Show only series created less than 1 month ago when set to `true`. (optional, default to false)
$nameOnly bool This filter related with the `keyword` filter. If it's `true` keyword search will be searched only in series name instead of all series attributes. (optional, default to false)
$startDateBefore \DateTime Will return series with first observation before `start_date_before` (optional)
$endDateAfter \DateTime Will return series with last observation after `end_date_after` (optional)
$createdAfter \DateTime Will return entries created after `created_after` date (optional)
$updatedAfter \DateTime Will return series last time updated after `updated_after` date (optional)
$geo string[] Geo filter. One or more comma separated geo id values. See related Dictionary function to get the full list of accepted geo ids. (optional)
$status string[] Status filter. One or more comma separated status code values. When not explicitly set, defaults to T. T - Active C - Discontinued B - Rebased D - On-Demand (optional, default to ["T","C","B","D"])
$filterId string[] Filter ID used to define a subset of data over which the search will be executed. When combined with additional search criterion, the result will be an intesection of both. (optional)

getLayoutDatabasesQuery(\Ceic\Api\Models\QueryEntities\LayoutApiQueryEntity $queryEntity)

Returns:

\Ceic\Api\Ceic\Api\Models\LayoutItemsResult

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\LayoutApiQueryEntity Query entity object which contains the search information (required)

getLayoutDatabasesAsyncQuery(\Ceic\Api\Models\QueryEntities\LayoutApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\LayoutApiQueryEntity Query entity object which contains the search information (required)

getLayoutFootnoteQuery(\Ceic\Api\Models\QueryEntities\LayoutApiQueryEntity $queryEntity)

Returns:

string

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\LayoutApiQueryEntity Query entity object which contains the search information (required)

getLayoutFootnoteAsyncQuery(\Ceic\Api\Models\QueryEntities\LayoutApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\LayoutApiQueryEntity Query entity object which contains the search information (required)

getLayoutFootnoteMetadataQuery(\Ceic\Api\Models\QueryEntities\LayoutApiQueryEntity $queryEntity)

Returns:

\Ceic\Api\Ceic\Api\Models\LayoutFootnoteMetadataResult

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\LayoutApiQueryEntity Query entity object which contains the search information (required)

getLayoutFootnoteMetadataAsyncQuery(\Ceic\Api\Models\QueryEntities\LayoutApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\LayoutApiQueryEntity Query entity object which contains the search information (required)

getLayoutFootnoteResourceQuery(\Ceic\Api\Models\QueryEntities\LayoutApiQueryEntity $queryEntity)

Returns:

string

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\LayoutApiQueryEntity Query entity object which contains the search information (required)

getLayoutFootnoteResourceAsyncQuery(\Ceic\Api\Models\QueryEntities\LayoutApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\LayoutApiQueryEntity Query entity object which contains the search information (required)

getLayoutFullMetadataQuery(\Ceic\Api\Models\QueryEntities\LayoutApiQueryEntity $queryEntity)

Returns:

\Ceic\Api\Ceic\Api\Models\LayoutFullMetadataResult

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\LayoutApiQueryEntity Query entity object which contains the search information (required)

getLayoutFullMetadataAsyncQuery(\Ceic\Api\Models\QueryEntities\LayoutApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\LayoutApiQueryEntity Query entity object which contains the search information (required)

getLayoutSectionsQuery(\Ceic\Api\Models\QueryEntities\LayoutApiQueryEntity $queryEntity)

Returns:

\Ceic\Api\Ceic\Api\Models\LayoutFullMetadataResult

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\LayoutApiQueryEntity Query entity object which contains the search information (required)

getLayoutSectionsAsyncQuery(\Ceic\Api\Models\QueryEntities\LayoutApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\LayoutApiQueryEntity Query entity object which contains the search information (required)

getLayoutSeriesQuery(\Ceic\Api\Models\QueryEntities\LayoutApiQueryEntity $queryEntity)

Returns:

\Ceic\Api\Ceic\Api\Models\SeriesResult

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\LayoutApiQueryEntity Query entity object which contains the search information (required)

getLayoutSeriesAsyncQuery(\Ceic\Api\Models\QueryEntities\LayoutApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\LayoutApiQueryEntity Query entity object which contains the search information (required)

getLayoutTablesQuery(\Ceic\Api\Models\QueryEntities\LayoutApiQueryEntity $queryEntity)

Returns:

\Ceic\Api\Ceic\Api\Models\LayoutItemsResult

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\LayoutApiQueryEntity Query entity object which contains the search information (required)

getLayoutTablesAsyncQuery(\Ceic\Api\Models\QueryEntities\LayoutApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\LayoutApiQueryEntity Query entity object which contains the search information (required)

getLayoutTopicsQuery(\Ceic\Api\Models\QueryEntities\LayoutApiQueryEntity $queryEntity)

Returns:

\Ceic\Api\Ceic\Api\Models\LayoutItemsResult

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\LayoutApiQueryEntity Query entity object which contains the search information (required)

getLayoutTopicsAsyncQuery(\Ceic\Api\Models\QueryEntities\LayoutApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\LayoutApiQueryEntity Query entity object which contains the search information (required)

Namespace: Ceic\Api\Apis

Class: ReleasesApi( ClientInterface $client = null, Configuration $config = null, HeaderSelector $selector = null )


getConfig()

Returns:

Configuration


getReleaseSeries($code, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $limit = '100', $offset = '0')

List release code series.

Returns:

\Ceic\Api\Ceic\Api\Models\ReleaseSeriesResult

Parameters:
Name Type Description
$code string Release identifier code for a group of series with the same release schedule. Accepts only one release identifier code. (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$limit float Number of records to return in the range 1 - 100. Default is 100. (optional, default to 100)
$offset float The offset from which the records will be returned. Used to get the next set of records when the limit is reached. (optional, default to 0)

getReleaseSeriesAsync($code, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $limit = '100', $offset = '0')

List release code series.

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$code string Release identifier code for a group of series with the same release schedule. Accepts only one release identifier code. (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$limit float Number of records to return in the range 1 - 100. Default is 100. (optional, default to 100)
$offset float The offset from which the records will be returned. Used to get the next set of records when the limit is reached. (optional, default to 0)

getSeriesReleases($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $releaseDateFrom = null, $releaseDateTo = null, $releaseStatus = null, $offset = '0', $limit = '100')

List of releases for a single series id

Returns:

\Ceic\Api\Ceic\Api\Models\SeriesReleaseScheduleSearchResult

Parameters:
Name Type Description
$id string Series ID or Series Code to return. Accepts only one series ID or series Code. (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$releaseDateFrom \DateTime Will return releases with first observation before `release_date_from` (optional)
$releaseDateTo \DateTime Will return releases with last observation after `release_date_to` (optional)
$releaseStatus string[] List of release statuses to return (optional)
$offset float The offset from which the records will be returned. Used to get the next set of records when the limit is reached. (optional, default to 0)
$limit float Number of records to return in the range 1 - 100. Default is 100. (optional, default to 100)

getSeriesReleasesAsync($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $releaseDateFrom = null, $releaseDateTo = null, $releaseStatus = null, $offset = '0', $limit = '100')

List of releases for a single series id

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$id string Series ID or Series Code to return. Accepts only one series ID or series Code. (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$releaseDateFrom \DateTime Will return releases with first observation before `release_date_from` (optional)
$releaseDateTo \DateTime Will return releases with last observation after `release_date_to` (optional)
$releaseStatus string[] List of release statuses to return (optional)
$offset float The offset from which the records will be returned. Used to get the next set of records when the limit is reached. (optional, default to 0)
$limit float Number of records to return in the range 1 - 100. Default is 100. (optional, default to 100)

searchSeriesReleases($acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $limit = '100', $offset = '0', $layout = null, $database = null, $keyword = null, $strictKeywordSearch = 'false', $frequency = null, $country = null, $source = null, $unit = null, $indicator = null, $region = null, $subscribedOnly = 'false', $keyOnly = 'false', $newOnly = 'false', $nameOnly = 'false', $startDateBefore = null, $endDateAfter = null, $createdAfter = null, $updatedAfter = null, $geo = null, $status = '["T"]', $dataSource = null, $series = null, $topic = null, $section = null, $table = null, $order = null, $direction = null, $filterId = null, $withReplacementsMetadata = 'false', $forecastOnly = 'false', $withReleaseOnly = 'false', $withReplacementsOnly = 'false', $withObservationsOnly = 'false', $withContinuousOnly = 'false', $facet = null, $releaseDateFrom = null, $releaseDateTo = null, $releaseStatus = null)

Released schedule search

Returns:

\Ceic\Api\Ceic\Api\Models\SeriesReleaseScheduleSearchResult

Parameters:
Name Type Description
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$limit float Number of records to return in the range 1 - 100. Default is 100. (optional, default to 100)
$offset float The offset from which the records will be returned. Used to get the next set of records when the limit is reached. (optional, default to 0)
$layout string[] **DEPRECATED. Please use `database` parameter.** Database filter. One or more comma separated database code values. Use `/dictionary/databases` to get an up to date list of available databases. WORLD - *World Trend Plus* WGEM - *Economic Monitor* WESG - *Environmental, Social and Governance* WAEM - *ASEAN Economic Monitor* WFOR - *Forecast* WCOM - *Commodity Market* WCOC - *Country Competitiveness* WAGR - *Aggregates* WASS - *International Associations* GLOBAL - *Global Database* AA - *Asia* ECA - *Europe and Central Asia* MEA - *Middle East and Africa* NSA - *North and South America* CEICGLBKS - *Global Key Series Database* PMI - *S&P Global Purchasing Managers' Index* DAILY - *High Frequency Database* ALT - *Alternative Data* FMS - *Financial and Monetary Statistics* HL - *Health* BRAZIL - *Brazil Premium Database* RUSSIA - *Russia Premium Database* INDIA - *India Premium Database* INDONESIA - *Indonesia Premium Database* CN - *China Premium Database* (optional)
$database string[] Database filter. One or more comma separated database code values. Use `/dictionary/databases` to get an up to date list of available databases. WORLD - *World Trend Plus* WGEM - *Economic Monitor* WESG - *Environmental, Social and Governance* WAEM - *ASEAN Economic Monitor* WFOR - *Forecast* WCOM - *Commodity Market* WCOC - *Country Competitiveness* WAGR - *Aggregates* WASS - *International Associations* GLOBAL - *Global Database* AA - *Asia* ECA - *Europe and Central Asia* MEA - *Middle East and Africa* NSA - *North and South America* CEICGLBKS - *Global Key Series Database* PMI - *S&P Global Purchasing Managers' Index* DAILY - *High Frequency Database* ALT - *Alternative Data* FMS - *Financial and Monetary Statistics* HL - *Health* BRAZIL - *Brazil Premium Database* RUSSIA - *Russia Premium Database* INDIA - *India Premium Database* INDONESIA - *Indonesia Premium Database* CN - *China Premium Database* (optional)
$keyword string Search term. One or more keywords. May contain special words further controlling the search results. Keyword search tips: `Retail Sales` - Show series with both keywords while the sequence of keywords is irrelevant. Equivalent to search Sales Retail `Retail AND Sales` - Show results: series with terms of Retail AND Sales, regardless of the sequence. E. g. Retail Sales, Automobile Sales Retail `Retail;Sales` - Show series with either keyword and series with both keywords while the sequence of keywords is irrelevant, equivalent to search: Sales;Retail `Retail OR Sales` - Show results: series with terms of Retail OR Sales, regardless of the sequence. E. g. Retail Sales, Retail Trade, Sales Price, Motor Vehicle Sales `Retail NOT Sales` - Narrow a search by excluding specific terms while the sequence of keywords is relevant. Show results: series with terms that include Retail, but NOT Sales. E. g. Retail Trade, Retail Price, Retail Bank `Retail Sales NOT (Hong Kong)` - Narrow a search by excluding a set of words in parentheses while the sequence of keywords in parentheses is irrelevant, equivalent to search: Retail Sales NOT (Hong Kong). Show results: series with terms that include Retail Sales, but NOT Hong Kong, such as Retail Sales YoY: China, Retail Sales YoY: United States (optional)
$strictKeywordSearch bool When true, will make a strict keywords search instead of fuzzy search. (optional, default to false)
$frequency string[] Frequency filter. One or more comma separated frequency code values. D - Daily W - Weekly M - Monthly Q - Quarterly H - Semi-annual Y - Annual Z - Quinquennially T - Decadal (optional)
$country string[] **DEPRECATED. Please use `geo` parameter.** Country filter. One or more comma separated country code values. See related Dictionary function to get the full list of accepted countries. (optional)
$source string[] Source filter. One or more comma separated source code values. See related Dictionary function to get the full list of accepted sources. (optional)
$unit string[] Unit filter. One or more comma separated unit code values. See related Dictionary function to get the full list of accepted units. (optional)
$indicator string[] Indicator filter. One or more comma separated indicator code values. See related Dictionary function to get full list of accepted indicators. The use the new indicators ids is recommended because the old ones are deprecated and going to be removed in the near future! (optional)
$region string[] Region filter. One or more comma separated region code values. See related Dictionary function to get the full list of accepted regions. (optional)
$subscribedOnly bool Show only results for subscribed series when set to `true`. By default show results for all the series found. (optional, default to false)
$keyOnly bool Show only 'key' series when set to `true`. (optional, default to false)
$newOnly bool Show only series created less than 1 month ago when set to `true`. (optional, default to false)
$nameOnly bool This filter related with the `keyword` filter. If it's `true` keyword search will be searched only in series name instead of all series attributes. (optional, default to false)
$startDateBefore \DateTime Will return series with first observation before `start_date_before` (optional)
$endDateAfter \DateTime Will return series with last observation after `end_date_after` (optional)
$createdAfter \DateTime Will return entries created after `created_after` date (optional)
$updatedAfter \DateTime Will return series last time updated after `updated_after` date (optional)
$geo string[] Geo filter. One or more comma separated geo id values. See related Dictionary function to get the full list of accepted geo ids. (optional)
$status string[] Status filter. One or more comma separated status code values. When not explicitly set, defaults to T. T - Active C - Discontinued B - Rebased D - On-Demand (optional, default to ["T"])
$dataSource string[] Data source for series search operation. When CEIC is selected, we search for CEIC series only. When USER-IMPORTED is selected, we search only for user imported series (optional)
$series string[] List of series (optional)
$topic string[] Topic filter. One or more comma separated topic code values. (optional)
$section string[] Section filter. One or more comma separated section code values. (optional)
$table string[] Table filter. One or more comma separated table code values. (optional)
$order string[] Sort order. Default is `relevance`. (optional)
$direction string[] Sort order direction. Default is `asc`. Accepted values: `asc` - ascending `desc` - descending (optional)
$filterId string[] Filter ID used to define a subset of data over which the search will be executed. When combined with additional search criterion, the result will be an intesection of both. (optional)
$withReplacementsMetadata bool If it is `true` result will contain replacements metadata not only list of id`s (optional, default to false)
$forecastOnly bool If it is `true` result will only contain series with forecast (optional, default to false)
$withReleaseOnly bool If it is `true` result will only contain series with released schedule (optional, default to false)
$withReplacementsOnly bool If it is `true` result will only contain series with suggestions (optional, default to false)
$withObservationsOnly bool If it is `true` result will not contain series without observations (optional, default to false)
$withContinuousOnly bool If set to `true` results will contain only series with available historical extensions (optional, default to false)
$facet string[] List of facets to return (optional)
$releaseDateFrom \DateTime Will return releases with first observation before `release_date_from` (optional)
$releaseDateTo \DateTime Will return releases with last observation after `release_date_to` (optional)
$releaseStatus string[] List of release statuses to return (optional)

searchSeriesReleasesAsync($acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $limit = '100', $offset = '0', $layout = null, $database = null, $keyword = null, $strictKeywordSearch = 'false', $frequency = null, $country = null, $source = null, $unit = null, $indicator = null, $region = null, $subscribedOnly = 'false', $keyOnly = 'false', $newOnly = 'false', $nameOnly = 'false', $startDateBefore = null, $endDateAfter = null, $createdAfter = null, $updatedAfter = null, $geo = null, $status = '["T"]', $dataSource = null, $series = null, $topic = null, $section = null, $table = null, $order = null, $direction = null, $filterId = null, $withReplacementsMetadata = 'false', $forecastOnly = 'false', $withReleaseOnly = 'false', $withReplacementsOnly = 'false', $withObservationsOnly = 'false', $withContinuousOnly = 'false', $facet = null, $releaseDateFrom = null, $releaseDateTo = null, $releaseStatus = null)

Released schedule search

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$limit float Number of records to return in the range 1 - 100. Default is 100. (optional, default to 100)
$offset float The offset from which the records will be returned. Used to get the next set of records when the limit is reached. (optional, default to 0)
$layout string[] **DEPRECATED. Please use `database` parameter.** Database filter. One or more comma separated database code values. Use `/dictionary/databases` to get an up to date list of available databases. WORLD - *World Trend Plus* WGEM - *Economic Monitor* WESG - *Environmental, Social and Governance* WAEM - *ASEAN Economic Monitor* WFOR - *Forecast* WCOM - *Commodity Market* WCOC - *Country Competitiveness* WAGR - *Aggregates* WASS - *International Associations* GLOBAL - *Global Database* AA - *Asia* ECA - *Europe and Central Asia* MEA - *Middle East and Africa* NSA - *North and South America* CEICGLBKS - *Global Key Series Database* PMI - *S&P Global Purchasing Managers' Index* DAILY - *High Frequency Database* ALT - *Alternative Data* FMS - *Financial and Monetary Statistics* HL - *Health* BRAZIL - *Brazil Premium Database* RUSSIA - *Russia Premium Database* INDIA - *India Premium Database* INDONESIA - *Indonesia Premium Database* CN - *China Premium Database* (optional)
$database string[] Database filter. One or more comma separated database code values. Use `/dictionary/databases` to get an up to date list of available databases. WORLD - *World Trend Plus* WGEM - *Economic Monitor* WESG - *Environmental, Social and Governance* WAEM - *ASEAN Economic Monitor* WFOR - *Forecast* WCOM - *Commodity Market* WCOC - *Country Competitiveness* WAGR - *Aggregates* WASS - *International Associations* GLOBAL - *Global Database* AA - *Asia* ECA - *Europe and Central Asia* MEA - *Middle East and Africa* NSA - *North and South America* CEICGLBKS - *Global Key Series Database* PMI - *S&P Global Purchasing Managers' Index* DAILY - *High Frequency Database* ALT - *Alternative Data* FMS - *Financial and Monetary Statistics* HL - *Health* BRAZIL - *Brazil Premium Database* RUSSIA - *Russia Premium Database* INDIA - *India Premium Database* INDONESIA - *Indonesia Premium Database* CN - *China Premium Database* (optional)
$keyword string Search term. One or more keywords. May contain special words further controlling the search results. Keyword search tips: `Retail Sales` - Show series with both keywords while the sequence of keywords is irrelevant. Equivalent to search Sales Retail `Retail AND Sales` - Show results: series with terms of Retail AND Sales, regardless of the sequence. E. g. Retail Sales, Automobile Sales Retail `Retail;Sales` - Show series with either keyword and series with both keywords while the sequence of keywords is irrelevant, equivalent to search: Sales;Retail `Retail OR Sales` - Show results: series with terms of Retail OR Sales, regardless of the sequence. E. g. Retail Sales, Retail Trade, Sales Price, Motor Vehicle Sales `Retail NOT Sales` - Narrow a search by excluding specific terms while the sequence of keywords is relevant. Show results: series with terms that include Retail, but NOT Sales. E. g. Retail Trade, Retail Price, Retail Bank `Retail Sales NOT (Hong Kong)` - Narrow a search by excluding a set of words in parentheses while the sequence of keywords in parentheses is irrelevant, equivalent to search: Retail Sales NOT (Hong Kong). Show results: series with terms that include Retail Sales, but NOT Hong Kong, such as Retail Sales YoY: China, Retail Sales YoY: United States (optional)
$strictKeywordSearch bool When true, will make a strict keywords search instead of fuzzy search. (optional, default to false)
$frequency string[] Frequency filter. One or more comma separated frequency code values. D - Daily W - Weekly M - Monthly Q - Quarterly H - Semi-annual Y - Annual Z - Quinquennially T - Decadal (optional)
$country string[] **DEPRECATED. Please use `geo` parameter.** Country filter. One or more comma separated country code values. See related Dictionary function to get the full list of accepted countries. (optional)
$source string[] Source filter. One or more comma separated source code values. See related Dictionary function to get the full list of accepted sources. (optional)
$unit string[] Unit filter. One or more comma separated unit code values. See related Dictionary function to get the full list of accepted units. (optional)
$indicator string[] Indicator filter. One or more comma separated indicator code values. See related Dictionary function to get full list of accepted indicators. The use the new indicators ids is recommended because the old ones are deprecated and going to be removed in the near future! (optional)
$region string[] Region filter. One or more comma separated region code values. See related Dictionary function to get the full list of accepted regions. (optional)
$subscribedOnly bool Show only results for subscribed series when set to `true`. By default show results for all the series found. (optional, default to false)
$keyOnly bool Show only 'key' series when set to `true`. (optional, default to false)
$newOnly bool Show only series created less than 1 month ago when set to `true`. (optional, default to false)
$nameOnly bool This filter related with the `keyword` filter. If it's `true` keyword search will be searched only in series name instead of all series attributes. (optional, default to false)
$startDateBefore \DateTime Will return series with first observation before `start_date_before` (optional)
$endDateAfter \DateTime Will return series with last observation after `end_date_after` (optional)
$createdAfter \DateTime Will return entries created after `created_after` date (optional)
$updatedAfter \DateTime Will return series last time updated after `updated_after` date (optional)
$geo string[] Geo filter. One or more comma separated geo id values. See related Dictionary function to get the full list of accepted geo ids. (optional)
$status string[] Status filter. One or more comma separated status code values. When not explicitly set, defaults to T. T - Active C - Discontinued B - Rebased D - On-Demand (optional, default to ["T"])
$dataSource string[] Data source for series search operation. When CEIC is selected, we search for CEIC series only. When USER-IMPORTED is selected, we search only for user imported series (optional)
$series string[] List of series (optional)
$topic string[] Topic filter. One or more comma separated topic code values. (optional)
$section string[] Section filter. One or more comma separated section code values. (optional)
$table string[] Table filter. One or more comma separated table code values. (optional)
$order string[] Sort order. Default is `relevance`. (optional)
$direction string[] Sort order direction. Default is `asc`. Accepted values: `asc` - ascending `desc` - descending (optional)
$filterId string[] Filter ID used to define a subset of data over which the search will be executed. When combined with additional search criterion, the result will be an intesection of both. (optional)
$withReplacementsMetadata bool If it is `true` result will contain replacements metadata not only list of id`s (optional, default to false)
$forecastOnly bool If it is `true` result will only contain series with forecast (optional, default to false)
$withReleaseOnly bool If it is `true` result will only contain series with released schedule (optional, default to false)
$withReplacementsOnly bool If it is `true` result will only contain series with suggestions (optional, default to false)
$withObservationsOnly bool If it is `true` result will not contain series without observations (optional, default to false)
$withContinuousOnly bool If set to `true` results will contain only series with available historical extensions (optional, default to false)
$facet string[] List of facets to return (optional)
$releaseDateFrom \DateTime Will return releases with first observation before `release_date_from` (optional)
$releaseDateTo \DateTime Will return releases with last observation after `release_date_to` (optional)
$releaseStatus string[] List of release statuses to return (optional)

getReleaseSeriesQuery(\Ceic\Api\Models\QueryEntities\ReleasesApiQueryEntity $queryEntity)

Returns:

\Ceic\Api\Ceic\Api\Models\ReleaseSeriesResult

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\ReleasesApiQueryEntity Query entity object which contains the search information (required)

getReleaseSeriesAsyncQuery(\Ceic\Api\Models\QueryEntities\ReleasesApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\ReleasesApiQueryEntity Query entity object which contains the search information (required)

getSeriesReleasesQuery(\Ceic\Api\Models\QueryEntities\ReleasesApiQueryEntity $queryEntity)

Returns:

\Ceic\Api\Ceic\Api\Models\SeriesReleaseScheduleSearchResult

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\ReleasesApiQueryEntity Query entity object which contains the search information (required)

getSeriesReleasesAsyncQuery(\Ceic\Api\Models\QueryEntities\ReleasesApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\ReleasesApiQueryEntity Query entity object which contains the search information (required)

searchSeriesReleasesQuery(\Ceic\Api\Models\QueryEntities\ReleasesApiQueryEntity $queryEntity)

Returns:

\Ceic\Api\Ceic\Api\Models\SeriesReleaseScheduleSearchResult

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\ReleasesApiQueryEntity Query entity object which contains the search information (required)

searchSeriesReleasesAsyncQuery(\Ceic\Api\Models\QueryEntities\ReleasesApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\ReleasesApiQueryEntity Query entity object which contains the search information (required)

Namespace: Ceic\Api\Apis

Class: SeriesApi( ClientInterface $client = null, Configuration $config = null, HeaderSelector $selector = null )


getConfig()

Returns:

Configuration


getContinuousSeries($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false')

Returns continuous series information

Returns:

\Ceic\Api\Ceic\Api\Models\ContinuousSeriesResult

Parameters:
Name Type Description
$id string Series ID or Series Code to return. Accepts only one series ID or series Code. (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)

getContinuousSeriesAsync($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false')

Returns continuous series information

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$id string Series ID or Series Code to return. Accepts only one series ID or series Code. (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)

getContinuousSeriesTimePoints($id, $chainId, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false')

Returns continuous series timepoints information

Returns:

\Ceic\Api\Ceic\Api\Models\ContinuousSeriesWithAppliedFunctionsResult

Parameters:
Name Type Description
$id string Series ID or Series Code to return. Accepts only one series ID or series Code. (required)
$chainId string The ID of the chain. Accepts only one ID. (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)

getContinuousSeriesTimePointsAsync($id, $chainId, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false')

Returns continuous series timepoints information

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$id string Series ID or Series Code to return. Accepts only one series ID or series Code. (required)
$chainId string The ID of the chain. Accepts only one ID. (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)

getSeries($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $count = '3650', $startDate = null, $endDate = null, $updatedAfter = null, $blankObservations = 'false', $timePointsStatus = 'active', $withReplacementsMetadata = 'false', $forecastOnly = 'false', $withReleaseOnly = 'false', $withReplacementsOnly = 'false', $withObservationsOnly = 'false', $withContinuousOnly = 'false', $withHistoricalExtension = 'false')

Returns full series data

Returns:

\Ceic\Api\Ceic\Api\Models\SeriesResult

Parameters:
Name Type Description
$id string Series ID or Series Code to return. Accepts only one series ID or series Code. (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$count int Limit the amount of latest time-points returned, by the number specified. (optional, default to 3650)
$startDate \DateTime Limits the start date after which the time-points will be returned. (optional)
$endDate \DateTime Limits the end date before which the time-points will be returned. (optional)
$updatedAfter \DateTime Returns only the updated time-points after the date specified. (optional)
$blankObservations bool If it's set to true, empty time-points will be returned (optional, default to false)
$timePointsStatus string Time points filter. One or more comma separated status code values. When not explicitly set, defaults to T. T - Active X - Deleted (optional, default to active)
$withReplacementsMetadata bool If it is `true` result will contain replacements metadata not only list of id`s (optional, default to false)
$forecastOnly bool If it is `true` result will only contain series with forecast (optional, default to false)
$withReleaseOnly bool If it is `true` result will only contain series with released schedule (optional, default to false)
$withReplacementsOnly bool If it is `true` result will only contain series with suggestions (optional, default to false)
$withObservationsOnly bool If it is `true` result will not contain series without observations (optional, default to false)
$withContinuousOnly bool If set to `true` results will contain only series with available historical extensions (optional, default to false)
$withHistoricalExtension bool When set to true, series will include extended historical timepoints (optional, default to false)

getSeriesAsync($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $count = '3650', $startDate = null, $endDate = null, $updatedAfter = null, $blankObservations = 'false', $timePointsStatus = 'active', $withReplacementsMetadata = 'false', $forecastOnly = 'false', $withReleaseOnly = 'false', $withReplacementsOnly = 'false', $withObservationsOnly = 'false', $withContinuousOnly = 'false', $withHistoricalExtension = 'false')

Returns full series data

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$id string Series ID or Series Code to return. Accepts only one series ID or series Code. (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$count int Limit the amount of latest time-points returned, by the number specified. (optional, default to 3650)
$startDate \DateTime Limits the start date after which the time-points will be returned. (optional)
$endDate \DateTime Limits the end date before which the time-points will be returned. (optional)
$updatedAfter \DateTime Returns only the updated time-points after the date specified. (optional)
$blankObservations bool If it's set to true, empty time-points will be returned (optional, default to false)
$timePointsStatus string Time points filter. One or more comma separated status code values. When not explicitly set, defaults to T. T - Active X - Deleted (optional, default to active)
$withReplacementsMetadata bool If it is `true` result will contain replacements metadata not only list of id`s (optional, default to false)
$forecastOnly bool If it is `true` result will only contain series with forecast (optional, default to false)
$withReleaseOnly bool If it is `true` result will only contain series with released schedule (optional, default to false)
$withReplacementsOnly bool If it is `true` result will only contain series with suggestions (optional, default to false)
$withObservationsOnly bool If it is `true` result will not contain series without observations (optional, default to false)
$withContinuousOnly bool If set to `true` results will contain only series with available historical extensions (optional, default to false)
$withHistoricalExtension bool When set to true, series will include extended historical timepoints (optional, default to false)

getSeriesMetadata($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $withReplacementsMetadata = 'false', $forecastOnly = 'false', $withReleaseOnly = 'false', $withReplacementsOnly = 'false', $withObservationsOnly = 'false', $withContinuousOnly = 'false')

Returns list of metadata items

Returns:

\Ceic\Api\Ceic\Api\Models\SeriesResult

Parameters:
Name Type Description
$id string Series ID or Series Code to return. Accepts only one series ID or series Code. (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$withReplacementsMetadata bool If it is `true` result will contain replacements metadata not only list of id`s (optional, default to false)
$forecastOnly bool If it is `true` result will only contain series with forecast (optional, default to false)
$withReleaseOnly bool If it is `true` result will only contain series with released schedule (optional, default to false)
$withReplacementsOnly bool If it is `true` result will only contain series with suggestions (optional, default to false)
$withObservationsOnly bool If it is `true` result will not contain series without observations (optional, default to false)
$withContinuousOnly bool If set to `true` results will contain only series with available historical extensions (optional, default to false)

getSeriesMetadataAsync($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $withReplacementsMetadata = 'false', $forecastOnly = 'false', $withReleaseOnly = 'false', $withReplacementsOnly = 'false', $withObservationsOnly = 'false', $withContinuousOnly = 'false')

Returns list of metadata items

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$id string Series ID or Series Code to return. Accepts only one series ID or series Code. (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$withReplacementsMetadata bool If it is `true` result will contain replacements metadata not only list of id`s (optional, default to false)
$forecastOnly bool If it is `true` result will only contain series with forecast (optional, default to false)
$withReleaseOnly bool If it is `true` result will only contain series with released schedule (optional, default to false)
$withReplacementsOnly bool If it is `true` result will only contain series with suggestions (optional, default to false)
$withObservationsOnly bool If it is `true` result will not contain series without observations (optional, default to false)
$withContinuousOnly bool If set to `true` results will contain only series with available historical extensions (optional, default to false)

getSeriesStatistics($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false')

Returns list of items' statistics

Returns:

\Ceic\Api\Ceic\Api\Models\SeriesStatisticsResult

Parameters:
Name Type Description
$id string Series ID or Series Code to return. Accepts only one series ID or series Code. (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)

getSeriesStatisticsAsync($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false')

Returns list of items' statistics

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$id string Series ID or Series Code to return. Accepts only one series ID or series Code. (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)

getSeriesTimePoints($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $count = '3650', $startDate = null, $endDate = null, $updatedAfter = null, $blankObservations = 'false', $timePointsStatus = 'active', $withHistoricalExtension = 'false')

Returns series time-points

Returns:

\Ceic\Api\Ceic\Api\Models\SeriesResult

Parameters:
Name Type Description
$id string Series ID or Series Code to return. Accepts only one series ID or series Code. (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$count int Limit the amount of latest time-points returned, by the number specified. (optional, default to 3650)
$startDate \DateTime Limits the start date after which the time-points will be returned. (optional)
$endDate \DateTime Limits the end date before which the time-points will be returned. (optional)
$updatedAfter \DateTime Returns only the updated time-points after the date specified. (optional)
$blankObservations bool If it's set to true, empty time-points will be returned (optional, default to false)
$timePointsStatus string Time points filter. One or more comma separated status code values. When not explicitly set, defaults to T. T - Active X - Deleted (optional, default to active)
$withHistoricalExtension bool When set to true, series will include extended historical timepoints (optional, default to false)

getSeriesTimePointsAsync($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $count = '3650', $startDate = null, $endDate = null, $updatedAfter = null, $blankObservations = 'false', $timePointsStatus = 'active', $withHistoricalExtension = 'false')

Returns series time-points

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$id string Series ID or Series Code to return. Accepts only one series ID or series Code. (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$count int Limit the amount of latest time-points returned, by the number specified. (optional, default to 3650)
$startDate \DateTime Limits the start date after which the time-points will be returned. (optional)
$endDate \DateTime Limits the end date before which the time-points will be returned. (optional)
$updatedAfter \DateTime Returns only the updated time-points after the date specified. (optional)
$blankObservations bool If it's set to true, empty time-points will be returned (optional, default to false)
$timePointsStatus string Time points filter. One or more comma separated status code values. When not explicitly set, defaults to T. T - Active X - Deleted (optional, default to active)
$withHistoricalExtension bool When set to true, series will include extended historical timepoints (optional, default to false)

getSeriesVisual($id, $accept = 'image/png', $format = 'png', $acceptLanguage = 'en', $lang = 'en', $token = null, $startDate = null, $endDate = null, $forecastOnly = 'false', $withReleaseOnly = 'false', $withReplacementsOnly = 'false', $withObservationsOnly = 'false', $withContinuousOnly = 'false', $width = null, $height = null, $period = null, $type = 'chart')

Returns visual image

Returns:

string

Parameters:
Name Type Description
$id string Series ID or Series Code to return. Accepts only one series ID or series Code. (required)
$accept string Response data format. Default is `image/png`. (optional, default to image/png)
$format string Response data format. Default is `png` (optional, default to png)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$token string Access API key. (optional)
$startDate \DateTime Limits the start date after which the time-points will be returned. (optional)
$endDate \DateTime Limits the end date before which the time-points will be returned. (optional)
$forecastOnly bool If it is `true` result will only contain series with forecast (optional, default to false)
$withReleaseOnly bool If it is `true` result will only contain series with released schedule (optional, default to false)
$withReplacementsOnly bool If it is `true` result will only contain series with suggestions (optional, default to false)
$withObservationsOnly bool If it is `true` result will not contain series without observations (optional, default to false)
$withContinuousOnly bool If set to `true` results will contain only series with available historical extensions (optional, default to false)
$width float Image width (optional)
$height float Image height (optional)
$period float Series time-pints mask. Example: 10y, 20m, 12d, 4w (optional)
$type string Visual type (optional, default to chart)

getSeriesVisualAsync($id, $accept = 'image/png', $format = 'png', $acceptLanguage = 'en', $lang = 'en', $token = null, $startDate = null, $endDate = null, $forecastOnly = 'false', $withReleaseOnly = 'false', $withReplacementsOnly = 'false', $withObservationsOnly = 'false', $withContinuousOnly = 'false', $width = null, $height = null, $period = null, $type = 'chart')

Returns visual image

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$id string Series ID or Series Code to return. Accepts only one series ID or series Code. (required)
$accept string Response data format. Default is `image/png`. (optional, default to image/png)
$format string Response data format. Default is `png` (optional, default to png)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$token string Access API key. (optional)
$startDate \DateTime Limits the start date after which the time-points will be returned. (optional)
$endDate \DateTime Limits the end date before which the time-points will be returned. (optional)
$forecastOnly bool If it is `true` result will only contain series with forecast (optional, default to false)
$withReleaseOnly bool If it is `true` result will only contain series with released schedule (optional, default to false)
$withReplacementsOnly bool If it is `true` result will only contain series with suggestions (optional, default to false)
$withObservationsOnly bool If it is `true` result will not contain series without observations (optional, default to false)
$withContinuousOnly bool If set to `true` results will contain only series with available historical extensions (optional, default to false)
$width float Image width (optional)
$height float Image height (optional)
$period float Series time-pints mask. Example: 10y, 20m, 12d, 4w (optional)
$type string Visual type (optional, default to chart)

searchSeries($acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $limit = '100', $offset = '0', $layout = null, $database = null, $keyword = null, $strictKeywordSearch = 'false', $frequency = null, $country = null, $source = null, $unit = null, $indicator = null, $region = null, $subscribedOnly = 'false', $keyOnly = 'false', $newOnly = 'false', $nameOnly = 'false', $startDateBefore = null, $endDateAfter = null, $createdAfter = null, $updatedAfter = null, $geo = null, $status = '["T"]', $dataSource = null, $series = null, $topic = null, $section = null, $table = null, $order = null, $direction = null, $filterId = null, $withReplacementsMetadata = 'false', $forecastOnly = 'false', $withReleaseOnly = 'false', $withReplacementsOnly = 'false', $withObservationsOnly = 'false', $withContinuousOnly = 'false', $facet = null)

Series search

Returns:

\Ceic\Api\Ceic\Api\Models\SearchSeriesResult

Parameters:
Name Type Description
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$limit float Number of records to return in the range 1 - 100. Default is 100. (optional, default to 100)
$offset float The offset from which the records will be returned. Used to get the next set of records when the limit is reached. (optional, default to 0)
$layout string[] **DEPRECATED. Please use `database` parameter.** Database filter. One or more comma separated database code values. Use `/dictionary/databases` to get an up to date list of available databases. WORLD - *World Trend Plus* WGEM - *Economic Monitor* WESG - *Environmental, Social and Governance* WAEM - *ASEAN Economic Monitor* WFOR - *Forecast* WCOM - *Commodity Market* WCOC - *Country Competitiveness* WAGR - *Aggregates* WASS - *International Associations* GLOBAL - *Global Database* AA - *Asia* ECA - *Europe and Central Asia* MEA - *Middle East and Africa* NSA - *North and South America* CEICGLBKS - *Global Key Series Database* PMI - *S&P Global Purchasing Managers' Index* DAILY - *High Frequency Database* ALT - *Alternative Data* FMS - *Financial and Monetary Statistics* HL - *Health* BRAZIL - *Brazil Premium Database* RUSSIA - *Russia Premium Database* INDIA - *India Premium Database* INDONESIA - *Indonesia Premium Database* CN - *China Premium Database* (optional)
$database string[] Database filter. One or more comma separated database code values. Use `/dictionary/databases` to get an up to date list of available databases. WORLD - *World Trend Plus* WGEM - *Economic Monitor* WESG - *Environmental, Social and Governance* WAEM - *ASEAN Economic Monitor* WFOR - *Forecast* WCOM - *Commodity Market* WCOC - *Country Competitiveness* WAGR - *Aggregates* WASS - *International Associations* GLOBAL - *Global Database* AA - *Asia* ECA - *Europe and Central Asia* MEA - *Middle East and Africa* NSA - *North and South America* CEICGLBKS - *Global Key Series Database* PMI - *S&P Global Purchasing Managers' Index* DAILY - *High Frequency Database* ALT - *Alternative Data* FMS - *Financial and Monetary Statistics* HL - *Health* BRAZIL - *Brazil Premium Database* RUSSIA - *Russia Premium Database* INDIA - *India Premium Database* INDONESIA - *Indonesia Premium Database* CN - *China Premium Database* (optional)
$keyword string Search term. One or more keywords. May contain special words further controlling the search results. Keyword search tips: `Retail Sales` - Show series with both keywords while the sequence of keywords is irrelevant. Equivalent to search Sales Retail `Retail AND Sales` - Show results: series with terms of Retail AND Sales, regardless of the sequence. E. g. Retail Sales, Automobile Sales Retail `Retail;Sales` - Show series with either keyword and series with both keywords while the sequence of keywords is irrelevant, equivalent to search: Sales;Retail `Retail OR Sales` - Show results: series with terms of Retail OR Sales, regardless of the sequence. E. g. Retail Sales, Retail Trade, Sales Price, Motor Vehicle Sales `Retail NOT Sales` - Narrow a search by excluding specific terms while the sequence of keywords is relevant. Show results: series with terms that include Retail, but NOT Sales. E. g. Retail Trade, Retail Price, Retail Bank `Retail Sales NOT (Hong Kong)` - Narrow a search by excluding a set of words in parentheses while the sequence of keywords in parentheses is irrelevant, equivalent to search: Retail Sales NOT (Hong Kong). Show results: series with terms that include Retail Sales, but NOT Hong Kong, such as Retail Sales YoY: China, Retail Sales YoY: United States (optional)
$strictKeywordSearch bool When true, will make a strict keywords search instead of fuzzy search. (optional, default to false)
$frequency string[] Frequency filter. One or more comma separated frequency code values. D - Daily W - Weekly M - Monthly Q - Quarterly H - Semi-annual Y - Annual Z - Quinquennially T - Decadal (optional)
$country string[] **DEPRECATED. Please use `geo` parameter.** Country filter. One or more comma separated country code values. See related Dictionary function to get the full list of accepted countries. (optional)
$source string[] Source filter. One or more comma separated source code values. See related Dictionary function to get the full list of accepted sources. (optional)
$unit string[] Unit filter. One or more comma separated unit code values. See related Dictionary function to get the full list of accepted units. (optional)
$indicator string[] Indicator filter. One or more comma separated indicator code values. See related Dictionary function to get full list of accepted indicators. The use the new indicators ids is recommended because the old ones are deprecated and going to be removed in the near future! (optional)
$region string[] Region filter. One or more comma separated region code values. See related Dictionary function to get the full list of accepted regions. (optional)
$subscribedOnly bool Show only results for subscribed series when set to `true`. By default show results for all the series found. (optional, default to false)
$keyOnly bool Show only 'key' series when set to `true`. (optional, default to false)
$newOnly bool Show only series created less than 1 month ago when set to `true`. (optional, default to false)
$nameOnly bool This filter related with the `keyword` filter. If it's `true` keyword search will be searched only in series name instead of all series attributes. (optional, default to false)
$startDateBefore \DateTime Will return series with first observation before `start_date_before` (optional)
$endDateAfter \DateTime Will return series with last observation after `end_date_after` (optional)
$createdAfter \DateTime Will return entries created after `created_after` date (optional)
$updatedAfter \DateTime Will return series last time updated after `updated_after` date (optional)
$geo string[] Geo filter. One or more comma separated geo id values. See related Dictionary function to get the full list of accepted geo ids. (optional)
$status string[] Status filter. One or more comma separated status code values. When not explicitly set, defaults to T. T - Active C - Discontinued B - Rebased D - On-Demand (optional, default to ["T"])
$dataSource string[] Data source for series search operation. When CEIC is selected, we search for CEIC series only. When USER-IMPORTED is selected, we search only for user imported series (optional)
$series string[] List of series (optional)
$topic string[] Topic filter. One or more comma separated topic code values. (optional)
$section string[] Section filter. One or more comma separated section code values. (optional)
$table string[] Table filter. One or more comma separated table code values. (optional)
$order string[] Sort order. Default is `relevance`. (optional)
$direction string[] Sort order direction. Default is `asc`. Accepted values: `asc` - ascending `desc` - descending (optional)
$filterId string[] Filter ID used to define a subset of data over which the search will be executed. When combined with additional search criterion, the result will be an intesection of both. (optional)
$withReplacementsMetadata bool If it is `true` result will contain replacements metadata not only list of id`s (optional, default to false)
$forecastOnly bool If it is `true` result will only contain series with forecast (optional, default to false)
$withReleaseOnly bool If it is `true` result will only contain series with released schedule (optional, default to false)
$withReplacementsOnly bool If it is `true` result will only contain series with suggestions (optional, default to false)
$withObservationsOnly bool If it is `true` result will not contain series without observations (optional, default to false)
$withContinuousOnly bool If set to `true` results will contain only series with available historical extensions (optional, default to false)
$facet string[] List of facets to return (optional)

searchSeriesAsync($acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $limit = '100', $offset = '0', $layout = null, $database = null, $keyword = null, $strictKeywordSearch = 'false', $frequency = null, $country = null, $source = null, $unit = null, $indicator = null, $region = null, $subscribedOnly = 'false', $keyOnly = 'false', $newOnly = 'false', $nameOnly = 'false', $startDateBefore = null, $endDateAfter = null, $createdAfter = null, $updatedAfter = null, $geo = null, $status = '["T"]', $dataSource = null, $series = null, $topic = null, $section = null, $table = null, $order = null, $direction = null, $filterId = null, $withReplacementsMetadata = 'false', $forecastOnly = 'false', $withReleaseOnly = 'false', $withReplacementsOnly = 'false', $withObservationsOnly = 'false', $withContinuousOnly = 'false', $facet = null)

Series search

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$limit float Number of records to return in the range 1 - 100. Default is 100. (optional, default to 100)
$offset float The offset from which the records will be returned. Used to get the next set of records when the limit is reached. (optional, default to 0)
$layout string[] **DEPRECATED. Please use `database` parameter.** Database filter. One or more comma separated database code values. Use `/dictionary/databases` to get an up to date list of available databases. WORLD - *World Trend Plus* WGEM - *Economic Monitor* WESG - *Environmental, Social and Governance* WAEM - *ASEAN Economic Monitor* WFOR - *Forecast* WCOM - *Commodity Market* WCOC - *Country Competitiveness* WAGR - *Aggregates* WASS - *International Associations* GLOBAL - *Global Database* AA - *Asia* ECA - *Europe and Central Asia* MEA - *Middle East and Africa* NSA - *North and South America* CEICGLBKS - *Global Key Series Database* PMI - *S&P Global Purchasing Managers' Index* DAILY - *High Frequency Database* ALT - *Alternative Data* FMS - *Financial and Monetary Statistics* HL - *Health* BRAZIL - *Brazil Premium Database* RUSSIA - *Russia Premium Database* INDIA - *India Premium Database* INDONESIA - *Indonesia Premium Database* CN - *China Premium Database* (optional)
$database string[] Database filter. One or more comma separated database code values. Use `/dictionary/databases` to get an up to date list of available databases. WORLD - *World Trend Plus* WGEM - *Economic Monitor* WESG - *Environmental, Social and Governance* WAEM - *ASEAN Economic Monitor* WFOR - *Forecast* WCOM - *Commodity Market* WCOC - *Country Competitiveness* WAGR - *Aggregates* WASS - *International Associations* GLOBAL - *Global Database* AA - *Asia* ECA - *Europe and Central Asia* MEA - *Middle East and Africa* NSA - *North and South America* CEICGLBKS - *Global Key Series Database* PMI - *S&P Global Purchasing Managers' Index* DAILY - *High Frequency Database* ALT - *Alternative Data* FMS - *Financial and Monetary Statistics* HL - *Health* BRAZIL - *Brazil Premium Database* RUSSIA - *Russia Premium Database* INDIA - *India Premium Database* INDONESIA - *Indonesia Premium Database* CN - *China Premium Database* (optional)
$keyword string Search term. One or more keywords. May contain special words further controlling the search results. Keyword search tips: `Retail Sales` - Show series with both keywords while the sequence of keywords is irrelevant. Equivalent to search Sales Retail `Retail AND Sales` - Show results: series with terms of Retail AND Sales, regardless of the sequence. E. g. Retail Sales, Automobile Sales Retail `Retail;Sales` - Show series with either keyword and series with both keywords while the sequence of keywords is irrelevant, equivalent to search: Sales;Retail `Retail OR Sales` - Show results: series with terms of Retail OR Sales, regardless of the sequence. E. g. Retail Sales, Retail Trade, Sales Price, Motor Vehicle Sales `Retail NOT Sales` - Narrow a search by excluding specific terms while the sequence of keywords is relevant. Show results: series with terms that include Retail, but NOT Sales. E. g. Retail Trade, Retail Price, Retail Bank `Retail Sales NOT (Hong Kong)` - Narrow a search by excluding a set of words in parentheses while the sequence of keywords in parentheses is irrelevant, equivalent to search: Retail Sales NOT (Hong Kong). Show results: series with terms that include Retail Sales, but NOT Hong Kong, such as Retail Sales YoY: China, Retail Sales YoY: United States (optional)
$strictKeywordSearch bool When true, will make a strict keywords search instead of fuzzy search. (optional, default to false)
$frequency string[] Frequency filter. One or more comma separated frequency code values. D - Daily W - Weekly M - Monthly Q - Quarterly H - Semi-annual Y - Annual Z - Quinquennially T - Decadal (optional)
$country string[] **DEPRECATED. Please use `geo` parameter.** Country filter. One or more comma separated country code values. See related Dictionary function to get the full list of accepted countries. (optional)
$source string[] Source filter. One or more comma separated source code values. See related Dictionary function to get the full list of accepted sources. (optional)
$unit string[] Unit filter. One or more comma separated unit code values. See related Dictionary function to get the full list of accepted units. (optional)
$indicator string[] Indicator filter. One or more comma separated indicator code values. See related Dictionary function to get full list of accepted indicators. The use the new indicators ids is recommended because the old ones are deprecated and going to be removed in the near future! (optional)
$region string[] Region filter. One or more comma separated region code values. See related Dictionary function to get the full list of accepted regions. (optional)
$subscribedOnly bool Show only results for subscribed series when set to `true`. By default show results for all the series found. (optional, default to false)
$keyOnly bool Show only 'key' series when set to `true`. (optional, default to false)
$newOnly bool Show only series created less than 1 month ago when set to `true`. (optional, default to false)
$nameOnly bool This filter related with the `keyword` filter. If it's `true` keyword search will be searched only in series name instead of all series attributes. (optional, default to false)
$startDateBefore \DateTime Will return series with first observation before `start_date_before` (optional)
$endDateAfter \DateTime Will return series with last observation after `end_date_after` (optional)
$createdAfter \DateTime Will return entries created after `created_after` date (optional)
$updatedAfter \DateTime Will return series last time updated after `updated_after` date (optional)
$geo string[] Geo filter. One or more comma separated geo id values. See related Dictionary function to get the full list of accepted geo ids. (optional)
$status string[] Status filter. One or more comma separated status code values. When not explicitly set, defaults to T. T - Active C - Discontinued B - Rebased D - On-Demand (optional, default to ["T"])
$dataSource string[] Data source for series search operation. When CEIC is selected, we search for CEIC series only. When USER-IMPORTED is selected, we search only for user imported series (optional)
$series string[] List of series (optional)
$topic string[] Topic filter. One or more comma separated topic code values. (optional)
$section string[] Section filter. One or more comma separated section code values. (optional)
$table string[] Table filter. One or more comma separated table code values. (optional)
$order string[] Sort order. Default is `relevance`. (optional)
$direction string[] Sort order direction. Default is `asc`. Accepted values: `asc` - ascending `desc` - descending (optional)
$filterId string[] Filter ID used to define a subset of data over which the search will be executed. When combined with additional search criterion, the result will be an intesection of both. (optional)
$withReplacementsMetadata bool If it is `true` result will contain replacements metadata not only list of id`s (optional, default to false)
$forecastOnly bool If it is `true` result will only contain series with forecast (optional, default to false)
$withReleaseOnly bool If it is `true` result will only contain series with released schedule (optional, default to false)
$withReplacementsOnly bool If it is `true` result will only contain series with suggestions (optional, default to false)
$withObservationsOnly bool If it is `true` result will not contain series without observations (optional, default to false)
$withContinuousOnly bool If set to `true` results will contain only series with available historical extensions (optional, default to false)
$facet string[] List of facets to return (optional)

getContinuousSeriesQuery(\Ceic\Api\Models\QueryEntities\SeriesApiQueryEntity $queryEntity)

Returns:

\Ceic\Api\Ceic\Api\Models\ContinuousSeriesResult

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\SeriesApiQueryEntity Query entity object which contains the search information (required)

getContinuousSeriesAsyncQuery(\Ceic\Api\Models\QueryEntities\SeriesApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\SeriesApiQueryEntity Query entity object which contains the search information (required)

getContinuousSeriesTimePointsQuery(\Ceic\Api\Models\QueryEntities\SeriesApiQueryEntity $queryEntity)

Returns:

\Ceic\Api\Ceic\Api\Models\ContinuousSeriesWithAppliedFunctionsResult

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\SeriesApiQueryEntity Query entity object which contains the search information (required)

getContinuousSeriesTimePointsAsyncQuery(\Ceic\Api\Models\QueryEntities\SeriesApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\SeriesApiQueryEntity Query entity object which contains the search information (required)

getSeriesQuery(\Ceic\Api\Models\QueryEntities\SeriesApiQueryEntity $queryEntity)

Returns:

\Ceic\Api\Ceic\Api\Models\SeriesResult

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\SeriesApiQueryEntity Query entity object which contains the search information (required)

getSeriesAsyncQuery(\Ceic\Api\Models\QueryEntities\SeriesApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\SeriesApiQueryEntity Query entity object which contains the search information (required)

getSeriesMetadataQuery(\Ceic\Api\Models\QueryEntities\SeriesApiQueryEntity $queryEntity)

Returns:

\Ceic\Api\Ceic\Api\Models\SeriesResult

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\SeriesApiQueryEntity Query entity object which contains the search information (required)

getSeriesMetadataAsyncQuery(\Ceic\Api\Models\QueryEntities\SeriesApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\SeriesApiQueryEntity Query entity object which contains the search information (required)

getSeriesStatisticsQuery(\Ceic\Api\Models\QueryEntities\SeriesApiQueryEntity $queryEntity)

Returns:

\Ceic\Api\Ceic\Api\Models\SeriesStatisticsResult

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\SeriesApiQueryEntity Query entity object which contains the search information (required)

getSeriesStatisticsAsyncQuery(\Ceic\Api\Models\QueryEntities\SeriesApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\SeriesApiQueryEntity Query entity object which contains the search information (required)

getSeriesTimePointsQuery(\Ceic\Api\Models\QueryEntities\SeriesApiQueryEntity $queryEntity)

Returns:

\Ceic\Api\Ceic\Api\Models\SeriesResult

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\SeriesApiQueryEntity Query entity object which contains the search information (required)

getSeriesTimePointsAsyncQuery(\Ceic\Api\Models\QueryEntities\SeriesApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\SeriesApiQueryEntity Query entity object which contains the search information (required)

getSeriesVisualQuery(\Ceic\Api\Models\QueryEntities\SeriesApiQueryEntity $queryEntity)

Returns:

string

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\SeriesApiQueryEntity Query entity object which contains the search information (required)

getSeriesVisualAsyncQuery(\Ceic\Api\Models\QueryEntities\SeriesApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\SeriesApiQueryEntity Query entity object which contains the search information (required)

searchSeriesQuery(\Ceic\Api\Models\QueryEntities\SeriesApiQueryEntity $queryEntity)

Returns:

\Ceic\Api\Ceic\Api\Models\SearchSeriesResult

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\SeriesApiQueryEntity Query entity object which contains the search information (required)

searchSeriesAsyncQuery(\Ceic\Api\Models\QueryEntities\SeriesApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\SeriesApiQueryEntity Query entity object which contains the search information (required)

Namespace: Ceic\Api\Apis

Class: SessionsApi( ClientInterface $client = null, Configuration $config = null, HeaderSelector $selector = null )


getConfig()

Returns:

Configuration


generateImpersonateToken($employeeToken, $userId, $application, $expireAfter = '86400')

Generate impersonate token

Returns:

\Ceic\Api\Ceic\Api\Models\ImpersonateAPIKeyResult

Parameters:
Name Type Description
$employeeToken string Impersonate API token generated on CAS service (required)
$userId string User Id (required)
$application string Application ID (required)
$expireAfter float Token will be expired after `expire_after` in seconds (optional, default to 86400)

generateImpersonateTokenAsync($employeeToken, $userId, $application, $expireAfter = '86400')

Generate impersonate token

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$employeeToken string Impersonate API token generated on CAS service (required)
$userId string User Id (required)
$application string Application ID (required)
$expireAfter float Token will be expired after `expire_after` in seconds (optional, default to 86400)

getSubscriptions($acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false')

Get user subscriptions

Returns:

\Ceic\Api\Ceic\Api\Models\UserSubscriptionsResult

Parameters:
Name Type Description
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)

getSubscriptionsAsync($acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false')

Get user subscriptions

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)

login($login, $password, $application, $applicationVersion = null)

Authenticates the user, creating a new session.

Returns:

\Ceic\Api\Ceic\Api\Models\UserSessionResult

Parameters:
Name Type Description
$login string Username (required)
$password string Password (required)
$application string Application ID (required)
$applicationVersion string Application Version (optional)

loginAsync($login, $password, $application, $applicationVersion = null)

Authenticates the user, creating a new session.

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$login string Username (required)
$password string Password (required)
$application string Application ID (required)
$applicationVersion string Application Version (optional)

logout($session)

Close existing API session.

Returns:

\Ceic\Api\Ceic\Api\Models\SessionStatusResult

Parameters:
Name Type Description
$session string User session (required)

logoutAsync($session)

Close existing API session.

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$session string User session (required)

validateCredentials($login, $password)

Check if user's login/password are valid

Returns:

\Ceic\Api\Ceic\Api\Models\UserCredentialsValidationResult

Parameters:
Name Type Description
$login string Username (required)
$password string Password (required)

validateCredentialsAsync($login, $password)

Check if user's login/password are valid

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$login string Username (required)
$password string Password (required)

generateImpersonateTokenQuery(\Ceic\Api\Models\QueryEntities\SessionsApiQueryEntity $queryEntity)

Returns:

\Ceic\Api\Ceic\Api\Models\ImpersonateAPIKeyResult

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\SessionsApiQueryEntity Query entity object which contains the search information (required)

generateImpersonateTokenAsyncQuery(\Ceic\Api\Models\QueryEntities\SessionsApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\SessionsApiQueryEntity Query entity object which contains the search information (required)

getSubscriptionsQuery(\Ceic\Api\Models\QueryEntities\SessionsApiQueryEntity $queryEntity)

Returns:

\Ceic\Api\Ceic\Api\Models\UserSubscriptionsResult

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\SessionsApiQueryEntity Query entity object which contains the search information (required)

getSubscriptionsAsyncQuery(\Ceic\Api\Models\QueryEntities\SessionsApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\SessionsApiQueryEntity Query entity object which contains the search information (required)

loginQuery(\Ceic\Api\Models\QueryEntities\SessionsApiQueryEntity $queryEntity)

Returns:

\Ceic\Api\Ceic\Api\Models\UserSessionResult

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\SessionsApiQueryEntity Query entity object which contains the search information (required)

loginAsyncQuery(\Ceic\Api\Models\QueryEntities\SessionsApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\SessionsApiQueryEntity Query entity object which contains the search information (required)

Namespace: Ceic\Api\Apis

Class: WatchlistApi( ClientInterface $client = null, Configuration $config = null, HeaderSelector $selector = null )


getConfig()

Returns:

Configuration


createWatchlist($seriesId, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $popupNotifications = null, $emailNotifications = null)

Create Watchlist

Returns:

\Ceic\Api\Ceic\Api\Models\WatchlistProcessedResult

Parameters:
Name Type Description
$seriesId string Watchlist Series IDs, comma separated (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$popupNotifications bool If set to true enables popup notifications for watchlist subscription (optional)
$emailNotifications string If set, specifies the email notification frequency (optional)

createWatchlistAsync($seriesId, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $popupNotifications = null, $emailNotifications = null)

Create Watchlist

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$seriesId string Watchlist Series IDs, comma separated (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$popupNotifications bool If set to true enables popup notifications for watchlist subscription (optional)
$emailNotifications string If set, specifies the email notification frequency (optional)

deleteWatchlist($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false')

Delete watchlist

Returns:

\Ceic\Api\Ceic\Api\Models\WatchlistProcessedResult

Parameters:
Name Type Description
$id string Watchlist Series IDs, comma separated (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)

deleteWatchlistAsync($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false')

Delete watchlist

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$id string Watchlist Series IDs, comma separated (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)

getWatchlist($acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false')

Lists all watchlist subscriptions

Returns:

\Ceic\Api\Ceic\Api\Models\WatchlistGetResult

Parameters:
Name Type Description
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)

getWatchlistAsync($acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false')

Lists all watchlist subscriptions

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)

updateWatchlist($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $popupNotifications = null, $emailNotifications = null)

Update watchlist

Returns:

\Ceic\Api\Ceic\Api\Models\WatchlistProcessedResult

Parameters:
Name Type Description
$id string Watchlist Series IDs, comma separated (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$popupNotifications bool If set to true enables popup notifications for watchlist subscription (optional)
$emailNotifications string If set, specifies the email notification frequency (optional)

updateWatchlistAsync($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $popupNotifications = null, $emailNotifications = null)

Update watchlist

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$id string Watchlist Series IDs, comma separated (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$popupNotifications bool If set to true enables popup notifications for watchlist subscription (optional)
$emailNotifications string If set, specifies the email notification frequency (optional)

createWatchlistQuery(\Ceic\Api\Models\QueryEntities\WatchlistApiQueryEntity $queryEntity)

Returns:

\Ceic\Api\Ceic\Api\Models\WatchlistProcessedResult

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\WatchlistApiQueryEntity Query entity object which contains the search information (required)

createWatchlistAsyncQuery(\Ceic\Api\Models\QueryEntities\WatchlistApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\WatchlistApiQueryEntity Query entity object which contains the search information (required)

deleteWatchlistQuery(\Ceic\Api\Models\QueryEntities\WatchlistApiQueryEntity $queryEntity)

Returns:

\Ceic\Api\Ceic\Api\Models\WatchlistProcessedResult

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\WatchlistApiQueryEntity Query entity object which contains the search information (required)

deleteWatchlistAsyncQuery(\Ceic\Api\Models\QueryEntities\WatchlistApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\WatchlistApiQueryEntity Query entity object which contains the search information (required)

getWatchlistQuery(\Ceic\Api\Models\QueryEntities\WatchlistApiQueryEntity $queryEntity)

Returns:

\Ceic\Api\Ceic\Api\Models\WatchlistGetResult

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\WatchlistApiQueryEntity Query entity object which contains the search information (required)

getWatchlistAsyncQuery(\Ceic\Api\Models\QueryEntities\WatchlistApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\WatchlistApiQueryEntity Query entity object which contains the search information (required)

updateWatchlistQuery(\Ceic\Api\Models\QueryEntities\WatchlistApiQueryEntity $queryEntity)

Returns:

\Ceic\Api\Ceic\Api\Models\WatchlistProcessedResult

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\WatchlistApiQueryEntity Query entity object which contains the search information (required)

updateWatchlistAsyncQuery(\Ceic\Api\Models\QueryEntities\WatchlistApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\WatchlistApiQueryEntity Query entity object which contains the search information (required)

Namespace: Ceic\Api\Apis

Class: DefaultApi( ClientInterface $client = null, Configuration $config = null, HeaderSelector $selector = null )


getConfig()

Returns:

Configuration


dictionaryClassificationsIdIndicatorsOptions($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false')

Returns:

void

Parameters:
Name Type Description
$id string Classification ID. (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)

dictionaryClassificationsIdIndicatorsOptionsAsync($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false')

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$id string Classification ID. (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)

dictionaryClassificationsOptions()

Returns:

void


dictionaryClassificationsOptionsAsync()

Returns:

\GuzzleHttp\Promise\PromiseInterface


dictionaryCountriesIdSourcesOptions($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false')

Returns:

void

Parameters:
Name Type Description
$id string Country ISO code (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)

dictionaryCountriesIdSourcesOptionsAsync($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false')

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$id string Country ISO code (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)

dictionaryCountriesOptions()

Returns:

void


dictionaryCountriesOptionsAsync()

Returns:

\GuzzleHttp\Promise\PromiseInterface


dictionaryFrequenciesOptions()

Returns:

void


dictionaryFrequenciesOptionsAsync()

Returns:

\GuzzleHttp\Promise\PromiseInterface


dictionaryIndicatorsOptions()

Returns:

void


dictionaryIndicatorsOptionsAsync()

Returns:

\GuzzleHttp\Promise\PromiseInterface


dictionaryLayoutsOptions()

Returns:

void


dictionaryLayoutsOptionsAsync()

Returns:

\GuzzleHttp\Promise\PromiseInterface


dictionaryOptions()

Returns:

void


dictionaryOptionsAsync()

Returns:

\GuzzleHttp\Promise\PromiseInterface


dictionaryRegionsOptions()

Returns:

void


dictionaryRegionsOptionsAsync()

Returns:

\GuzzleHttp\Promise\PromiseInterface


dictionarySourcesOptions()

Returns:

void


dictionarySourcesOptionsAsync()

Returns:

\GuzzleHttp\Promise\PromiseInterface


dictionaryStatusesOptions()

Returns:

void


dictionaryStatusesOptionsAsync()

Returns:

\GuzzleHttp\Promise\PromiseInterface


dictionaryUnitsOptions()

Returns:

void


dictionaryUnitsOptionsAsync()

Returns:

\GuzzleHttp\Promise\PromiseInterface


dumpsIdOptions($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false')

Returns:

void

Parameters:
Name Type Description
$id string Dump ID (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)

dumpsIdOptionsAsync($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false')

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$id string Dump ID (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)

dumpsOptions()

Returns:

void


dumpsOptionsAsync()

Returns:

\GuzzleHttp\Promise\PromiseInterface


feedsIdOptions($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false')

Returns:

void

Parameters:
Name Type Description
$id string Feed ID (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)

feedsIdOptionsAsync($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false')

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$id string Feed ID (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)

feedsOptions()

Returns:

void


feedsOptionsAsync()

Returns:

\GuzzleHttp\Promise\PromiseInterface


filtersIdOptions($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false')

Returns:

void

Parameters:
Name Type Description
$id string Filter ID. Accepts one or more comma separated values. (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)

filtersIdOptionsAsync($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false')

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$id string Filter ID. Accepts one or more comma separated values. (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)

filtersOptions()

Returns:

void


filtersOptionsAsync()

Returns:

\GuzzleHttp\Promise\PromiseInterface


impersonateTokenOptions($employeeToken, $userId, $application, $expireAfter = '86400')

Returns:

void

Parameters:
Name Type Description
$employeeToken string Impersonate API token generated on CAS service (required)
$userId string User Id (required)
$application string Application ID (required)
$expireAfter float Token will be expired after `expire_after` in seconds (optional, default to 86400)

impersonateTokenOptionsAsync($employeeToken, $userId, $application, $expireAfter = '86400')

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$employeeToken string Impersonate API token generated on CAS service (required)
$userId string User Id (required)
$application string Application ID (required)
$expireAfter float Token will be expired after `expire_after` in seconds (optional, default to 86400)

insightsCategoriesEmisOptions()

Returns:

void


insightsCategoriesEmisOptionsAsync()

Returns:

\GuzzleHttp\Promise\PromiseInterface


insightsCategoriesGalleryOptions()

Returns:

void


insightsCategoriesGalleryOptionsAsync()

Returns:

\GuzzleHttp\Promise\PromiseInterface


insightsCategoriesOptions()

Returns:

void


insightsCategoriesOptionsAsync()

Returns:

\GuzzleHttp\Promise\PromiseInterface


insightsIdDownloadFileFormatOptions($id, $fileFormat, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $ignoreCache = 'false', $adjustColumns = 'no', $startDate = null, $endDate = null, $count = '3650', $blankObservations = 'filter', $orientation = 'cols', $order = 'asc', $decimalPlaces = '3', $dateFormat = null)

Returns:

void

Parameters:
Name Type Description
$id string Insight ID (required)
$fileFormat string Insight report file format. Available formats: `xlsx`, `pdf` (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$ignoreCache bool New file will be generated (optional, default to false)
$adjustColumns string No adjust or wrap text in XLSX cell (optional, default to no)
$startDate \DateTime Limits the start date after which the time-points will be returned. (optional)
$endDate \DateTime Limits the end date before which the time-points will be returned. (optional)
$count int Limit the amount of latest time-points returned, by the number specified. (optional, default to 3650)
$blankObservations string If set to true, will return empty time-points which oterwise are omitted. (optional, default to filter)
$orientation string Columns/rows orientation (optional, default to cols)
$order string Sort order - Asc/Desc (optional, default to asc)
$decimalPlaces float Decimal places for the time-points values (optional, default to 3)
$dateFormat string Time-points date format (optional)

insightsIdDownloadFileFormatOptionsAsync($id, $fileFormat, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $ignoreCache = 'false', $adjustColumns = 'no', $startDate = null, $endDate = null, $count = '3650', $blankObservations = 'filter', $orientation = 'cols', $order = 'asc', $decimalPlaces = '3', $dateFormat = null)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$id string Insight ID (required)
$fileFormat string Insight report file format. Available formats: `xlsx`, `pdf` (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$ignoreCache bool New file will be generated (optional, default to false)
$adjustColumns string No adjust or wrap text in XLSX cell (optional, default to no)
$startDate \DateTime Limits the start date after which the time-points will be returned. (optional)
$endDate \DateTime Limits the end date before which the time-points will be returned. (optional)
$count int Limit the amount of latest time-points returned, by the number specified. (optional, default to 3650)
$blankObservations string If set to true, will return empty time-points which oterwise are omitted. (optional, default to filter)
$orientation string Columns/rows orientation (optional, default to cols)
$order string Sort order - Asc/Desc (optional, default to asc)
$decimalPlaces float Decimal places for the time-points values (optional, default to 3)
$dateFormat string Time-points date format (optional)

insightsIdOptions($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false')

Returns:

void

Parameters:
Name Type Description
$id string Insight ID (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)

insightsIdOptionsAsync($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false')

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$id string Insight ID (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)

insightsIdSeriesDataOptions($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $count = '3650', $startDate = null, $endDate = null, $updatedAfter = null, $blankObservations = 'false', $timePointsStatus = 'active', $limit = '100', $offset = '0')

Returns:

void

Parameters:
Name Type Description
$id string Insight ID (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$count int Limit the amount of latest time-points returned, by the number specified. (optional, default to 3650)
$startDate \DateTime Limits the start date after which the time-points will be returned. (optional)
$endDate \DateTime Limits the end date before which the time-points will be returned. (optional)
$updatedAfter \DateTime Returns only the updated time-points after the date specified. (optional)
$blankObservations bool If it's set to true, empty time-points will be returned (optional, default to false)
$timePointsStatus string Time points filter. One or more comma separated status code values. When not explicitly set, defaults to T. T - Active X - Deleted (optional, default to active)
$limit float Number of records to return in the range 1 - 100. Default is 100. (optional, default to 100)
$offset float The offset from which the records will be returned. Used to get the next set of records when the limit is reached. (optional, default to 0)

insightsIdSeriesDataOptionsAsync($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $count = '3650', $startDate = null, $endDate = null, $updatedAfter = null, $blankObservations = 'false', $timePointsStatus = 'active', $limit = '100', $offset = '0')

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$id string Insight ID (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$count int Limit the amount of latest time-points returned, by the number specified. (optional, default to 3650)
$startDate \DateTime Limits the start date after which the time-points will be returned. (optional)
$endDate \DateTime Limits the end date before which the time-points will be returned. (optional)
$updatedAfter \DateTime Returns only the updated time-points after the date specified. (optional)
$blankObservations bool If it's set to true, empty time-points will be returned (optional, default to false)
$timePointsStatus string Time points filter. One or more comma separated status code values. When not explicitly set, defaults to T. T - Active X - Deleted (optional, default to active)
$limit float Number of records to return in the range 1 - 100. Default is 100. (optional, default to 100)
$offset float The offset from which the records will be returned. Used to get the next set of records when the limit is reached. (optional, default to 0)

insightsIdSeriesMetadataOptions($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $withReplacementsMetadata = 'false', $forecastOnly = 'false', $withReleaseOnly = 'false', $withReplacementsOnly = 'false', $withObservationsOnly = 'false', $withContinuousOnly = 'false', $limit = '100', $offset = '0')

Returns:

void

Parameters:
Name Type Description
$id string Insight ID (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$withReplacementsMetadata bool If it is `true` result will contain replacements metadata not only list of id`s (optional, default to false)
$forecastOnly bool If it is `true` result will only contain series with forecast (optional, default to false)
$withReleaseOnly bool If it is `true` result will only contain series with released schedule (optional, default to false)
$withReplacementsOnly bool If it is `true` result will only contain series with suggestions (optional, default to false)
$withObservationsOnly bool If it is `true` result will not contain series without observations (optional, default to false)
$withContinuousOnly bool If set to `true` results will contain only series with available historical extensions (optional, default to false)
$limit float Number of records to return in the range 1 - 100. Default is 100. (optional, default to 100)
$offset float The offset from which the records will be returned. Used to get the next set of records when the limit is reached. (optional, default to 0)

insightsIdSeriesMetadataOptionsAsync($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $withReplacementsMetadata = 'false', $forecastOnly = 'false', $withReleaseOnly = 'false', $withReplacementsOnly = 'false', $withObservationsOnly = 'false', $withContinuousOnly = 'false', $limit = '100', $offset = '0')

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$id string Insight ID (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$withReplacementsMetadata bool If it is `true` result will contain replacements metadata not only list of id`s (optional, default to false)
$forecastOnly bool If it is `true` result will only contain series with forecast (optional, default to false)
$withReleaseOnly bool If it is `true` result will only contain series with released schedule (optional, default to false)
$withReplacementsOnly bool If it is `true` result will only contain series with suggestions (optional, default to false)
$withObservationsOnly bool If it is `true` result will not contain series without observations (optional, default to false)
$withContinuousOnly bool If set to `true` results will contain only series with available historical extensions (optional, default to false)
$limit float Number of records to return in the range 1 - 100. Default is 100. (optional, default to 100)
$offset float The offset from which the records will be returned. Used to get the next set of records when the limit is reached. (optional, default to 0)

insightsIdSeriesOptions($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $count = '3650', $startDate = null, $endDate = null, $updatedAfter = null, $blankObservations = 'false', $timePointsStatus = 'active', $withReplacementsMetadata = 'false', $forecastOnly = 'false', $withReleaseOnly = 'false', $withReplacementsOnly = 'false', $withObservationsOnly = 'false', $withContinuousOnly = 'false', $limit = '100', $offset = '0')

Returns:

void

Parameters:
Name Type Description
$id string Insight ID (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$count int Limit the amount of latest time-points returned, by the number specified. (optional, default to 3650)
$startDate \DateTime Limits the start date after which the time-points will be returned. (optional)
$endDate \DateTime Limits the end date before which the time-points will be returned. (optional)
$updatedAfter \DateTime Returns only the updated time-points after the date specified. (optional)
$blankObservations bool If it's set to true, empty time-points will be returned (optional, default to false)
$timePointsStatus string Time points filter. One or more comma separated status code values. When not explicitly set, defaults to T. T - Active X - Deleted (optional, default to active)
$withReplacementsMetadata bool If it is `true` result will contain replacements metadata not only list of id`s (optional, default to false)
$forecastOnly bool If it is `true` result will only contain series with forecast (optional, default to false)
$withReleaseOnly bool If it is `true` result will only contain series with released schedule (optional, default to false)
$withReplacementsOnly bool If it is `true` result will only contain series with suggestions (optional, default to false)
$withObservationsOnly bool If it is `true` result will not contain series without observations (optional, default to false)
$withContinuousOnly bool If set to `true` results will contain only series with available historical extensions (optional, default to false)
$limit float Number of records to return in the range 1 - 100. Default is 100. (optional, default to 100)
$offset float The offset from which the records will be returned. Used to get the next set of records when the limit is reached. (optional, default to 0)

insightsIdSeriesOptionsAsync($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $count = '3650', $startDate = null, $endDate = null, $updatedAfter = null, $blankObservations = 'false', $timePointsStatus = 'active', $withReplacementsMetadata = 'false', $forecastOnly = 'false', $withReleaseOnly = 'false', $withReplacementsOnly = 'false', $withObservationsOnly = 'false', $withContinuousOnly = 'false', $limit = '100', $offset = '0')

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$id string Insight ID (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$count int Limit the amount of latest time-points returned, by the number specified. (optional, default to 3650)
$startDate \DateTime Limits the start date after which the time-points will be returned. (optional)
$endDate \DateTime Limits the end date before which the time-points will be returned. (optional)
$updatedAfter \DateTime Returns only the updated time-points after the date specified. (optional)
$blankObservations bool If it's set to true, empty time-points will be returned (optional, default to false)
$timePointsStatus string Time points filter. One or more comma separated status code values. When not explicitly set, defaults to T. T - Active X - Deleted (optional, default to active)
$withReplacementsMetadata bool If it is `true` result will contain replacements metadata not only list of id`s (optional, default to false)
$forecastOnly bool If it is `true` result will only contain series with forecast (optional, default to false)
$withReleaseOnly bool If it is `true` result will only contain series with released schedule (optional, default to false)
$withReplacementsOnly bool If it is `true` result will only contain series with suggestions (optional, default to false)
$withObservationsOnly bool If it is `true` result will not contain series without observations (optional, default to false)
$withContinuousOnly bool If set to `true` results will contain only series with available historical extensions (optional, default to false)
$limit float Number of records to return in the range 1 - 100. Default is 100. (optional, default to 100)
$offset float The offset from which the records will be returned. Used to get the next set of records when the limit is reached. (optional, default to 0)

insightsOptions()

Returns:

void


insightsOptionsAsync()

Returns:

\GuzzleHttp\Promise\PromiseInterface


insightsSearchOptions()

Returns:

void


insightsSearchOptionsAsync()

Returns:

\GuzzleHttp\Promise\PromiseInterface


insightsSeriesSeriesIdDataOptions($seriesId, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $count = '3650', $startDate = null, $endDate = null, $updatedAfter = null, $blankObservations = 'false', $timePointsStatus = 'active')

Returns:

void

Parameters:
Name Type Description
$seriesId string Insight Series ID (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$count int Limit the amount of latest time-points returned, by the number specified. (optional, default to 3650)
$startDate \DateTime Limits the start date after which the time-points will be returned. (optional)
$endDate \DateTime Limits the end date before which the time-points will be returned. (optional)
$updatedAfter \DateTime Returns only the updated time-points after the date specified. (optional)
$blankObservations bool If it's set to true, empty time-points will be returned (optional, default to false)
$timePointsStatus string Time points filter. One or more comma separated status code values. When not explicitly set, defaults to T. T - Active X - Deleted (optional, default to active)

insightsSeriesSeriesIdDataOptionsAsync($seriesId, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $count = '3650', $startDate = null, $endDate = null, $updatedAfter = null, $blankObservations = 'false', $timePointsStatus = 'active')

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$seriesId string Insight Series ID (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$count int Limit the amount of latest time-points returned, by the number specified. (optional, default to 3650)
$startDate \DateTime Limits the start date after which the time-points will be returned. (optional)
$endDate \DateTime Limits the end date before which the time-points will be returned. (optional)
$updatedAfter \DateTime Returns only the updated time-points after the date specified. (optional)
$blankObservations bool If it's set to true, empty time-points will be returned (optional, default to false)
$timePointsStatus string Time points filter. One or more comma separated status code values. When not explicitly set, defaults to T. T - Active X - Deleted (optional, default to active)

insightsSeriesSeriesIdMetadataOptions($seriesId, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $withReplacementsMetadata = 'false', $forecastOnly = 'false', $withReleaseOnly = 'false', $withReplacementsOnly = 'false', $withObservationsOnly = 'false', $withContinuousOnly = 'false')

Returns:

void

Parameters:
Name Type Description
$seriesId string Insight Series ID (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$withReplacementsMetadata bool If it is `true` result will contain replacements metadata not only list of id`s (optional, default to false)
$forecastOnly bool If it is `true` result will only contain series with forecast (optional, default to false)
$withReleaseOnly bool If it is `true` result will only contain series with released schedule (optional, default to false)
$withReplacementsOnly bool If it is `true` result will only contain series with suggestions (optional, default to false)
$withObservationsOnly bool If it is `true` result will not contain series without observations (optional, default to false)
$withContinuousOnly bool If set to `true` results will contain only series with available historical extensions (optional, default to false)

insightsSeriesSeriesIdMetadataOptionsAsync($seriesId, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $withReplacementsMetadata = 'false', $forecastOnly = 'false', $withReleaseOnly = 'false', $withReplacementsOnly = 'false', $withObservationsOnly = 'false', $withContinuousOnly = 'false')

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$seriesId string Insight Series ID (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$withReplacementsMetadata bool If it is `true` result will contain replacements metadata not only list of id`s (optional, default to false)
$forecastOnly bool If it is `true` result will only contain series with forecast (optional, default to false)
$withReleaseOnly bool If it is `true` result will only contain series with released schedule (optional, default to false)
$withReplacementsOnly bool If it is `true` result will only contain series with suggestions (optional, default to false)
$withObservationsOnly bool If it is `true` result will not contain series without observations (optional, default to false)
$withContinuousOnly bool If set to `true` results will contain only series with available historical extensions (optional, default to false)

insightsSeriesSeriesIdOptions($seriesId, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $count = '3650', $startDate = null, $endDate = null, $updatedAfter = null, $blankObservations = 'false', $timePointsStatus = 'active', $withReplacementsMetadata = 'false', $forecastOnly = 'false', $withReleaseOnly = 'false', $withReplacementsOnly = 'false', $withObservationsOnly = 'false', $withContinuousOnly = 'false')

Returns:

void

Parameters:
Name Type Description
$seriesId string Insight Series ID (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$count int Limit the amount of latest time-points returned, by the number specified. (optional, default to 3650)
$startDate \DateTime Limits the start date after which the time-points will be returned. (optional)
$endDate \DateTime Limits the end date before which the time-points will be returned. (optional)
$updatedAfter \DateTime Returns only the updated time-points after the date specified. (optional)
$blankObservations bool If it's set to true, empty time-points will be returned (optional, default to false)
$timePointsStatus string Time points filter. One or more comma separated status code values. When not explicitly set, defaults to T. T - Active X - Deleted (optional, default to active)
$withReplacementsMetadata bool If it is `true` result will contain replacements metadata not only list of id`s (optional, default to false)
$forecastOnly bool If it is `true` result will only contain series with forecast (optional, default to false)
$withReleaseOnly bool If it is `true` result will only contain series with released schedule (optional, default to false)
$withReplacementsOnly bool If it is `true` result will only contain series with suggestions (optional, default to false)
$withObservationsOnly bool If it is `true` result will not contain series without observations (optional, default to false)
$withContinuousOnly bool If set to `true` results will contain only series with available historical extensions (optional, default to false)

insightsSeriesSeriesIdOptionsAsync($seriesId, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $count = '3650', $startDate = null, $endDate = null, $updatedAfter = null, $blankObservations = 'false', $timePointsStatus = 'active', $withReplacementsMetadata = 'false', $forecastOnly = 'false', $withReleaseOnly = 'false', $withReplacementsOnly = 'false', $withObservationsOnly = 'false', $withContinuousOnly = 'false')

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$seriesId string Insight Series ID (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$count int Limit the amount of latest time-points returned, by the number specified. (optional, default to 3650)
$startDate \DateTime Limits the start date after which the time-points will be returned. (optional)
$endDate \DateTime Limits the end date before which the time-points will be returned. (optional)
$updatedAfter \DateTime Returns only the updated time-points after the date specified. (optional)
$blankObservations bool If it's set to true, empty time-points will be returned (optional, default to false)
$timePointsStatus string Time points filter. One or more comma separated status code values. When not explicitly set, defaults to T. T - Active X - Deleted (optional, default to active)
$withReplacementsMetadata bool If it is `true` result will contain replacements metadata not only list of id`s (optional, default to false)
$forecastOnly bool If it is `true` result will only contain series with forecast (optional, default to false)
$withReleaseOnly bool If it is `true` result will only contain series with released schedule (optional, default to false)
$withReplacementsOnly bool If it is `true` result will only contain series with suggestions (optional, default to false)
$withObservationsOnly bool If it is `true` result will not contain series without observations (optional, default to false)
$withContinuousOnly bool If set to `true` results will contain only series with available historical extensions (optional, default to false)

internalSeriesIdInternalRemarksOptions($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $withReplacementsMetadata = 'false', $forecastOnly = 'false', $withReleaseOnly = 'false', $withReplacementsOnly = 'false', $withObservationsOnly = 'false', $withContinuousOnly = 'false')

Returns:

void

Parameters:
Name Type Description
$id string Series ID or Series Code to return. Accepts only one series ID or series Code. (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$withReplacementsMetadata bool If it is `true` result will contain replacements metadata not only list of id`s (optional, default to false)
$forecastOnly bool If it is `true` result will only contain series with forecast (optional, default to false)
$withReleaseOnly bool If it is `true` result will only contain series with released schedule (optional, default to false)
$withReplacementsOnly bool If it is `true` result will only contain series with suggestions (optional, default to false)
$withObservationsOnly bool If it is `true` result will not contain series without observations (optional, default to false)
$withContinuousOnly bool If set to `true` results will contain only series with available historical extensions (optional, default to false)

internalSeriesIdInternalRemarksOptionsAsync($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $withReplacementsMetadata = 'false', $forecastOnly = 'false', $withReleaseOnly = 'false', $withReplacementsOnly = 'false', $withObservationsOnly = 'false', $withContinuousOnly = 'false')

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$id string Series ID or Series Code to return. Accepts only one series ID or series Code. (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$withReplacementsMetadata bool If it is `true` result will contain replacements metadata not only list of id`s (optional, default to false)
$forecastOnly bool If it is `true` result will only contain series with forecast (optional, default to false)
$withReleaseOnly bool If it is `true` result will only contain series with released schedule (optional, default to false)
$withReplacementsOnly bool If it is `true` result will only contain series with suggestions (optional, default to false)
$withObservationsOnly bool If it is `true` result will not contain series without observations (optional, default to false)
$withContinuousOnly bool If set to `true` results will contain only series with available historical extensions (optional, default to false)

layoutDatabasesIdTopicsOptions($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $keyword = null, $strictKeywordSearch = 'false', $frequency = null, $country = null, $source = null, $unit = null, $indicator = null, $region = null, $subscribedOnly = 'false', $keyOnly = 'false', $newOnly = 'false', $nameOnly = 'false', $startDateBefore = null, $endDateAfter = null, $createdAfter = null, $updatedAfter = null, $geo = null, $status = '["T","C","B","D"]', $filterId = null)

Returns:

void

Parameters:
Name Type Description
$id string Database ID (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$keyword string Search term. One or more keywords. May contain special words further controlling the search results. Keyword search tips: `Retail Sales` - Show series with both keywords while the sequence of keywords is irrelevant. Equivalent to search Sales Retail `Retail AND Sales` - Show results: series with terms of Retail AND Sales, regardless of the sequence. E. g. Retail Sales, Automobile Sales Retail `Retail;Sales` - Show series with either keyword and series with both keywords while the sequence of keywords is irrelevant, equivalent to search: Sales;Retail `Retail OR Sales` - Show results: series with terms of Retail OR Sales, regardless of the sequence. E. g. Retail Sales, Retail Trade, Sales Price, Motor Vehicle Sales `Retail NOT Sales` - Narrow a search by excluding specific terms while the sequence of keywords is relevant. Show results: series with terms that include Retail, but NOT Sales. E. g. Retail Trade, Retail Price, Retail Bank `Retail Sales NOT (Hong Kong)` - Narrow a search by excluding a set of words in parentheses while the sequence of keywords in parentheses is irrelevant, equivalent to search: Retail Sales NOT (Hong Kong). Show results: series with terms that include Retail Sales, but NOT Hong Kong, such as Retail Sales YoY: China, Retail Sales YoY: United States (optional)
$strictKeywordSearch bool When true, will make a strict keywords search instead of fuzzy search. (optional, default to false)
$frequency string[] Frequency filter. One or more comma separated frequency code values. D - Daily W - Weekly M - Monthly Q - Quarterly H - Semi-annual Y - Annual Z - Quinquennially T - Decadal (optional)
$country string[] **DEPRECATED. Please use `geo` parameter.** Country filter. One or more comma separated country code values. See related Dictionary function to get the full list of accepted countries. (optional)
$source string[] Source filter. One or more comma separated source code values. See related Dictionary function to get the full list of accepted sources. (optional)
$unit string[] Unit filter. One or more comma separated unit code values. See related Dictionary function to get the full list of accepted units. (optional)
$indicator string[] Indicator filter. One or more comma separated indicator code values. See related Dictionary function to get full list of accepted indicators. The use the new indicators ids is recommended because the old ones are deprecated and going to be removed in the near future! (optional)
$region string[] Region filter. One or more comma separated region code values. See related Dictionary function to get the full list of accepted regions. (optional)
$subscribedOnly bool Show only results for subscribed series when set to `true`. By default show results for all the series found. (optional, default to false)
$keyOnly bool Show only 'key' series when set to `true`. (optional, default to false)
$newOnly bool Show only series created less than 1 month ago when set to `true`. (optional, default to false)
$nameOnly bool This filter related with the `keyword` filter. If it's `true` keyword search will be searched only in series name instead of all series attributes. (optional, default to false)
$startDateBefore \DateTime Will return series with first observation before `start_date_before` (optional)
$endDateAfter \DateTime Will return series with last observation after `end_date_after` (optional)
$createdAfter \DateTime Will return entries created after `created_after` date (optional)
$updatedAfter \DateTime Will return series last time updated after `updated_after` date (optional)
$geo string[] Geo filter. One or more comma separated geo id values. See related Dictionary function to get the full list of accepted geo ids. (optional)
$status string[] Status filter. One or more comma separated status code values. When not explicitly set, defaults to T. T - Active C - Discontinued B - Rebased D - On-Demand (optional, default to ["T","C","B","D"])
$filterId string[] Filter ID used to define a subset of data over which the search will be executed. When combined with additional search criterion, the result will be an intesection of both. (optional)

layoutDatabasesIdTopicsOptionsAsync($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $keyword = null, $strictKeywordSearch = 'false', $frequency = null, $country = null, $source = null, $unit = null, $indicator = null, $region = null, $subscribedOnly = 'false', $keyOnly = 'false', $newOnly = 'false', $nameOnly = 'false', $startDateBefore = null, $endDateAfter = null, $createdAfter = null, $updatedAfter = null, $geo = null, $status = '["T","C","B","D"]', $filterId = null)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$id string Database ID (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$keyword string Search term. One or more keywords. May contain special words further controlling the search results. Keyword search tips: `Retail Sales` - Show series with both keywords while the sequence of keywords is irrelevant. Equivalent to search Sales Retail `Retail AND Sales` - Show results: series with terms of Retail AND Sales, regardless of the sequence. E. g. Retail Sales, Automobile Sales Retail `Retail;Sales` - Show series with either keyword and series with both keywords while the sequence of keywords is irrelevant, equivalent to search: Sales;Retail `Retail OR Sales` - Show results: series with terms of Retail OR Sales, regardless of the sequence. E. g. Retail Sales, Retail Trade, Sales Price, Motor Vehicle Sales `Retail NOT Sales` - Narrow a search by excluding specific terms while the sequence of keywords is relevant. Show results: series with terms that include Retail, but NOT Sales. E. g. Retail Trade, Retail Price, Retail Bank `Retail Sales NOT (Hong Kong)` - Narrow a search by excluding a set of words in parentheses while the sequence of keywords in parentheses is irrelevant, equivalent to search: Retail Sales NOT (Hong Kong). Show results: series with terms that include Retail Sales, but NOT Hong Kong, such as Retail Sales YoY: China, Retail Sales YoY: United States (optional)
$strictKeywordSearch bool When true, will make a strict keywords search instead of fuzzy search. (optional, default to false)
$frequency string[] Frequency filter. One or more comma separated frequency code values. D - Daily W - Weekly M - Monthly Q - Quarterly H - Semi-annual Y - Annual Z - Quinquennially T - Decadal (optional)
$country string[] **DEPRECATED. Please use `geo` parameter.** Country filter. One or more comma separated country code values. See related Dictionary function to get the full list of accepted countries. (optional)
$source string[] Source filter. One or more comma separated source code values. See related Dictionary function to get the full list of accepted sources. (optional)
$unit string[] Unit filter. One or more comma separated unit code values. See related Dictionary function to get the full list of accepted units. (optional)
$indicator string[] Indicator filter. One or more comma separated indicator code values. See related Dictionary function to get full list of accepted indicators. The use the new indicators ids is recommended because the old ones are deprecated and going to be removed in the near future! (optional)
$region string[] Region filter. One or more comma separated region code values. See related Dictionary function to get the full list of accepted regions. (optional)
$subscribedOnly bool Show only results for subscribed series when set to `true`. By default show results for all the series found. (optional, default to false)
$keyOnly bool Show only 'key' series when set to `true`. (optional, default to false)
$newOnly bool Show only series created less than 1 month ago when set to `true`. (optional, default to false)
$nameOnly bool This filter related with the `keyword` filter. If it's `true` keyword search will be searched only in series name instead of all series attributes. (optional, default to false)
$startDateBefore \DateTime Will return series with first observation before `start_date_before` (optional)
$endDateAfter \DateTime Will return series with last observation after `end_date_after` (optional)
$createdAfter \DateTime Will return entries created after `created_after` date (optional)
$updatedAfter \DateTime Will return series last time updated after `updated_after` date (optional)
$geo string[] Geo filter. One or more comma separated geo id values. See related Dictionary function to get the full list of accepted geo ids. (optional)
$status string[] Status filter. One or more comma separated status code values. When not explicitly set, defaults to T. T - Active C - Discontinued B - Rebased D - On-Demand (optional, default to ["T","C","B","D"])
$filterId string[] Filter ID used to define a subset of data over which the search will be executed. When combined with additional search criterion, the result will be an intesection of both. (optional)

layoutDatabasesOptions()

Returns:

void


layoutDatabasesOptionsAsync()

Returns:

\GuzzleHttp\Promise\PromiseInterface


layoutNodeCodeFootnoteDownloadFileNameOptions($nodeCode, $fileName, $acceptLanguage = 'en', $lang = 'en')

Returns:

void

Parameters:
Name Type Description
$nodeCode string Node Code - Database ID, Topic ID, Section ID or Table ID (required)
$fileName string Resource file name (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)

layoutNodeCodeFootnoteDownloadFileNameOptionsAsync($nodeCode, $fileName, $acceptLanguage = 'en', $lang = 'en')

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$nodeCode string Node Code - Database ID, Topic ID, Section ID or Table ID (required)
$fileName string Resource file name (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)

layoutNodeCodeFootnoteDownloadOptions($nodeCode, $acceptLanguage = 'en', $lang = 'en')

Returns:

void

Parameters:
Name Type Description
$nodeCode string Node Code - Database ID, Topic ID, Section ID or Table ID (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)

layoutNodeCodeFootnoteDownloadOptionsAsync($nodeCode, $acceptLanguage = 'en', $lang = 'en')

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$nodeCode string Node Code - Database ID, Topic ID, Section ID or Table ID (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)

layoutNodeCodeFootnoteOptions($nodeCode, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false')

Returns:

void

Parameters:
Name Type Description
$nodeCode string Node Code - Database ID, Topic ID, Section ID or Table ID (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)

layoutNodeCodeFootnoteOptionsAsync($nodeCode, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false')

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$nodeCode string Node Code - Database ID, Topic ID, Section ID or Table ID (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)

layoutSectionsIdOptions($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $keyword = null, $strictKeywordSearch = 'false', $frequency = null, $country = null, $source = null, $unit = null, $indicator = null, $region = null, $subscribedOnly = 'false', $keyOnly = 'false', $newOnly = 'false', $nameOnly = 'false', $startDateBefore = null, $endDateAfter = null, $createdAfter = null, $updatedAfter = null, $geo = null, $status = '["T","C","B","D"]', $filterId = null)

Returns:

void

Parameters:
Name Type Description
$id string Node ID (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$keyword string Search term. One or more keywords. May contain special words further controlling the search results. Keyword search tips: `Retail Sales` - Show series with both keywords while the sequence of keywords is irrelevant. Equivalent to search Sales Retail `Retail AND Sales` - Show results: series with terms of Retail AND Sales, regardless of the sequence. E. g. Retail Sales, Automobile Sales Retail `Retail;Sales` - Show series with either keyword and series with both keywords while the sequence of keywords is irrelevant, equivalent to search: Sales;Retail `Retail OR Sales` - Show results: series with terms of Retail OR Sales, regardless of the sequence. E. g. Retail Sales, Retail Trade, Sales Price, Motor Vehicle Sales `Retail NOT Sales` - Narrow a search by excluding specific terms while the sequence of keywords is relevant. Show results: series with terms that include Retail, but NOT Sales. E. g. Retail Trade, Retail Price, Retail Bank `Retail Sales NOT (Hong Kong)` - Narrow a search by excluding a set of words in parentheses while the sequence of keywords in parentheses is irrelevant, equivalent to search: Retail Sales NOT (Hong Kong). Show results: series with terms that include Retail Sales, but NOT Hong Kong, such as Retail Sales YoY: China, Retail Sales YoY: United States (optional)
$strictKeywordSearch bool When true, will make a strict keywords search instead of fuzzy search. (optional, default to false)
$frequency string[] Frequency filter. One or more comma separated frequency code values. D - Daily W - Weekly M - Monthly Q - Quarterly H - Semi-annual Y - Annual Z - Quinquennially T - Decadal (optional)
$country string[] **DEPRECATED. Please use `geo` parameter.** Country filter. One or more comma separated country code values. See related Dictionary function to get the full list of accepted countries. (optional)
$source string[] Source filter. One or more comma separated source code values. See related Dictionary function to get the full list of accepted sources. (optional)
$unit string[] Unit filter. One or more comma separated unit code values. See related Dictionary function to get the full list of accepted units. (optional)
$indicator string[] Indicator filter. One or more comma separated indicator code values. See related Dictionary function to get full list of accepted indicators. The use the new indicators ids is recommended because the old ones are deprecated and going to be removed in the near future! (optional)
$region string[] Region filter. One or more comma separated region code values. See related Dictionary function to get the full list of accepted regions. (optional)
$subscribedOnly bool Show only results for subscribed series when set to `true`. By default show results for all the series found. (optional, default to false)
$keyOnly bool Show only 'key' series when set to `true`. (optional, default to false)
$newOnly bool Show only series created less than 1 month ago when set to `true`. (optional, default to false)
$nameOnly bool This filter related with the `keyword` filter. If it's `true` keyword search will be searched only in series name instead of all series attributes. (optional, default to false)
$startDateBefore \DateTime Will return series with first observation before `start_date_before` (optional)
$endDateAfter \DateTime Will return series with last observation after `end_date_after` (optional)
$createdAfter \DateTime Will return entries created after `created_after` date (optional)
$updatedAfter \DateTime Will return series last time updated after `updated_after` date (optional)
$geo string[] Geo filter. One or more comma separated geo id values. See related Dictionary function to get the full list of accepted geo ids. (optional)
$status string[] Status filter. One or more comma separated status code values. When not explicitly set, defaults to T. T - Active C - Discontinued B - Rebased D - On-Demand (optional, default to ["T","C","B","D"])
$filterId string[] Filter ID used to define a subset of data over which the search will be executed. When combined with additional search criterion, the result will be an intesection of both. (optional)

layoutSectionsIdOptionsAsync($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $keyword = null, $strictKeywordSearch = 'false', $frequency = null, $country = null, $source = null, $unit = null, $indicator = null, $region = null, $subscribedOnly = 'false', $keyOnly = 'false', $newOnly = 'false', $nameOnly = 'false', $startDateBefore = null, $endDateAfter = null, $createdAfter = null, $updatedAfter = null, $geo = null, $status = '["T","C","B","D"]', $filterId = null)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$id string Node ID (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$keyword string Search term. One or more keywords. May contain special words further controlling the search results. Keyword search tips: `Retail Sales` - Show series with both keywords while the sequence of keywords is irrelevant. Equivalent to search Sales Retail `Retail AND Sales` - Show results: series with terms of Retail AND Sales, regardless of the sequence. E. g. Retail Sales, Automobile Sales Retail `Retail;Sales` - Show series with either keyword and series with both keywords while the sequence of keywords is irrelevant, equivalent to search: Sales;Retail `Retail OR Sales` - Show results: series with terms of Retail OR Sales, regardless of the sequence. E. g. Retail Sales, Retail Trade, Sales Price, Motor Vehicle Sales `Retail NOT Sales` - Narrow a search by excluding specific terms while the sequence of keywords is relevant. Show results: series with terms that include Retail, but NOT Sales. E. g. Retail Trade, Retail Price, Retail Bank `Retail Sales NOT (Hong Kong)` - Narrow a search by excluding a set of words in parentheses while the sequence of keywords in parentheses is irrelevant, equivalent to search: Retail Sales NOT (Hong Kong). Show results: series with terms that include Retail Sales, but NOT Hong Kong, such as Retail Sales YoY: China, Retail Sales YoY: United States (optional)
$strictKeywordSearch bool When true, will make a strict keywords search instead of fuzzy search. (optional, default to false)
$frequency string[] Frequency filter. One or more comma separated frequency code values. D - Daily W - Weekly M - Monthly Q - Quarterly H - Semi-annual Y - Annual Z - Quinquennially T - Decadal (optional)
$country string[] **DEPRECATED. Please use `geo` parameter.** Country filter. One or more comma separated country code values. See related Dictionary function to get the full list of accepted countries. (optional)
$source string[] Source filter. One or more comma separated source code values. See related Dictionary function to get the full list of accepted sources. (optional)
$unit string[] Unit filter. One or more comma separated unit code values. See related Dictionary function to get the full list of accepted units. (optional)
$indicator string[] Indicator filter. One or more comma separated indicator code values. See related Dictionary function to get full list of accepted indicators. The use the new indicators ids is recommended because the old ones are deprecated and going to be removed in the near future! (optional)
$region string[] Region filter. One or more comma separated region code values. See related Dictionary function to get the full list of accepted regions. (optional)
$subscribedOnly bool Show only results for subscribed series when set to `true`. By default show results for all the series found. (optional, default to false)
$keyOnly bool Show only 'key' series when set to `true`. (optional, default to false)
$newOnly bool Show only series created less than 1 month ago when set to `true`. (optional, default to false)
$nameOnly bool This filter related with the `keyword` filter. If it's `true` keyword search will be searched only in series name instead of all series attributes. (optional, default to false)
$startDateBefore \DateTime Will return series with first observation before `start_date_before` (optional)
$endDateAfter \DateTime Will return series with last observation after `end_date_after` (optional)
$createdAfter \DateTime Will return entries created after `created_after` date (optional)
$updatedAfter \DateTime Will return series last time updated after `updated_after` date (optional)
$geo string[] Geo filter. One or more comma separated geo id values. See related Dictionary function to get the full list of accepted geo ids. (optional)
$status string[] Status filter. One or more comma separated status code values. When not explicitly set, defaults to T. T - Active C - Discontinued B - Rebased D - On-Demand (optional, default to ["T","C","B","D"])
$filterId string[] Filter ID used to define a subset of data over which the search will be executed. When combined with additional search criterion, the result will be an intesection of both. (optional)

layoutSectionsIdTablesOptions($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $keyword = null, $strictKeywordSearch = 'false', $frequency = null, $country = null, $source = null, $unit = null, $indicator = null, $region = null, $subscribedOnly = 'false', $keyOnly = 'false', $newOnly = 'false', $nameOnly = 'false', $startDateBefore = null, $endDateAfter = null, $createdAfter = null, $updatedAfter = null, $geo = null, $status = '["T","C","B","D"]', $filterId = null)

Returns:

void

Parameters:
Name Type Description
$id string Section ID (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$keyword string Search term. One or more keywords. May contain special words further controlling the search results. Keyword search tips: `Retail Sales` - Show series with both keywords while the sequence of keywords is irrelevant. Equivalent to search Sales Retail `Retail AND Sales` - Show results: series with terms of Retail AND Sales, regardless of the sequence. E. g. Retail Sales, Automobile Sales Retail `Retail;Sales` - Show series with either keyword and series with both keywords while the sequence of keywords is irrelevant, equivalent to search: Sales;Retail `Retail OR Sales` - Show results: series with terms of Retail OR Sales, regardless of the sequence. E. g. Retail Sales, Retail Trade, Sales Price, Motor Vehicle Sales `Retail NOT Sales` - Narrow a search by excluding specific terms while the sequence of keywords is relevant. Show results: series with terms that include Retail, but NOT Sales. E. g. Retail Trade, Retail Price, Retail Bank `Retail Sales NOT (Hong Kong)` - Narrow a search by excluding a set of words in parentheses while the sequence of keywords in parentheses is irrelevant, equivalent to search: Retail Sales NOT (Hong Kong). Show results: series with terms that include Retail Sales, but NOT Hong Kong, such as Retail Sales YoY: China, Retail Sales YoY: United States (optional)
$strictKeywordSearch bool When true, will make a strict keywords search instead of fuzzy search. (optional, default to false)
$frequency string[] Frequency filter. One or more comma separated frequency code values. D - Daily W - Weekly M - Monthly Q - Quarterly H - Semi-annual Y - Annual Z - Quinquennially T - Decadal (optional)
$country string[] **DEPRECATED. Please use `geo` parameter.** Country filter. One or more comma separated country code values. See related Dictionary function to get the full list of accepted countries. (optional)
$source string[] Source filter. One or more comma separated source code values. See related Dictionary function to get the full list of accepted sources. (optional)
$unit string[] Unit filter. One or more comma separated unit code values. See related Dictionary function to get the full list of accepted units. (optional)
$indicator string[] Indicator filter. One or more comma separated indicator code values. See related Dictionary function to get full list of accepted indicators. The use the new indicators ids is recommended because the old ones are deprecated and going to be removed in the near future! (optional)
$region string[] Region filter. One or more comma separated region code values. See related Dictionary function to get the full list of accepted regions. (optional)
$subscribedOnly bool Show only results for subscribed series when set to `true`. By default show results for all the series found. (optional, default to false)
$keyOnly bool Show only 'key' series when set to `true`. (optional, default to false)
$newOnly bool Show only series created less than 1 month ago when set to `true`. (optional, default to false)
$nameOnly bool This filter related with the `keyword` filter. If it's `true` keyword search will be searched only in series name instead of all series attributes. (optional, default to false)
$startDateBefore \DateTime Will return series with first observation before `start_date_before` (optional)
$endDateAfter \DateTime Will return series with last observation after `end_date_after` (optional)
$createdAfter \DateTime Will return entries created after `created_after` date (optional)
$updatedAfter \DateTime Will return series last time updated after `updated_after` date (optional)
$geo string[] Geo filter. One or more comma separated geo id values. See related Dictionary function to get the full list of accepted geo ids. (optional)
$status string[] Status filter. One or more comma separated status code values. When not explicitly set, defaults to T. T - Active C - Discontinued B - Rebased D - On-Demand (optional, default to ["T","C","B","D"])
$filterId string[] Filter ID used to define a subset of data over which the search will be executed. When combined with additional search criterion, the result will be an intesection of both. (optional)

layoutSectionsIdTablesOptionsAsync($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $keyword = null, $strictKeywordSearch = 'false', $frequency = null, $country = null, $source = null, $unit = null, $indicator = null, $region = null, $subscribedOnly = 'false', $keyOnly = 'false', $newOnly = 'false', $nameOnly = 'false', $startDateBefore = null, $endDateAfter = null, $createdAfter = null, $updatedAfter = null, $geo = null, $status = '["T","C","B","D"]', $filterId = null)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$id string Section ID (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$keyword string Search term. One or more keywords. May contain special words further controlling the search results. Keyword search tips: `Retail Sales` - Show series with both keywords while the sequence of keywords is irrelevant. Equivalent to search Sales Retail `Retail AND Sales` - Show results: series with terms of Retail AND Sales, regardless of the sequence. E. g. Retail Sales, Automobile Sales Retail `Retail;Sales` - Show series with either keyword and series with both keywords while the sequence of keywords is irrelevant, equivalent to search: Sales;Retail `Retail OR Sales` - Show results: series with terms of Retail OR Sales, regardless of the sequence. E. g. Retail Sales, Retail Trade, Sales Price, Motor Vehicle Sales `Retail NOT Sales` - Narrow a search by excluding specific terms while the sequence of keywords is relevant. Show results: series with terms that include Retail, but NOT Sales. E. g. Retail Trade, Retail Price, Retail Bank `Retail Sales NOT (Hong Kong)` - Narrow a search by excluding a set of words in parentheses while the sequence of keywords in parentheses is irrelevant, equivalent to search: Retail Sales NOT (Hong Kong). Show results: series with terms that include Retail Sales, but NOT Hong Kong, such as Retail Sales YoY: China, Retail Sales YoY: United States (optional)
$strictKeywordSearch bool When true, will make a strict keywords search instead of fuzzy search. (optional, default to false)
$frequency string[] Frequency filter. One or more comma separated frequency code values. D - Daily W - Weekly M - Monthly Q - Quarterly H - Semi-annual Y - Annual Z - Quinquennially T - Decadal (optional)
$country string[] **DEPRECATED. Please use `geo` parameter.** Country filter. One or more comma separated country code values. See related Dictionary function to get the full list of accepted countries. (optional)
$source string[] Source filter. One or more comma separated source code values. See related Dictionary function to get the full list of accepted sources. (optional)
$unit string[] Unit filter. One or more comma separated unit code values. See related Dictionary function to get the full list of accepted units. (optional)
$indicator string[] Indicator filter. One or more comma separated indicator code values. See related Dictionary function to get full list of accepted indicators. The use the new indicators ids is recommended because the old ones are deprecated and going to be removed in the near future! (optional)
$region string[] Region filter. One or more comma separated region code values. See related Dictionary function to get the full list of accepted regions. (optional)
$subscribedOnly bool Show only results for subscribed series when set to `true`. By default show results for all the series found. (optional, default to false)
$keyOnly bool Show only 'key' series when set to `true`. (optional, default to false)
$newOnly bool Show only series created less than 1 month ago when set to `true`. (optional, default to false)
$nameOnly bool This filter related with the `keyword` filter. If it's `true` keyword search will be searched only in series name instead of all series attributes. (optional, default to false)
$startDateBefore \DateTime Will return series with first observation before `start_date_before` (optional)
$endDateAfter \DateTime Will return series with last observation after `end_date_after` (optional)
$createdAfter \DateTime Will return entries created after `created_after` date (optional)
$updatedAfter \DateTime Will return series last time updated after `updated_after` date (optional)
$geo string[] Geo filter. One or more comma separated geo id values. See related Dictionary function to get the full list of accepted geo ids. (optional)
$status string[] Status filter. One or more comma separated status code values. When not explicitly set, defaults to T. T - Active C - Discontinued B - Rebased D - On-Demand (optional, default to ["T","C","B","D"])
$filterId string[] Filter ID used to define a subset of data over which the search will be executed. When combined with additional search criterion, the result will be an intesection of both. (optional)

layoutTablesIdOptions($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $keyword = null, $strictKeywordSearch = 'false', $frequency = null, $country = null, $source = null, $unit = null, $indicator = null, $region = null, $subscribedOnly = 'false', $keyOnly = 'false', $newOnly = 'false', $nameOnly = 'false', $startDateBefore = null, $endDateAfter = null, $createdAfter = null, $updatedAfter = null, $geo = null, $status = '["T","C","B","D"]', $filterId = null)

Returns:

void

Parameters:
Name Type Description
$id string Node ID (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$keyword string Search term. One or more keywords. May contain special words further controlling the search results. Keyword search tips: `Retail Sales` - Show series with both keywords while the sequence of keywords is irrelevant. Equivalent to search Sales Retail `Retail AND Sales` - Show results: series with terms of Retail AND Sales, regardless of the sequence. E. g. Retail Sales, Automobile Sales Retail `Retail;Sales` - Show series with either keyword and series with both keywords while the sequence of keywords is irrelevant, equivalent to search: Sales;Retail `Retail OR Sales` - Show results: series with terms of Retail OR Sales, regardless of the sequence. E. g. Retail Sales, Retail Trade, Sales Price, Motor Vehicle Sales `Retail NOT Sales` - Narrow a search by excluding specific terms while the sequence of keywords is relevant. Show results: series with terms that include Retail, but NOT Sales. E. g. Retail Trade, Retail Price, Retail Bank `Retail Sales NOT (Hong Kong)` - Narrow a search by excluding a set of words in parentheses while the sequence of keywords in parentheses is irrelevant, equivalent to search: Retail Sales NOT (Hong Kong). Show results: series with terms that include Retail Sales, but NOT Hong Kong, such as Retail Sales YoY: China, Retail Sales YoY: United States (optional)
$strictKeywordSearch bool When true, will make a strict keywords search instead of fuzzy search. (optional, default to false)
$frequency string[] Frequency filter. One or more comma separated frequency code values. D - Daily W - Weekly M - Monthly Q - Quarterly H - Semi-annual Y - Annual Z - Quinquennially T - Decadal (optional)
$country string[] **DEPRECATED. Please use `geo` parameter.** Country filter. One or more comma separated country code values. See related Dictionary function to get the full list of accepted countries. (optional)
$source string[] Source filter. One or more comma separated source code values. See related Dictionary function to get the full list of accepted sources. (optional)
$unit string[] Unit filter. One or more comma separated unit code values. See related Dictionary function to get the full list of accepted units. (optional)
$indicator string[] Indicator filter. One or more comma separated indicator code values. See related Dictionary function to get full list of accepted indicators. The use the new indicators ids is recommended because the old ones are deprecated and going to be removed in the near future! (optional)
$region string[] Region filter. One or more comma separated region code values. See related Dictionary function to get the full list of accepted regions. (optional)
$subscribedOnly bool Show only results for subscribed series when set to `true`. By default show results for all the series found. (optional, default to false)
$keyOnly bool Show only 'key' series when set to `true`. (optional, default to false)
$newOnly bool Show only series created less than 1 month ago when set to `true`. (optional, default to false)
$nameOnly bool This filter related with the `keyword` filter. If it's `true` keyword search will be searched only in series name instead of all series attributes. (optional, default to false)
$startDateBefore \DateTime Will return series with first observation before `start_date_before` (optional)
$endDateAfter \DateTime Will return series with last observation after `end_date_after` (optional)
$createdAfter \DateTime Will return entries created after `created_after` date (optional)
$updatedAfter \DateTime Will return series last time updated after `updated_after` date (optional)
$geo string[] Geo filter. One or more comma separated geo id values. See related Dictionary function to get the full list of accepted geo ids. (optional)
$status string[] Status filter. One or more comma separated status code values. When not explicitly set, defaults to T. T - Active C - Discontinued B - Rebased D - On-Demand (optional, default to ["T","C","B","D"])
$filterId string[] Filter ID used to define a subset of data over which the search will be executed. When combined with additional search criterion, the result will be an intesection of both. (optional)

layoutTablesIdOptionsAsync($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $keyword = null, $strictKeywordSearch = 'false', $frequency = null, $country = null, $source = null, $unit = null, $indicator = null, $region = null, $subscribedOnly = 'false', $keyOnly = 'false', $newOnly = 'false', $nameOnly = 'false', $startDateBefore = null, $endDateAfter = null, $createdAfter = null, $updatedAfter = null, $geo = null, $status = '["T","C","B","D"]', $filterId = null)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$id string Node ID (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$keyword string Search term. One or more keywords. May contain special words further controlling the search results. Keyword search tips: `Retail Sales` - Show series with both keywords while the sequence of keywords is irrelevant. Equivalent to search Sales Retail `Retail AND Sales` - Show results: series with terms of Retail AND Sales, regardless of the sequence. E. g. Retail Sales, Automobile Sales Retail `Retail;Sales` - Show series with either keyword and series with both keywords while the sequence of keywords is irrelevant, equivalent to search: Sales;Retail `Retail OR Sales` - Show results: series with terms of Retail OR Sales, regardless of the sequence. E. g. Retail Sales, Retail Trade, Sales Price, Motor Vehicle Sales `Retail NOT Sales` - Narrow a search by excluding specific terms while the sequence of keywords is relevant. Show results: series with terms that include Retail, but NOT Sales. E. g. Retail Trade, Retail Price, Retail Bank `Retail Sales NOT (Hong Kong)` - Narrow a search by excluding a set of words in parentheses while the sequence of keywords in parentheses is irrelevant, equivalent to search: Retail Sales NOT (Hong Kong). Show results: series with terms that include Retail Sales, but NOT Hong Kong, such as Retail Sales YoY: China, Retail Sales YoY: United States (optional)
$strictKeywordSearch bool When true, will make a strict keywords search instead of fuzzy search. (optional, default to false)
$frequency string[] Frequency filter. One or more comma separated frequency code values. D - Daily W - Weekly M - Monthly Q - Quarterly H - Semi-annual Y - Annual Z - Quinquennially T - Decadal (optional)
$country string[] **DEPRECATED. Please use `geo` parameter.** Country filter. One or more comma separated country code values. See related Dictionary function to get the full list of accepted countries. (optional)
$source string[] Source filter. One or more comma separated source code values. See related Dictionary function to get the full list of accepted sources. (optional)
$unit string[] Unit filter. One or more comma separated unit code values. See related Dictionary function to get the full list of accepted units. (optional)
$indicator string[] Indicator filter. One or more comma separated indicator code values. See related Dictionary function to get full list of accepted indicators. The use the new indicators ids is recommended because the old ones are deprecated and going to be removed in the near future! (optional)
$region string[] Region filter. One or more comma separated region code values. See related Dictionary function to get the full list of accepted regions. (optional)
$subscribedOnly bool Show only results for subscribed series when set to `true`. By default show results for all the series found. (optional, default to false)
$keyOnly bool Show only 'key' series when set to `true`. (optional, default to false)
$newOnly bool Show only series created less than 1 month ago when set to `true`. (optional, default to false)
$nameOnly bool This filter related with the `keyword` filter. If it's `true` keyword search will be searched only in series name instead of all series attributes. (optional, default to false)
$startDateBefore \DateTime Will return series with first observation before `start_date_before` (optional)
$endDateAfter \DateTime Will return series with last observation after `end_date_after` (optional)
$createdAfter \DateTime Will return entries created after `created_after` date (optional)
$updatedAfter \DateTime Will return series last time updated after `updated_after` date (optional)
$geo string[] Geo filter. One or more comma separated geo id values. See related Dictionary function to get the full list of accepted geo ids. (optional)
$status string[] Status filter. One or more comma separated status code values. When not explicitly set, defaults to T. T - Active C - Discontinued B - Rebased D - On-Demand (optional, default to ["T","C","B","D"])
$filterId string[] Filter ID used to define a subset of data over which the search will be executed. When combined with additional search criterion, the result will be an intesection of both. (optional)

layoutTablesIdSeriesOptions($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $keyword = null, $strictKeywordSearch = 'false', $frequency = null, $country = null, $source = null, $unit = null, $indicator = null, $region = null, $subscribedOnly = 'false', $keyOnly = 'false', $newOnly = 'false', $nameOnly = 'false', $startDateBefore = null, $endDateAfter = null, $createdAfter = null, $updatedAfter = null, $geo = null, $status = '["T","C","B","D"]', $filterId = null)

Returns:

void

Parameters:
Name Type Description
$id string Table ID (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$keyword string Search term. One or more keywords. May contain special words further controlling the search results. Keyword search tips: `Retail Sales` - Show series with both keywords while the sequence of keywords is irrelevant. Equivalent to search Sales Retail `Retail AND Sales` - Show results: series with terms of Retail AND Sales, regardless of the sequence. E. g. Retail Sales, Automobile Sales Retail `Retail;Sales` - Show series with either keyword and series with both keywords while the sequence of keywords is irrelevant, equivalent to search: Sales;Retail `Retail OR Sales` - Show results: series with terms of Retail OR Sales, regardless of the sequence. E. g. Retail Sales, Retail Trade, Sales Price, Motor Vehicle Sales `Retail NOT Sales` - Narrow a search by excluding specific terms while the sequence of keywords is relevant. Show results: series with terms that include Retail, but NOT Sales. E. g. Retail Trade, Retail Price, Retail Bank `Retail Sales NOT (Hong Kong)` - Narrow a search by excluding a set of words in parentheses while the sequence of keywords in parentheses is irrelevant, equivalent to search: Retail Sales NOT (Hong Kong). Show results: series with terms that include Retail Sales, but NOT Hong Kong, such as Retail Sales YoY: China, Retail Sales YoY: United States (optional)
$strictKeywordSearch bool When true, will make a strict keywords search instead of fuzzy search. (optional, default to false)
$frequency string[] Frequency filter. One or more comma separated frequency code values. D - Daily W - Weekly M - Monthly Q - Quarterly H - Semi-annual Y - Annual Z - Quinquennially T - Decadal (optional)
$country string[] **DEPRECATED. Please use `geo` parameter.** Country filter. One or more comma separated country code values. See related Dictionary function to get the full list of accepted countries. (optional)
$source string[] Source filter. One or more comma separated source code values. See related Dictionary function to get the full list of accepted sources. (optional)
$unit string[] Unit filter. One or more comma separated unit code values. See related Dictionary function to get the full list of accepted units. (optional)
$indicator string[] Indicator filter. One or more comma separated indicator code values. See related Dictionary function to get full list of accepted indicators. The use the new indicators ids is recommended because the old ones are deprecated and going to be removed in the near future! (optional)
$region string[] Region filter. One or more comma separated region code values. See related Dictionary function to get the full list of accepted regions. (optional)
$subscribedOnly bool Show only results for subscribed series when set to `true`. By default show results for all the series found. (optional, default to false)
$keyOnly bool Show only 'key' series when set to `true`. (optional, default to false)
$newOnly bool Show only series created less than 1 month ago when set to `true`. (optional, default to false)
$nameOnly bool This filter related with the `keyword` filter. If it's `true` keyword search will be searched only in series name instead of all series attributes. (optional, default to false)
$startDateBefore \DateTime Will return series with first observation before `start_date_before` (optional)
$endDateAfter \DateTime Will return series with last observation after `end_date_after` (optional)
$createdAfter \DateTime Will return entries created after `created_after` date (optional)
$updatedAfter \DateTime Will return series last time updated after `updated_after` date (optional)
$geo string[] Geo filter. One or more comma separated geo id values. See related Dictionary function to get the full list of accepted geo ids. (optional)
$status string[] Status filter. One or more comma separated status code values. When not explicitly set, defaults to T. T - Active C - Discontinued B - Rebased D - On-Demand (optional, default to ["T","C","B","D"])
$filterId string[] Filter ID used to define a subset of data over which the search will be executed. When combined with additional search criterion, the result will be an intesection of both. (optional)

layoutTablesIdSeriesOptionsAsync($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $keyword = null, $strictKeywordSearch = 'false', $frequency = null, $country = null, $source = null, $unit = null, $indicator = null, $region = null, $subscribedOnly = 'false', $keyOnly = 'false', $newOnly = 'false', $nameOnly = 'false', $startDateBefore = null, $endDateAfter = null, $createdAfter = null, $updatedAfter = null, $geo = null, $status = '["T","C","B","D"]', $filterId = null)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$id string Table ID (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$keyword string Search term. One or more keywords. May contain special words further controlling the search results. Keyword search tips: `Retail Sales` - Show series with both keywords while the sequence of keywords is irrelevant. Equivalent to search Sales Retail `Retail AND Sales` - Show results: series with terms of Retail AND Sales, regardless of the sequence. E. g. Retail Sales, Automobile Sales Retail `Retail;Sales` - Show series with either keyword and series with both keywords while the sequence of keywords is irrelevant, equivalent to search: Sales;Retail `Retail OR Sales` - Show results: series with terms of Retail OR Sales, regardless of the sequence. E. g. Retail Sales, Retail Trade, Sales Price, Motor Vehicle Sales `Retail NOT Sales` - Narrow a search by excluding specific terms while the sequence of keywords is relevant. Show results: series with terms that include Retail, but NOT Sales. E. g. Retail Trade, Retail Price, Retail Bank `Retail Sales NOT (Hong Kong)` - Narrow a search by excluding a set of words in parentheses while the sequence of keywords in parentheses is irrelevant, equivalent to search: Retail Sales NOT (Hong Kong). Show results: series with terms that include Retail Sales, but NOT Hong Kong, such as Retail Sales YoY: China, Retail Sales YoY: United States (optional)
$strictKeywordSearch bool When true, will make a strict keywords search instead of fuzzy search. (optional, default to false)
$frequency string[] Frequency filter. One or more comma separated frequency code values. D - Daily W - Weekly M - Monthly Q - Quarterly H - Semi-annual Y - Annual Z - Quinquennially T - Decadal (optional)
$country string[] **DEPRECATED. Please use `geo` parameter.** Country filter. One or more comma separated country code values. See related Dictionary function to get the full list of accepted countries. (optional)
$source string[] Source filter. One or more comma separated source code values. See related Dictionary function to get the full list of accepted sources. (optional)
$unit string[] Unit filter. One or more comma separated unit code values. See related Dictionary function to get the full list of accepted units. (optional)
$indicator string[] Indicator filter. One or more comma separated indicator code values. See related Dictionary function to get full list of accepted indicators. The use the new indicators ids is recommended because the old ones are deprecated and going to be removed in the near future! (optional)
$region string[] Region filter. One or more comma separated region code values. See related Dictionary function to get the full list of accepted regions. (optional)
$subscribedOnly bool Show only results for subscribed series when set to `true`. By default show results for all the series found. (optional, default to false)
$keyOnly bool Show only 'key' series when set to `true`. (optional, default to false)
$newOnly bool Show only series created less than 1 month ago when set to `true`. (optional, default to false)
$nameOnly bool This filter related with the `keyword` filter. If it's `true` keyword search will be searched only in series name instead of all series attributes. (optional, default to false)
$startDateBefore \DateTime Will return series with first observation before `start_date_before` (optional)
$endDateAfter \DateTime Will return series with last observation after `end_date_after` (optional)
$createdAfter \DateTime Will return entries created after `created_after` date (optional)
$updatedAfter \DateTime Will return series last time updated after `updated_after` date (optional)
$geo string[] Geo filter. One or more comma separated geo id values. See related Dictionary function to get the full list of accepted geo ids. (optional)
$status string[] Status filter. One or more comma separated status code values. When not explicitly set, defaults to T. T - Active C - Discontinued B - Rebased D - On-Demand (optional, default to ["T","C","B","D"])
$filterId string[] Filter ID used to define a subset of data over which the search will be executed. When combined with additional search criterion, the result will be an intesection of both. (optional)

layoutTopicsIdOptions($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $keyword = null, $strictKeywordSearch = 'false', $frequency = null, $country = null, $source = null, $unit = null, $indicator = null, $region = null, $subscribedOnly = 'false', $keyOnly = 'false', $newOnly = 'false', $nameOnly = 'false', $startDateBefore = null, $endDateAfter = null, $createdAfter = null, $updatedAfter = null, $geo = null, $status = '["T","C","B","D"]', $filterId = null)

Returns:

void

Parameters:
Name Type Description
$id string Node ID (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$keyword string Search term. One or more keywords. May contain special words further controlling the search results. Keyword search tips: `Retail Sales` - Show series with both keywords while the sequence of keywords is irrelevant. Equivalent to search Sales Retail `Retail AND Sales` - Show results: series with terms of Retail AND Sales, regardless of the sequence. E. g. Retail Sales, Automobile Sales Retail `Retail;Sales` - Show series with either keyword and series with both keywords while the sequence of keywords is irrelevant, equivalent to search: Sales;Retail `Retail OR Sales` - Show results: series with terms of Retail OR Sales, regardless of the sequence. E. g. Retail Sales, Retail Trade, Sales Price, Motor Vehicle Sales `Retail NOT Sales` - Narrow a search by excluding specific terms while the sequence of keywords is relevant. Show results: series with terms that include Retail, but NOT Sales. E. g. Retail Trade, Retail Price, Retail Bank `Retail Sales NOT (Hong Kong)` - Narrow a search by excluding a set of words in parentheses while the sequence of keywords in parentheses is irrelevant, equivalent to search: Retail Sales NOT (Hong Kong). Show results: series with terms that include Retail Sales, but NOT Hong Kong, such as Retail Sales YoY: China, Retail Sales YoY: United States (optional)
$strictKeywordSearch bool When true, will make a strict keywords search instead of fuzzy search. (optional, default to false)
$frequency string[] Frequency filter. One or more comma separated frequency code values. D - Daily W - Weekly M - Monthly Q - Quarterly H - Semi-annual Y - Annual Z - Quinquennially T - Decadal (optional)
$country string[] **DEPRECATED. Please use `geo` parameter.** Country filter. One or more comma separated country code values. See related Dictionary function to get the full list of accepted countries. (optional)
$source string[] Source filter. One or more comma separated source code values. See related Dictionary function to get the full list of accepted sources. (optional)
$unit string[] Unit filter. One or more comma separated unit code values. See related Dictionary function to get the full list of accepted units. (optional)
$indicator string[] Indicator filter. One or more comma separated indicator code values. See related Dictionary function to get full list of accepted indicators. The use the new indicators ids is recommended because the old ones are deprecated and going to be removed in the near future! (optional)
$region string[] Region filter. One or more comma separated region code values. See related Dictionary function to get the full list of accepted regions. (optional)
$subscribedOnly bool Show only results for subscribed series when set to `true`. By default show results for all the series found. (optional, default to false)
$keyOnly bool Show only 'key' series when set to `true`. (optional, default to false)
$newOnly bool Show only series created less than 1 month ago when set to `true`. (optional, default to false)
$nameOnly bool This filter related with the `keyword` filter. If it's `true` keyword search will be searched only in series name instead of all series attributes. (optional, default to false)
$startDateBefore \DateTime Will return series with first observation before `start_date_before` (optional)
$endDateAfter \DateTime Will return series with last observation after `end_date_after` (optional)
$createdAfter \DateTime Will return entries created after `created_after` date (optional)
$updatedAfter \DateTime Will return series last time updated after `updated_after` date (optional)
$geo string[] Geo filter. One or more comma separated geo id values. See related Dictionary function to get the full list of accepted geo ids. (optional)
$status string[] Status filter. One or more comma separated status code values. When not explicitly set, defaults to T. T - Active C - Discontinued B - Rebased D - On-Demand (optional, default to ["T","C","B","D"])
$filterId string[] Filter ID used to define a subset of data over which the search will be executed. When combined with additional search criterion, the result will be an intesection of both. (optional)

layoutTopicsIdOptionsAsync($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $keyword = null, $strictKeywordSearch = 'false', $frequency = null, $country = null, $source = null, $unit = null, $indicator = null, $region = null, $subscribedOnly = 'false', $keyOnly = 'false', $newOnly = 'false', $nameOnly = 'false', $startDateBefore = null, $endDateAfter = null, $createdAfter = null, $updatedAfter = null, $geo = null, $status = '["T","C","B","D"]', $filterId = null)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$id string Node ID (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$keyword string Search term. One or more keywords. May contain special words further controlling the search results. Keyword search tips: `Retail Sales` - Show series with both keywords while the sequence of keywords is irrelevant. Equivalent to search Sales Retail `Retail AND Sales` - Show results: series with terms of Retail AND Sales, regardless of the sequence. E. g. Retail Sales, Automobile Sales Retail `Retail;Sales` - Show series with either keyword and series with both keywords while the sequence of keywords is irrelevant, equivalent to search: Sales;Retail `Retail OR Sales` - Show results: series with terms of Retail OR Sales, regardless of the sequence. E. g. Retail Sales, Retail Trade, Sales Price, Motor Vehicle Sales `Retail NOT Sales` - Narrow a search by excluding specific terms while the sequence of keywords is relevant. Show results: series with terms that include Retail, but NOT Sales. E. g. Retail Trade, Retail Price, Retail Bank `Retail Sales NOT (Hong Kong)` - Narrow a search by excluding a set of words in parentheses while the sequence of keywords in parentheses is irrelevant, equivalent to search: Retail Sales NOT (Hong Kong). Show results: series with terms that include Retail Sales, but NOT Hong Kong, such as Retail Sales YoY: China, Retail Sales YoY: United States (optional)
$strictKeywordSearch bool When true, will make a strict keywords search instead of fuzzy search. (optional, default to false)
$frequency string[] Frequency filter. One or more comma separated frequency code values. D - Daily W - Weekly M - Monthly Q - Quarterly H - Semi-annual Y - Annual Z - Quinquennially T - Decadal (optional)
$country string[] **DEPRECATED. Please use `geo` parameter.** Country filter. One or more comma separated country code values. See related Dictionary function to get the full list of accepted countries. (optional)
$source string[] Source filter. One or more comma separated source code values. See related Dictionary function to get the full list of accepted sources. (optional)
$unit string[] Unit filter. One or more comma separated unit code values. See related Dictionary function to get the full list of accepted units. (optional)
$indicator string[] Indicator filter. One or more comma separated indicator code values. See related Dictionary function to get full list of accepted indicators. The use the new indicators ids is recommended because the old ones are deprecated and going to be removed in the near future! (optional)
$region string[] Region filter. One or more comma separated region code values. See related Dictionary function to get the full list of accepted regions. (optional)
$subscribedOnly bool Show only results for subscribed series when set to `true`. By default show results for all the series found. (optional, default to false)
$keyOnly bool Show only 'key' series when set to `true`. (optional, default to false)
$newOnly bool Show only series created less than 1 month ago when set to `true`. (optional, default to false)
$nameOnly bool This filter related with the `keyword` filter. If it's `true` keyword search will be searched only in series name instead of all series attributes. (optional, default to false)
$startDateBefore \DateTime Will return series with first observation before `start_date_before` (optional)
$endDateAfter \DateTime Will return series with last observation after `end_date_after` (optional)
$createdAfter \DateTime Will return entries created after `created_after` date (optional)
$updatedAfter \DateTime Will return series last time updated after `updated_after` date (optional)
$geo string[] Geo filter. One or more comma separated geo id values. See related Dictionary function to get the full list of accepted geo ids. (optional)
$status string[] Status filter. One or more comma separated status code values. When not explicitly set, defaults to T. T - Active C - Discontinued B - Rebased D - On-Demand (optional, default to ["T","C","B","D"])
$filterId string[] Filter ID used to define a subset of data over which the search will be executed. When combined with additional search criterion, the result will be an intesection of both. (optional)

layoutTopicsIdSectionsOptions($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $keyword = null, $strictKeywordSearch = 'false', $frequency = null, $country = null, $source = null, $unit = null, $indicator = null, $region = null, $subscribedOnly = 'false', $keyOnly = 'false', $newOnly = 'false', $nameOnly = 'false', $startDateBefore = null, $endDateAfter = null, $createdAfter = null, $updatedAfter = null, $geo = null, $status = '["T","C","B","D"]', $filterId = null)

Returns:

void

Parameters:
Name Type Description
$id string Topic ID (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$keyword string Search term. One or more keywords. May contain special words further controlling the search results. Keyword search tips: `Retail Sales` - Show series with both keywords while the sequence of keywords is irrelevant. Equivalent to search Sales Retail `Retail AND Sales` - Show results: series with terms of Retail AND Sales, regardless of the sequence. E. g. Retail Sales, Automobile Sales Retail `Retail;Sales` - Show series with either keyword and series with both keywords while the sequence of keywords is irrelevant, equivalent to search: Sales;Retail `Retail OR Sales` - Show results: series with terms of Retail OR Sales, regardless of the sequence. E. g. Retail Sales, Retail Trade, Sales Price, Motor Vehicle Sales `Retail NOT Sales` - Narrow a search by excluding specific terms while the sequence of keywords is relevant. Show results: series with terms that include Retail, but NOT Sales. E. g. Retail Trade, Retail Price, Retail Bank `Retail Sales NOT (Hong Kong)` - Narrow a search by excluding a set of words in parentheses while the sequence of keywords in parentheses is irrelevant, equivalent to search: Retail Sales NOT (Hong Kong). Show results: series with terms that include Retail Sales, but NOT Hong Kong, such as Retail Sales YoY: China, Retail Sales YoY: United States (optional)
$strictKeywordSearch bool When true, will make a strict keywords search instead of fuzzy search. (optional, default to false)
$frequency string[] Frequency filter. One or more comma separated frequency code values. D - Daily W - Weekly M - Monthly Q - Quarterly H - Semi-annual Y - Annual Z - Quinquennially T - Decadal (optional)
$country string[] **DEPRECATED. Please use `geo` parameter.** Country filter. One or more comma separated country code values. See related Dictionary function to get the full list of accepted countries. (optional)
$source string[] Source filter. One or more comma separated source code values. See related Dictionary function to get the full list of accepted sources. (optional)
$unit string[] Unit filter. One or more comma separated unit code values. See related Dictionary function to get the full list of accepted units. (optional)
$indicator string[] Indicator filter. One or more comma separated indicator code values. See related Dictionary function to get full list of accepted indicators. The use the new indicators ids is recommended because the old ones are deprecated and going to be removed in the near future! (optional)
$region string[] Region filter. One or more comma separated region code values. See related Dictionary function to get the full list of accepted regions. (optional)
$subscribedOnly bool Show only results for subscribed series when set to `true`. By default show results for all the series found. (optional, default to false)
$keyOnly bool Show only 'key' series when set to `true`. (optional, default to false)
$newOnly bool Show only series created less than 1 month ago when set to `true`. (optional, default to false)
$nameOnly bool This filter related with the `keyword` filter. If it's `true` keyword search will be searched only in series name instead of all series attributes. (optional, default to false)
$startDateBefore \DateTime Will return series with first observation before `start_date_before` (optional)
$endDateAfter \DateTime Will return series with last observation after `end_date_after` (optional)
$createdAfter \DateTime Will return entries created after `created_after` date (optional)
$updatedAfter \DateTime Will return series last time updated after `updated_after` date (optional)
$geo string[] Geo filter. One or more comma separated geo id values. See related Dictionary function to get the full list of accepted geo ids. (optional)
$status string[] Status filter. One or more comma separated status code values. When not explicitly set, defaults to T. T - Active C - Discontinued B - Rebased D - On-Demand (optional, default to ["T","C","B","D"])
$filterId string[] Filter ID used to define a subset of data over which the search will be executed. When combined with additional search criterion, the result will be an intesection of both. (optional)

layoutTopicsIdSectionsOptionsAsync($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $keyword = null, $strictKeywordSearch = 'false', $frequency = null, $country = null, $source = null, $unit = null, $indicator = null, $region = null, $subscribedOnly = 'false', $keyOnly = 'false', $newOnly = 'false', $nameOnly = 'false', $startDateBefore = null, $endDateAfter = null, $createdAfter = null, $updatedAfter = null, $geo = null, $status = '["T","C","B","D"]', $filterId = null)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$id string Topic ID (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$keyword string Search term. One or more keywords. May contain special words further controlling the search results. Keyword search tips: `Retail Sales` - Show series with both keywords while the sequence of keywords is irrelevant. Equivalent to search Sales Retail `Retail AND Sales` - Show results: series with terms of Retail AND Sales, regardless of the sequence. E. g. Retail Sales, Automobile Sales Retail `Retail;Sales` - Show series with either keyword and series with both keywords while the sequence of keywords is irrelevant, equivalent to search: Sales;Retail `Retail OR Sales` - Show results: series with terms of Retail OR Sales, regardless of the sequence. E. g. Retail Sales, Retail Trade, Sales Price, Motor Vehicle Sales `Retail NOT Sales` - Narrow a search by excluding specific terms while the sequence of keywords is relevant. Show results: series with terms that include Retail, but NOT Sales. E. g. Retail Trade, Retail Price, Retail Bank `Retail Sales NOT (Hong Kong)` - Narrow a search by excluding a set of words in parentheses while the sequence of keywords in parentheses is irrelevant, equivalent to search: Retail Sales NOT (Hong Kong). Show results: series with terms that include Retail Sales, but NOT Hong Kong, such as Retail Sales YoY: China, Retail Sales YoY: United States (optional)
$strictKeywordSearch bool When true, will make a strict keywords search instead of fuzzy search. (optional, default to false)
$frequency string[] Frequency filter. One or more comma separated frequency code values. D - Daily W - Weekly M - Monthly Q - Quarterly H - Semi-annual Y - Annual Z - Quinquennially T - Decadal (optional)
$country string[] **DEPRECATED. Please use `geo` parameter.** Country filter. One or more comma separated country code values. See related Dictionary function to get the full list of accepted countries. (optional)
$source string[] Source filter. One or more comma separated source code values. See related Dictionary function to get the full list of accepted sources. (optional)
$unit string[] Unit filter. One or more comma separated unit code values. See related Dictionary function to get the full list of accepted units. (optional)
$indicator string[] Indicator filter. One or more comma separated indicator code values. See related Dictionary function to get full list of accepted indicators. The use the new indicators ids is recommended because the old ones are deprecated and going to be removed in the near future! (optional)
$region string[] Region filter. One or more comma separated region code values. See related Dictionary function to get the full list of accepted regions. (optional)
$subscribedOnly bool Show only results for subscribed series when set to `true`. By default show results for all the series found. (optional, default to false)
$keyOnly bool Show only 'key' series when set to `true`. (optional, default to false)
$newOnly bool Show only series created less than 1 month ago when set to `true`. (optional, default to false)
$nameOnly bool This filter related with the `keyword` filter. If it's `true` keyword search will be searched only in series name instead of all series attributes. (optional, default to false)
$startDateBefore \DateTime Will return series with first observation before `start_date_before` (optional)
$endDateAfter \DateTime Will return series with last observation after `end_date_after` (optional)
$createdAfter \DateTime Will return entries created after `created_after` date (optional)
$updatedAfter \DateTime Will return series last time updated after `updated_after` date (optional)
$geo string[] Geo filter. One or more comma separated geo id values. See related Dictionary function to get the full list of accepted geo ids. (optional)
$status string[] Status filter. One or more comma separated status code values. When not explicitly set, defaults to T. T - Active C - Discontinued B - Rebased D - On-Demand (optional, default to ["T","C","B","D"])
$filterId string[] Filter ID used to define a subset of data over which the search will be executed. When combined with additional search criterion, the result will be an intesection of both. (optional)

loginOptions()

Returns:

void


loginOptionsAsync()

Returns:

\GuzzleHttp\Promise\PromiseInterface


logoutSessionOptions($session)

Returns:

void

Parameters:
Name Type Description
$session string User session (required)

logoutSessionOptionsAsync($session)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$session string User session (required)

releasesCodeSeriesOptions($code, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $limit = '100', $offset = '0')

Returns:

void

Parameters:
Name Type Description
$code string Release identifier code for a group of series with the same release schedule. Accepts only one release identifier code. (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$limit float Number of records to return in the range 1 - 100. Default is 100. (optional, default to 100)
$offset float The offset from which the records will be returned. Used to get the next set of records when the limit is reached. (optional, default to 0)

releasesCodeSeriesOptionsAsync($code, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $limit = '100', $offset = '0')

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$code string Release identifier code for a group of series with the same release schedule. Accepts only one release identifier code. (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$limit float Number of records to return in the range 1 - 100. Default is 100. (optional, default to 100)
$offset float The offset from which the records will be returned. Used to get the next set of records when the limit is reached. (optional, default to 0)

releasesOptions($acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $limit = '100', $offset = '0', $layout = null, $database = null, $keyword = null, $strictKeywordSearch = 'false', $frequency = null, $country = null, $source = null, $unit = null, $indicator = null, $region = null, $subscribedOnly = 'false', $keyOnly = 'false', $newOnly = 'false', $nameOnly = 'false', $startDateBefore = null, $endDateAfter = null, $createdAfter = null, $updatedAfter = null, $geo = null, $status = '["T"]', $dataSource = null, $series = null, $topic = null, $section = null, $table = null, $order = null, $direction = null, $filterId = null, $withReplacementsMetadata = 'false', $forecastOnly = 'false', $withReleaseOnly = 'false', $withReplacementsOnly = 'false', $withObservationsOnly = 'false', $withContinuousOnly = 'false', $facet = null, $releaseDateFrom = null, $releaseDateTo = null, $releaseStatus = null)

Returns:

void

Parameters:
Name Type Description
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$limit float Number of records to return in the range 1 - 100. Default is 100. (optional, default to 100)
$offset float The offset from which the records will be returned. Used to get the next set of records when the limit is reached. (optional, default to 0)
$layout string[] **DEPRECATED. Please use `database` parameter.** Database filter. One or more comma separated database code values. Use `/dictionary/databases` to get an up to date list of available databases. WORLD - *World Trend Plus* WGEM - *Economic Monitor* WESG - *Environmental, Social and Governance* WAEM - *ASEAN Economic Monitor* WFOR - *Forecast* WCOM - *Commodity Market* WCOC - *Country Competitiveness* WAGR - *Aggregates* WASS - *International Associations* GLOBAL - *Global Database* AA - *Asia* ECA - *Europe and Central Asia* MEA - *Middle East and Africa* NSA - *North and South America* CEICGLBKS - *Global Key Series Database* PMI - *S&P Global Purchasing Managers' Index* DAILY - *High Frequency Database* ALT - *Alternative Data* FMS - *Financial and Monetary Statistics* HL - *Health* BRAZIL - *Brazil Premium Database* RUSSIA - *Russia Premium Database* INDIA - *India Premium Database* INDONESIA - *Indonesia Premium Database* CN - *China Premium Database* (optional)
$database string[] Database filter. One or more comma separated database code values. Use `/dictionary/databases` to get an up to date list of available databases. WORLD - *World Trend Plus* WGEM - *Economic Monitor* WESG - *Environmental, Social and Governance* WAEM - *ASEAN Economic Monitor* WFOR - *Forecast* WCOM - *Commodity Market* WCOC - *Country Competitiveness* WAGR - *Aggregates* WASS - *International Associations* GLOBAL - *Global Database* AA - *Asia* ECA - *Europe and Central Asia* MEA - *Middle East and Africa* NSA - *North and South America* CEICGLBKS - *Global Key Series Database* PMI - *S&P Global Purchasing Managers' Index* DAILY - *High Frequency Database* ALT - *Alternative Data* FMS - *Financial and Monetary Statistics* HL - *Health* BRAZIL - *Brazil Premium Database* RUSSIA - *Russia Premium Database* INDIA - *India Premium Database* INDONESIA - *Indonesia Premium Database* CN - *China Premium Database* (optional)
$keyword string Search term. One or more keywords. May contain special words further controlling the search results. Keyword search tips: `Retail Sales` - Show series with both keywords while the sequence of keywords is irrelevant. Equivalent to search Sales Retail `Retail AND Sales` - Show results: series with terms of Retail AND Sales, regardless of the sequence. E. g. Retail Sales, Automobile Sales Retail `Retail;Sales` - Show series with either keyword and series with both keywords while the sequence of keywords is irrelevant, equivalent to search: Sales;Retail `Retail OR Sales` - Show results: series with terms of Retail OR Sales, regardless of the sequence. E. g. Retail Sales, Retail Trade, Sales Price, Motor Vehicle Sales `Retail NOT Sales` - Narrow a search by excluding specific terms while the sequence of keywords is relevant. Show results: series with terms that include Retail, but NOT Sales. E. g. Retail Trade, Retail Price, Retail Bank `Retail Sales NOT (Hong Kong)` - Narrow a search by excluding a set of words in parentheses while the sequence of keywords in parentheses is irrelevant, equivalent to search: Retail Sales NOT (Hong Kong). Show results: series with terms that include Retail Sales, but NOT Hong Kong, such as Retail Sales YoY: China, Retail Sales YoY: United States (optional)
$strictKeywordSearch bool When true, will make a strict keywords search instead of fuzzy search. (optional, default to false)
$frequency string[] Frequency filter. One or more comma separated frequency code values. D - Daily W - Weekly M - Monthly Q - Quarterly H - Semi-annual Y - Annual Z - Quinquennially T - Decadal (optional)
$country string[] **DEPRECATED. Please use `geo` parameter.** Country filter. One or more comma separated country code values. See related Dictionary function to get the full list of accepted countries. (optional)
$source string[] Source filter. One or more comma separated source code values. See related Dictionary function to get the full list of accepted sources. (optional)
$unit string[] Unit filter. One or more comma separated unit code values. See related Dictionary function to get the full list of accepted units. (optional)
$indicator string[] Indicator filter. One or more comma separated indicator code values. See related Dictionary function to get full list of accepted indicators. The use the new indicators ids is recommended because the old ones are deprecated and going to be removed in the near future! (optional)
$region string[] Region filter. One or more comma separated region code values. See related Dictionary function to get the full list of accepted regions. (optional)
$subscribedOnly bool Show only results for subscribed series when set to `true`. By default show results for all the series found. (optional, default to false)
$keyOnly bool Show only 'key' series when set to `true`. (optional, default to false)
$newOnly bool Show only series created less than 1 month ago when set to `true`. (optional, default to false)
$nameOnly bool This filter related with the `keyword` filter. If it's `true` keyword search will be searched only in series name instead of all series attributes. (optional, default to false)
$startDateBefore \DateTime Will return series with first observation before `start_date_before` (optional)
$endDateAfter \DateTime Will return series with last observation after `end_date_after` (optional)
$createdAfter \DateTime Will return entries created after `created_after` date (optional)
$updatedAfter \DateTime Will return series last time updated after `updated_after` date (optional)
$geo string[] Geo filter. One or more comma separated geo id values. See related Dictionary function to get the full list of accepted geo ids. (optional)
$status string[] Status filter. One or more comma separated status code values. When not explicitly set, defaults to T. T - Active C - Discontinued B - Rebased D - On-Demand (optional, default to ["T"])
$dataSource string[] Data source for series search operation. When CEIC is selected, we search for CEIC series only. When USER-IMPORTED is selected, we search only for user imported series (optional)
$series string[] List of series (optional)
$topic string[] Topic filter. One or more comma separated topic code values. (optional)
$section string[] Section filter. One or more comma separated section code values. (optional)
$table string[] Table filter. One or more comma separated table code values. (optional)
$order string[] Sort order. Default is `relevance`. (optional)
$direction string[] Sort order direction. Default is `asc`. Accepted values: `asc` - ascending `desc` - descending (optional)
$filterId string[] Filter ID used to define a subset of data over which the search will be executed. When combined with additional search criterion, the result will be an intesection of both. (optional)
$withReplacementsMetadata bool If it is `true` result will contain replacements metadata not only list of id`s (optional, default to false)
$forecastOnly bool If it is `true` result will only contain series with forecast (optional, default to false)
$withReleaseOnly bool If it is `true` result will only contain series with released schedule (optional, default to false)
$withReplacementsOnly bool If it is `true` result will only contain series with suggestions (optional, default to false)
$withObservationsOnly bool If it is `true` result will not contain series without observations (optional, default to false)
$withContinuousOnly bool If set to `true` results will contain only series with available historical extensions (optional, default to false)
$facet string[] List of facets to return (optional)
$releaseDateFrom \DateTime Will return releases with first observation before `release_date_from` (optional)
$releaseDateTo \DateTime Will return releases with last observation after `release_date_to` (optional)
$releaseStatus string[] List of release statuses to return (optional)

releasesOptionsAsync($acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $limit = '100', $offset = '0', $layout = null, $database = null, $keyword = null, $strictKeywordSearch = 'false', $frequency = null, $country = null, $source = null, $unit = null, $indicator = null, $region = null, $subscribedOnly = 'false', $keyOnly = 'false', $newOnly = 'false', $nameOnly = 'false', $startDateBefore = null, $endDateAfter = null, $createdAfter = null, $updatedAfter = null, $geo = null, $status = '["T"]', $dataSource = null, $series = null, $topic = null, $section = null, $table = null, $order = null, $direction = null, $filterId = null, $withReplacementsMetadata = 'false', $forecastOnly = 'false', $withReleaseOnly = 'false', $withReplacementsOnly = 'false', $withObservationsOnly = 'false', $withContinuousOnly = 'false', $facet = null, $releaseDateFrom = null, $releaseDateTo = null, $releaseStatus = null)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$limit float Number of records to return in the range 1 - 100. Default is 100. (optional, default to 100)
$offset float The offset from which the records will be returned. Used to get the next set of records when the limit is reached. (optional, default to 0)
$layout string[] **DEPRECATED. Please use `database` parameter.** Database filter. One or more comma separated database code values. Use `/dictionary/databases` to get an up to date list of available databases. WORLD - *World Trend Plus* WGEM - *Economic Monitor* WESG - *Environmental, Social and Governance* WAEM - *ASEAN Economic Monitor* WFOR - *Forecast* WCOM - *Commodity Market* WCOC - *Country Competitiveness* WAGR - *Aggregates* WASS - *International Associations* GLOBAL - *Global Database* AA - *Asia* ECA - *Europe and Central Asia* MEA - *Middle East and Africa* NSA - *North and South America* CEICGLBKS - *Global Key Series Database* PMI - *S&P Global Purchasing Managers' Index* DAILY - *High Frequency Database* ALT - *Alternative Data* FMS - *Financial and Monetary Statistics* HL - *Health* BRAZIL - *Brazil Premium Database* RUSSIA - *Russia Premium Database* INDIA - *India Premium Database* INDONESIA - *Indonesia Premium Database* CN - *China Premium Database* (optional)
$database string[] Database filter. One or more comma separated database code values. Use `/dictionary/databases` to get an up to date list of available databases. WORLD - *World Trend Plus* WGEM - *Economic Monitor* WESG - *Environmental, Social and Governance* WAEM - *ASEAN Economic Monitor* WFOR - *Forecast* WCOM - *Commodity Market* WCOC - *Country Competitiveness* WAGR - *Aggregates* WASS - *International Associations* GLOBAL - *Global Database* AA - *Asia* ECA - *Europe and Central Asia* MEA - *Middle East and Africa* NSA - *North and South America* CEICGLBKS - *Global Key Series Database* PMI - *S&P Global Purchasing Managers' Index* DAILY - *High Frequency Database* ALT - *Alternative Data* FMS - *Financial and Monetary Statistics* HL - *Health* BRAZIL - *Brazil Premium Database* RUSSIA - *Russia Premium Database* INDIA - *India Premium Database* INDONESIA - *Indonesia Premium Database* CN - *China Premium Database* (optional)
$keyword string Search term. One or more keywords. May contain special words further controlling the search results. Keyword search tips: `Retail Sales` - Show series with both keywords while the sequence of keywords is irrelevant. Equivalent to search Sales Retail `Retail AND Sales` - Show results: series with terms of Retail AND Sales, regardless of the sequence. E. g. Retail Sales, Automobile Sales Retail `Retail;Sales` - Show series with either keyword and series with both keywords while the sequence of keywords is irrelevant, equivalent to search: Sales;Retail `Retail OR Sales` - Show results: series with terms of Retail OR Sales, regardless of the sequence. E. g. Retail Sales, Retail Trade, Sales Price, Motor Vehicle Sales `Retail NOT Sales` - Narrow a search by excluding specific terms while the sequence of keywords is relevant. Show results: series with terms that include Retail, but NOT Sales. E. g. Retail Trade, Retail Price, Retail Bank `Retail Sales NOT (Hong Kong)` - Narrow a search by excluding a set of words in parentheses while the sequence of keywords in parentheses is irrelevant, equivalent to search: Retail Sales NOT (Hong Kong). Show results: series with terms that include Retail Sales, but NOT Hong Kong, such as Retail Sales YoY: China, Retail Sales YoY: United States (optional)
$strictKeywordSearch bool When true, will make a strict keywords search instead of fuzzy search. (optional, default to false)
$frequency string[] Frequency filter. One or more comma separated frequency code values. D - Daily W - Weekly M - Monthly Q - Quarterly H - Semi-annual Y - Annual Z - Quinquennially T - Decadal (optional)
$country string[] **DEPRECATED. Please use `geo` parameter.** Country filter. One or more comma separated country code values. See related Dictionary function to get the full list of accepted countries. (optional)
$source string[] Source filter. One or more comma separated source code values. See related Dictionary function to get the full list of accepted sources. (optional)
$unit string[] Unit filter. One or more comma separated unit code values. See related Dictionary function to get the full list of accepted units. (optional)
$indicator string[] Indicator filter. One or more comma separated indicator code values. See related Dictionary function to get full list of accepted indicators. The use the new indicators ids is recommended because the old ones are deprecated and going to be removed in the near future! (optional)
$region string[] Region filter. One or more comma separated region code values. See related Dictionary function to get the full list of accepted regions. (optional)
$subscribedOnly bool Show only results for subscribed series when set to `true`. By default show results for all the series found. (optional, default to false)
$keyOnly bool Show only 'key' series when set to `true`. (optional, default to false)
$newOnly bool Show only series created less than 1 month ago when set to `true`. (optional, default to false)
$nameOnly bool This filter related with the `keyword` filter. If it's `true` keyword search will be searched only in series name instead of all series attributes. (optional, default to false)
$startDateBefore \DateTime Will return series with first observation before `start_date_before` (optional)
$endDateAfter \DateTime Will return series with last observation after `end_date_after` (optional)
$createdAfter \DateTime Will return entries created after `created_after` date (optional)
$updatedAfter \DateTime Will return series last time updated after `updated_after` date (optional)
$geo string[] Geo filter. One or more comma separated geo id values. See related Dictionary function to get the full list of accepted geo ids. (optional)
$status string[] Status filter. One or more comma separated status code values. When not explicitly set, defaults to T. T - Active C - Discontinued B - Rebased D - On-Demand (optional, default to ["T"])
$dataSource string[] Data source for series search operation. When CEIC is selected, we search for CEIC series only. When USER-IMPORTED is selected, we search only for user imported series (optional)
$series string[] List of series (optional)
$topic string[] Topic filter. One or more comma separated topic code values. (optional)
$section string[] Section filter. One or more comma separated section code values. (optional)
$table string[] Table filter. One or more comma separated table code values. (optional)
$order string[] Sort order. Default is `relevance`. (optional)
$direction string[] Sort order direction. Default is `asc`. Accepted values: `asc` - ascending `desc` - descending (optional)
$filterId string[] Filter ID used to define a subset of data over which the search will be executed. When combined with additional search criterion, the result will be an intesection of both. (optional)
$withReplacementsMetadata bool If it is `true` result will contain replacements metadata not only list of id`s (optional, default to false)
$forecastOnly bool If it is `true` result will only contain series with forecast (optional, default to false)
$withReleaseOnly bool If it is `true` result will only contain series with released schedule (optional, default to false)
$withReplacementsOnly bool If it is `true` result will only contain series with suggestions (optional, default to false)
$withObservationsOnly bool If it is `true` result will not contain series without observations (optional, default to false)
$withContinuousOnly bool If set to `true` results will contain only series with available historical extensions (optional, default to false)
$facet string[] List of facets to return (optional)
$releaseDateFrom \DateTime Will return releases with first observation before `release_date_from` (optional)
$releaseDateTo \DateTime Will return releases with last observation after `release_date_to` (optional)
$releaseStatus string[] List of release statuses to return (optional)

releasesSeriesIdOptions($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $releaseDateFrom = null, $releaseDateTo = null, $releaseStatus = null, $offset = '0', $limit = '100')

Returns:

void

Parameters:
Name Type Description
$id string Series ID or Series Code to return. Accepts only one series ID or series Code. (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$releaseDateFrom \DateTime Will return releases with first observation before `release_date_from` (optional)
$releaseDateTo \DateTime Will return releases with last observation after `release_date_to` (optional)
$releaseStatus string[] List of release statuses to return (optional)
$offset float The offset from which the records will be returned. Used to get the next set of records when the limit is reached. (optional, default to 0)
$limit float Number of records to return in the range 1 - 100. Default is 100. (optional, default to 100)

releasesSeriesIdOptionsAsync($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $releaseDateFrom = null, $releaseDateTo = null, $releaseStatus = null, $offset = '0', $limit = '100')

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$id string Series ID or Series Code to return. Accepts only one series ID or series Code. (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$releaseDateFrom \DateTime Will return releases with first observation before `release_date_from` (optional)
$releaseDateTo \DateTime Will return releases with last observation after `release_date_to` (optional)
$releaseStatus string[] List of release statuses to return (optional)
$offset float The offset from which the records will be returned. Used to get the next set of records when the limit is reached. (optional, default to 0)
$limit float Number of records to return in the range 1 - 100. Default is 100. (optional, default to 100)

seriesIdDataOptions($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $count = '3650', $startDate = null, $endDate = null, $updatedAfter = null, $blankObservations = 'false', $timePointsStatus = 'active')

Returns:

void

Parameters:
Name Type Description
$id string Series ID or Series Code to return. Accepts only one series ID or series Code. (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$count int Limit the amount of latest time-points returned, by the number specified. (optional, default to 3650)
$startDate \DateTime Limits the start date after which the time-points will be returned. (optional)
$endDate \DateTime Limits the end date before which the time-points will be returned. (optional)
$updatedAfter \DateTime Returns only the updated time-points after the date specified. (optional)
$blankObservations bool If it's set to true, empty time-points will be returned (optional, default to false)
$timePointsStatus string Time points filter. One or more comma separated status code values. When not explicitly set, defaults to T. T - Active X - Deleted (optional, default to active)

seriesIdDataOptionsAsync($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $count = '3650', $startDate = null, $endDate = null, $updatedAfter = null, $blankObservations = 'false', $timePointsStatus = 'active')

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$id string Series ID or Series Code to return. Accepts only one series ID or series Code. (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$count int Limit the amount of latest time-points returned, by the number specified. (optional, default to 3650)
$startDate \DateTime Limits the start date after which the time-points will be returned. (optional)
$endDate \DateTime Limits the end date before which the time-points will be returned. (optional)
$updatedAfter \DateTime Returns only the updated time-points after the date specified. (optional)
$blankObservations bool If it's set to true, empty time-points will be returned (optional, default to false)
$timePointsStatus string Time points filter. One or more comma separated status code values. When not explicitly set, defaults to T. T - Active X - Deleted (optional, default to active)

seriesIdMetadataOptions($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $withReplacementsMetadata = 'false', $forecastOnly = 'false', $withReleaseOnly = 'false', $withReplacementsOnly = 'false', $withObservationsOnly = 'false', $withContinuousOnly = 'false')

Returns:

void

Parameters:
Name Type Description
$id string Series ID or Series Code to return. Accepts only one series ID or series Code. (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$withReplacementsMetadata bool If it is `true` result will contain replacements metadata not only list of id`s (optional, default to false)
$forecastOnly bool If it is `true` result will only contain series with forecast (optional, default to false)
$withReleaseOnly bool If it is `true` result will only contain series with released schedule (optional, default to false)
$withReplacementsOnly bool If it is `true` result will only contain series with suggestions (optional, default to false)
$withObservationsOnly bool If it is `true` result will not contain series without observations (optional, default to false)
$withContinuousOnly bool If set to `true` results will contain only series with available historical extensions (optional, default to false)

seriesIdMetadataOptionsAsync($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $withReplacementsMetadata = 'false', $forecastOnly = 'false', $withReleaseOnly = 'false', $withReplacementsOnly = 'false', $withObservationsOnly = 'false', $withContinuousOnly = 'false')

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$id string Series ID or Series Code to return. Accepts only one series ID or series Code. (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$withReplacementsMetadata bool If it is `true` result will contain replacements metadata not only list of id`s (optional, default to false)
$forecastOnly bool If it is `true` result will only contain series with forecast (optional, default to false)
$withReleaseOnly bool If it is `true` result will only contain series with released schedule (optional, default to false)
$withReplacementsOnly bool If it is `true` result will only contain series with suggestions (optional, default to false)
$withObservationsOnly bool If it is `true` result will not contain series without observations (optional, default to false)
$withContinuousOnly bool If set to `true` results will contain only series with available historical extensions (optional, default to false)

seriesIdOptions($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $count = '3650', $startDate = null, $endDate = null, $updatedAfter = null, $blankObservations = 'false', $timePointsStatus = 'active', $withReplacementsMetadata = 'false', $forecastOnly = 'false', $withReleaseOnly = 'false', $withReplacementsOnly = 'false', $withObservationsOnly = 'false', $withContinuousOnly = 'false')

Returns:

void

Parameters:
Name Type Description
$id string Series ID or Series Code to return. Accepts only one series ID or series Code. (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$count int Limit the amount of latest time-points returned, by the number specified. (optional, default to 3650)
$startDate \DateTime Limits the start date after which the time-points will be returned. (optional)
$endDate \DateTime Limits the end date before which the time-points will be returned. (optional)
$updatedAfter \DateTime Returns only the updated time-points after the date specified. (optional)
$blankObservations bool If it's set to true, empty time-points will be returned (optional, default to false)
$timePointsStatus string Time points filter. One or more comma separated status code values. When not explicitly set, defaults to T. T - Active X - Deleted (optional, default to active)
$withReplacementsMetadata bool If it is `true` result will contain replacements metadata not only list of id`s (optional, default to false)
$forecastOnly bool If it is `true` result will only contain series with forecast (optional, default to false)
$withReleaseOnly bool If it is `true` result will only contain series with released schedule (optional, default to false)
$withReplacementsOnly bool If it is `true` result will only contain series with suggestions (optional, default to false)
$withObservationsOnly bool If it is `true` result will not contain series without observations (optional, default to false)
$withContinuousOnly bool If set to `true` results will contain only series with available historical extensions (optional, default to false)

seriesIdOptionsAsync($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $count = '3650', $startDate = null, $endDate = null, $updatedAfter = null, $blankObservations = 'false', $timePointsStatus = 'active', $withReplacementsMetadata = 'false', $forecastOnly = 'false', $withReleaseOnly = 'false', $withReplacementsOnly = 'false', $withObservationsOnly = 'false', $withContinuousOnly = 'false')

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$id string Series ID or Series Code to return. Accepts only one series ID or series Code. (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$count int Limit the amount of latest time-points returned, by the number specified. (optional, default to 3650)
$startDate \DateTime Limits the start date after which the time-points will be returned. (optional)
$endDate \DateTime Limits the end date before which the time-points will be returned. (optional)
$updatedAfter \DateTime Returns only the updated time-points after the date specified. (optional)
$blankObservations bool If it's set to true, empty time-points will be returned (optional, default to false)
$timePointsStatus string Time points filter. One or more comma separated status code values. When not explicitly set, defaults to T. T - Active X - Deleted (optional, default to active)
$withReplacementsMetadata bool If it is `true` result will contain replacements metadata not only list of id`s (optional, default to false)
$forecastOnly bool If it is `true` result will only contain series with forecast (optional, default to false)
$withReleaseOnly bool If it is `true` result will only contain series with released schedule (optional, default to false)
$withReplacementsOnly bool If it is `true` result will only contain series with suggestions (optional, default to false)
$withObservationsOnly bool If it is `true` result will not contain series without observations (optional, default to false)
$withContinuousOnly bool If set to `true` results will contain only series with available historical extensions (optional, default to false)

seriesIdVisualOptions($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $withReplacementsMetadata = 'false', $forecastOnly = 'false', $withReleaseOnly = 'false', $withReplacementsOnly = 'false', $withObservationsOnly = 'false', $withContinuousOnly = 'false')

Returns:

void

Parameters:
Name Type Description
$id string Series ID or Series Code to return. Accepts only one series ID or series Code. (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$withReplacementsMetadata bool If it is `true` result will contain replacements metadata not only list of id`s (optional, default to false)
$forecastOnly bool If it is `true` result will only contain series with forecast (optional, default to false)
$withReleaseOnly bool If it is `true` result will only contain series with released schedule (optional, default to false)
$withReplacementsOnly bool If it is `true` result will only contain series with suggestions (optional, default to false)
$withObservationsOnly bool If it is `true` result will not contain series without observations (optional, default to false)
$withContinuousOnly bool If set to `true` results will contain only series with available historical extensions (optional, default to false)

seriesIdVisualOptionsAsync($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $withReplacementsMetadata = 'false', $forecastOnly = 'false', $withReleaseOnly = 'false', $withReplacementsOnly = 'false', $withObservationsOnly = 'false', $withContinuousOnly = 'false')

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$id string Series ID or Series Code to return. Accepts only one series ID or series Code. (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$withReplacementsMetadata bool If it is `true` result will contain replacements metadata not only list of id`s (optional, default to false)
$forecastOnly bool If it is `true` result will only contain series with forecast (optional, default to false)
$withReleaseOnly bool If it is `true` result will only contain series with released schedule (optional, default to false)
$withReplacementsOnly bool If it is `true` result will only contain series with suggestions (optional, default to false)
$withObservationsOnly bool If it is `true` result will not contain series without observations (optional, default to false)
$withContinuousOnly bool If set to `true` results will contain only series with available historical extensions (optional, default to false)

seriesSearchOptions()

Returns:

void


seriesSearchOptionsAsync()

Returns:

\GuzzleHttp\Promise\PromiseInterface


subscriptionsOptions()

Returns:

void


subscriptionsOptionsAsync()

Returns:

\GuzzleHttp\Promise\PromiseInterface


userdefinedSeriesCloneOptions()

Returns:

void


userdefinedSeriesCloneOptionsAsync()

Returns:

\GuzzleHttp\Promise\PromiseInterface


userdefinedSeriesIdDataOptions($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $count = '3650', $startDate = null, $endDate = null, $updatedAfter = null, $blankObservations = 'false', $timePointsStatus = 'active')

Returns:

void

Parameters:
Name Type Description
$id string Series ID or Series Code to return. Accepts only one series ID or series Code. (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$count int Limit the amount of latest time-points returned, by the number specified. (optional, default to 3650)
$startDate \DateTime Limits the start date after which the time-points will be returned. (optional)
$endDate \DateTime Limits the end date before which the time-points will be returned. (optional)
$updatedAfter \DateTime Returns only the updated time-points after the date specified. (optional)
$blankObservations bool If it's set to true, empty time-points will be returned (optional, default to false)
$timePointsStatus string Time points filter. One or more comma separated status code values. When not explicitly set, defaults to T. T - Active X - Deleted (optional, default to active)

userdefinedSeriesIdDataOptionsAsync($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $count = '3650', $startDate = null, $endDate = null, $updatedAfter = null, $blankObservations = 'false', $timePointsStatus = 'active')

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$id string Series ID or Series Code to return. Accepts only one series ID or series Code. (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$count int Limit the amount of latest time-points returned, by the number specified. (optional, default to 3650)
$startDate \DateTime Limits the start date after which the time-points will be returned. (optional)
$endDate \DateTime Limits the end date before which the time-points will be returned. (optional)
$updatedAfter \DateTime Returns only the updated time-points after the date specified. (optional)
$blankObservations bool If it's set to true, empty time-points will be returned (optional, default to false)
$timePointsStatus string Time points filter. One or more comma separated status code values. When not explicitly set, defaults to T. T - Active X - Deleted (optional, default to active)

userdefinedSeriesIdTimepointsDateOptions($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $count = '3650', $startDate = null, $endDate = null, $updatedAfter = null, $blankObservations = 'false', $timePointsStatus = 'active')

Returns:

void

Parameters:
Name Type Description
$id string Series ID or Series Code to return. Accepts only one series ID or series Code. (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$count int Limit the amount of latest time-points returned, by the number specified. (optional, default to 3650)
$startDate \DateTime Limits the start date after which the time-points will be returned. (optional)
$endDate \DateTime Limits the end date before which the time-points will be returned. (optional)
$updatedAfter \DateTime Returns only the updated time-points after the date specified. (optional)
$blankObservations bool If it's set to true, empty time-points will be returned (optional, default to false)
$timePointsStatus string Time points filter. One or more comma separated status code values. When not explicitly set, defaults to T. T - Active X - Deleted (optional, default to active)

userdefinedSeriesIdTimepointsDateOptionsAsync($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $count = '3650', $startDate = null, $endDate = null, $updatedAfter = null, $blankObservations = 'false', $timePointsStatus = 'active')

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$id string Series ID or Series Code to return. Accepts only one series ID or series Code. (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$count int Limit the amount of latest time-points returned, by the number specified. (optional, default to 3650)
$startDate \DateTime Limits the start date after which the time-points will be returned. (optional)
$endDate \DateTime Limits the end date before which the time-points will be returned. (optional)
$updatedAfter \DateTime Returns only the updated time-points after the date specified. (optional)
$blankObservations bool If it's set to true, empty time-points will be returned (optional, default to false)
$timePointsStatus string Time points filter. One or more comma separated status code values. When not explicitly set, defaults to T. T - Active X - Deleted (optional, default to active)

userdefinedSeriesIdTimepointsOptions($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $count = '3650', $startDate = null, $endDate = null, $updatedAfter = null, $blankObservations = 'false', $timePointsStatus = 'active')

Returns:

void

Parameters:
Name Type Description
$id string Series ID or Series Code to return. Accepts only one series ID or series Code. (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$count int Limit the amount of latest time-points returned, by the number specified. (optional, default to 3650)
$startDate \DateTime Limits the start date after which the time-points will be returned. (optional)
$endDate \DateTime Limits the end date before which the time-points will be returned. (optional)
$updatedAfter \DateTime Returns only the updated time-points after the date specified. (optional)
$blankObservations bool If it's set to true, empty time-points will be returned (optional, default to false)
$timePointsStatus string Time points filter. One or more comma separated status code values. When not explicitly set, defaults to T. T - Active X - Deleted (optional, default to active)

userdefinedSeriesIdTimepointsOptionsAsync($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $count = '3650', $startDate = null, $endDate = null, $updatedAfter = null, $blankObservations = 'false', $timePointsStatus = 'active')

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$id string Series ID or Series Code to return. Accepts only one series ID or series Code. (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$count int Limit the amount of latest time-points returned, by the number specified. (optional, default to 3650)
$startDate \DateTime Limits the start date after which the time-points will be returned. (optional)
$endDate \DateTime Limits the end date before which the time-points will be returned. (optional)
$updatedAfter \DateTime Returns only the updated time-points after the date specified. (optional)
$blankObservations bool If it's set to true, empty time-points will be returned (optional, default to false)
$timePointsStatus string Time points filter. One or more comma separated status code values. When not explicitly set, defaults to T. T - Active X - Deleted (optional, default to active)

userdefinedSeriesOptions()

Returns:

void


userdefinedSeriesOptionsAsync()

Returns:

\GuzzleHttp\Promise\PromiseInterface


validateCredentialsOptions()

Returns:

void


validateCredentialsOptionsAsync()

Returns:

\GuzzleHttp\Promise\PromiseInterface


watchlistIdOptions()

Returns:

void


watchlistIdOptionsAsync()

Returns:

\GuzzleHttp\Promise\PromiseInterface


watchlistOptions()

Returns:

void


watchlistOptionsAsync()

Returns:

\GuzzleHttp\Promise\PromiseInterface


dictionaryClassificationsIdIndicatorsOptionsQuery(\Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity $queryEntity)

Returns:

void

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity Query entity object which contains the search information (required)

dictionaryClassificationsIdIndicatorsOptionsAsyncQuery(\Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity Query entity object which contains the search information (required)

dictionaryCountriesIdSourcesOptionsQuery(\Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity $queryEntity)

Returns:

void

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity Query entity object which contains the search information (required)

dictionaryCountriesIdSourcesOptionsAsyncQuery(\Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity Query entity object which contains the search information (required)

dumpsIdOptionsQuery(\Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity $queryEntity)

Returns:

void

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity Query entity object which contains the search information (required)

dumpsIdOptionsAsyncQuery(\Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity Query entity object which contains the search information (required)

feedsIdOptionsQuery(\Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity $queryEntity)

Returns:

void

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity Query entity object which contains the search information (required)

feedsIdOptionsAsyncQuery(\Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity Query entity object which contains the search information (required)

filtersIdOptionsQuery(\Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity $queryEntity)

Returns:

void

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity Query entity object which contains the search information (required)

filtersIdOptionsAsyncQuery(\Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity Query entity object which contains the search information (required)

impersonateTokenOptionsQuery(\Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity $queryEntity)

Returns:

void

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity Query entity object which contains the search information (required)

impersonateTokenOptionsAsyncQuery(\Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity Query entity object which contains the search information (required)

insightsIdDownloadFileFormatOptionsQuery(\Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity $queryEntity)

Returns:

void

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity Query entity object which contains the search information (required)

insightsIdDownloadFileFormatOptionsAsyncQuery(\Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity Query entity object which contains the search information (required)

insightsIdOptionsQuery(\Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity $queryEntity)

Returns:

void

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity Query entity object which contains the search information (required)

insightsIdOptionsAsyncQuery(\Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity Query entity object which contains the search information (required)

insightsIdSeriesDataOptionsQuery(\Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity $queryEntity)

Returns:

void

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity Query entity object which contains the search information (required)

insightsIdSeriesDataOptionsAsyncQuery(\Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity Query entity object which contains the search information (required)

insightsIdSeriesMetadataOptionsQuery(\Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity $queryEntity)

Returns:

void

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity Query entity object which contains the search information (required)

insightsIdSeriesMetadataOptionsAsyncQuery(\Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity Query entity object which contains the search information (required)

insightsIdSeriesOptionsQuery(\Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity $queryEntity)

Returns:

void

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity Query entity object which contains the search information (required)

insightsIdSeriesOptionsAsyncQuery(\Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity Query entity object which contains the search information (required)

insightsSeriesSeriesIdDataOptionsQuery(\Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity $queryEntity)

Returns:

void

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity Query entity object which contains the search information (required)

insightsSeriesSeriesIdDataOptionsAsyncQuery(\Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity Query entity object which contains the search information (required)

insightsSeriesSeriesIdMetadataOptionsQuery(\Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity $queryEntity)

Returns:

void

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity Query entity object which contains the search information (required)

insightsSeriesSeriesIdMetadataOptionsAsyncQuery(\Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity Query entity object which contains the search information (required)

insightsSeriesSeriesIdOptionsQuery(\Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity $queryEntity)

Returns:

void

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity Query entity object which contains the search information (required)

insightsSeriesSeriesIdOptionsAsyncQuery(\Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity Query entity object which contains the search information (required)

internalSeriesIdInternalRemarksOptionsQuery(\Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity $queryEntity)

Returns:

void

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity Query entity object which contains the search information (required)

internalSeriesIdInternalRemarksOptionsAsyncQuery(\Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity Query entity object which contains the search information (required)

layoutDatabasesIdTopicsOptionsQuery(\Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity $queryEntity)

Returns:

void

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity Query entity object which contains the search information (required)

layoutDatabasesIdTopicsOptionsAsyncQuery(\Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity Query entity object which contains the search information (required)

layoutNodeCodeFootnoteDownloadFileNameOptionsQuery(\Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity $queryEntity)

Returns:

void

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity Query entity object which contains the search information (required)

layoutNodeCodeFootnoteDownloadFileNameOptionsAsyncQuery(\Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity Query entity object which contains the search information (required)

layoutNodeCodeFootnoteDownloadOptionsQuery(\Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity $queryEntity)

Returns:

void

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity Query entity object which contains the search information (required)

layoutNodeCodeFootnoteDownloadOptionsAsyncQuery(\Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity Query entity object which contains the search information (required)

layoutNodeCodeFootnoteOptionsQuery(\Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity $queryEntity)

Returns:

void

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity Query entity object which contains the search information (required)

layoutNodeCodeFootnoteOptionsAsyncQuery(\Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity Query entity object which contains the search information (required)

layoutSectionsIdOptionsQuery(\Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity $queryEntity)

Returns:

void

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity Query entity object which contains the search information (required)

layoutSectionsIdOptionsAsyncQuery(\Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity Query entity object which contains the search information (required)

layoutSectionsIdTablesOptionsQuery(\Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity $queryEntity)

Returns:

void

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity Query entity object which contains the search information (required)

layoutSectionsIdTablesOptionsAsyncQuery(\Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity Query entity object which contains the search information (required)

layoutTablesIdOptionsQuery(\Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity $queryEntity)

Returns:

void

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity Query entity object which contains the search information (required)

layoutTablesIdOptionsAsyncQuery(\Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity Query entity object which contains the search information (required)

layoutTablesIdSeriesOptionsQuery(\Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity $queryEntity)

Returns:

void

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity Query entity object which contains the search information (required)

layoutTablesIdSeriesOptionsAsyncQuery(\Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity Query entity object which contains the search information (required)

layoutTopicsIdOptionsQuery(\Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity $queryEntity)

Returns:

void

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity Query entity object which contains the search information (required)

layoutTopicsIdOptionsAsyncQuery(\Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity Query entity object which contains the search information (required)

layoutTopicsIdSectionsOptionsQuery(\Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity $queryEntity)

Returns:

void

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity Query entity object which contains the search information (required)

layoutTopicsIdSectionsOptionsAsyncQuery(\Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity Query entity object which contains the search information (required)

releasesCodeSeriesOptionsQuery(\Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity $queryEntity)

Returns:

void

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity Query entity object which contains the search information (required)

releasesCodeSeriesOptionsAsyncQuery(\Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity Query entity object which contains the search information (required)

releasesOptionsQuery(\Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity $queryEntity)

Returns:

void

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity Query entity object which contains the search information (required)

releasesOptionsAsyncQuery(\Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity Query entity object which contains the search information (required)

releasesSeriesIdOptionsQuery(\Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity $queryEntity)

Returns:

void

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity Query entity object which contains the search information (required)

releasesSeriesIdOptionsAsyncQuery(\Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity Query entity object which contains the search information (required)

seriesIdDataOptionsQuery(\Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity $queryEntity)

Returns:

void

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity Query entity object which contains the search information (required)

seriesIdDataOptionsAsyncQuery(\Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity Query entity object which contains the search information (required)

seriesIdMetadataOptionsQuery(\Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity $queryEntity)

Returns:

void

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity Query entity object which contains the search information (required)

seriesIdMetadataOptionsAsyncQuery(\Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity Query entity object which contains the search information (required)

seriesIdOptionsQuery(\Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity $queryEntity)

Returns:

void

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity Query entity object which contains the search information (required)

seriesIdOptionsAsyncQuery(\Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity Query entity object which contains the search information (required)

seriesIdVisualOptionsQuery(\Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity $queryEntity)

Returns:

void

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity Query entity object which contains the search information (required)

seriesIdVisualOptionsAsyncQuery(\Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity Query entity object which contains the search information (required)

userdefinedSeriesIdDataOptionsQuery(\Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity $queryEntity)

Returns:

void

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity Query entity object which contains the search information (required)

userdefinedSeriesIdDataOptionsAsyncQuery(\Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity Query entity object which contains the search information (required)

userdefinedSeriesIdTimepointsDateOptionsQuery(\Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity $queryEntity)

Returns:

void

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity Query entity object which contains the search information (required)

userdefinedSeriesIdTimepointsDateOptionsAsyncQuery(\Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity Query entity object which contains the search information (required)

userdefinedSeriesIdTimepointsOptionsQuery(\Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity $queryEntity)

Returns:

void

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity Query entity object which contains the search information (required)

userdefinedSeriesIdTimepointsOptionsAsyncQuery(\Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\DefaultApiQueryEntity Query entity object which contains the search information (required)

Namespace: Ceic\Api\Apis

Class: UserdefinedApi( ClientInterface $client = null, Configuration $config = null, HeaderSelector $selector = null )


getConfig()

Returns:

Configuration


cloneCeicSeries($acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $referenceSeriesId = null)

Clone CEIC series to a new userdefined series

Returns:

\Ceic\Api\Ceic\Api\Models\UserdefinedClonedSeriesResult

Parameters:
Name Type Description
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$referenceSeriesId int CEIC series id, which the current userdefined series refers to. (optional)

cloneCeicSeriesAsync($acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $referenceSeriesId = null)

Clone CEIC series to a new userdefined series

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$referenceSeriesId int CEIC series id, which the current userdefined series refers to. (optional)

deleteAllUddSeriesTimePoints($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false')

Deletes ALL series time-points

Returns:

\Ceic\Api\Ceic\Api\Models\UserdefinedDeletedSeriesDataBulkDataResult

Parameters:
Name Type Description
$id string Userdefined series id. (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)

deleteAllUddSeriesTimePointsAsync($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false')

Deletes ALL series time-points

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$id string Userdefined series id. (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)

deleteSingleUddSeries($id)

Delete single userdefined series

Returns:

\Ceic\Api\Ceic\Api\Models\UserdefinedDeletedSeriesResult

Parameters:
Name Type Description
$id string Userdefined series id. (required)

deleteSingleUddSeriesAsync($id)

Delete single userdefined series

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$id string Userdefined series id. (required)

deleteUddSeriesTimePoint($id, $date, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false')

Delete series time-point

Returns:

\Ceic\Api\Ceic\Api\Models\UserdefinedDeleteSeriesDataResult

Parameters:
Name Type Description
$id string Userdefined series id. (required)
$date \DateTime Timepoint date in format `YYYY-MM-DD` (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)

deleteUddSeriesTimePointAsync($id, $date, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false')

Delete series time-point

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$id string Userdefined series id. (required)
$date \DateTime Timepoint date in format `YYYY-MM-DD` (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)

getSingleUddSeries($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false')

Userdefined series list

Returns:

\Ceic\Api\Ceic\Api\Models\UserdefinedSeriesResult

Parameters:
Name Type Description
$id string Userdefined series id. (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)

getSingleUddSeriesAsync($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false')

Userdefined series list

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$id string Userdefined series id. (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)

getUddSeries($acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $limit = '100', $offset = '0')

Userdefined series list

Returns:

\Ceic\Api\Ceic\Api\Models\UserdefinedSeriesResult

Parameters:
Name Type Description
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$limit float Number of records to return in the range 1 - 100. Default is 100. (optional, default to 100)
$offset float The offset from which the records will be returned. Used to get the next set of records when the limit is reached. (optional, default to 0)

getUddSeriesAsync($acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $limit = '100', $offset = '0')

Userdefined series list

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$limit float Number of records to return in the range 1 - 100. Default is 100. (optional, default to 100)
$offset float The offset from which the records will be returned. Used to get the next set of records when the limit is reached. (optional, default to 0)

getUddSeriesTimePoints($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false')

Returns series time-points

Returns:

\Ceic\Api\Ceic\Api\Models\UserdefinedSeriesDataResult

Parameters:
Name Type Description
$id string Userdefined series id. (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)

getUddSeriesTimePointsAsync($id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false')

Returns series time-points

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$id string Userdefined series id. (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)

patchUddSeries($frequency, $name, $unit, $id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $country = null, $remarks = null, $startDate = null, $subnational = null, $userSeriesId = null, $category = null)

Updates userdefined series with metadata

Returns:

\Ceic\Api\Ceic\Api\Models\UserdefinedCreatedSeriesResult

Parameters:
Name Type Description
$frequency string The frequency name. D - Daily W - Weekly M - Monthly Q - Quarterly H - Semi-annual Y - Annual Z - Quinquennially T - Decadal (required)
$name string Series name. (required)
$unit string Unit abbreviation, ex: `kg`, `ha`, `m3`, etc. (required)
$id string Userdefined series id. (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$country string Country name or ISO code. (optional)
$remarks string Remark for the current series. (optional)
$startDate \DateTime Series start date in ISO format. (optional)
$subnational string Subnational. (optional)
$userSeriesId string The series id in the user source (optional)
$category string The series category (optional)

patchUddSeriesAsync($frequency, $name, $unit, $id, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $country = null, $remarks = null, $startDate = null, $subnational = null, $userSeriesId = null, $category = null)

Updates userdefined series with metadata

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$frequency string The frequency name. D - Daily W - Weekly M - Monthly Q - Quarterly H - Semi-annual Y - Annual Z - Quinquennially T - Decadal (required)
$name string Series name. (required)
$unit string Unit abbreviation, ex: `kg`, `ha`, `m3`, etc. (required)
$id string Userdefined series id. (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$country string Country name or ISO code. (optional)
$remarks string Remark for the current series. (optional)
$startDate \DateTime Series start date in ISO format. (optional)
$subnational string Subnational. (optional)
$userSeriesId string The series id in the user source (optional)
$category string The series category (optional)

patchUddSeriesTimePoint($id, $date, $value, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false')

Patch series time-point

Returns:

\Ceic\Api\Ceic\Api\Models\UserdefinedCreateSeriesDataResult

Parameters:
Name Type Description
$id string Userdefined series id. (required)
$date \DateTime Timepoint date in format `YYYY-MM-DD` (required)
$value double Timepoint value (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)

patchUddSeriesTimePointAsync($id, $date, $value, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false')

Patch series time-point

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$id string Userdefined series id. (required)
$date \DateTime Timepoint date in format `YYYY-MM-DD` (required)
$value double Timepoint value (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)

postUddSeries($frequency, $name, $unit, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $country = null, $remarks = null, $startDate = null, $referenceSeriesId = null, $subnational = null, $multiplier = null, $sourceName = null, $userSeriesId = null, $category = null)

Create userdefined series with metadata

Returns:

\Ceic\Api\Ceic\Api\Models\UserdefinedCreatedSeriesResult

Parameters:
Name Type Description
$frequency string The frequency name. D - Daily W - Weekly M - Monthly Q - Quarterly H - Semi-annual Y - Annual Z - Quinquennially T - Decadal (required)
$name string Series name. (required)
$unit string Unit abbreviation, ex: `kg`, `ha`, `m3`, etc. (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$country string Country name or ISO code. (optional)
$remarks string Remark for the current series. (optional)
$startDate \DateTime Series start date in ISO format. (optional)
$referenceSeriesId int CEIC series id, which the current userdefined series refers to. (optional)
$subnational string Subnational. (optional)
$multiplier string Unit multiplier. (optional)
$sourceName string Name of the series source. (optional)
$userSeriesId string The series id in the user source (optional)
$category string The series category (optional)

postUddSeriesAsync($frequency, $name, $unit, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false', $country = null, $remarks = null, $startDate = null, $referenceSeriesId = null, $subnational = null, $multiplier = null, $sourceName = null, $userSeriesId = null, $category = null)

Create userdefined series with metadata

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$frequency string The frequency name. D - Daily W - Weekly M - Monthly Q - Quarterly H - Semi-annual Y - Annual Z - Quinquennially T - Decadal (required)
$name string Series name. (required)
$unit string Unit abbreviation, ex: `kg`, `ha`, `m3`, etc. (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)
$country string Country name or ISO code. (optional)
$remarks string Remark for the current series. (optional)
$startDate \DateTime Series start date in ISO format. (optional)
$referenceSeriesId int CEIC series id, which the current userdefined series refers to. (optional)
$subnational string Subnational. (optional)
$multiplier string Unit multiplier. (optional)
$sourceName string Name of the series source. (optional)
$userSeriesId string The series id in the user source (optional)
$category string The series category (optional)

postUddSeriesTimePoints($id, $body, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false')

Creates series time-points

Returns:

\Ceic\Api\Ceic\Api\Models\UserdefinedCreateSeriesDataResult

Parameters:
Name Type Description
$id string Userdefined series id. (required)
$body \Ceic\Api\Ceic\Api\Models\UserdefinedTimepointData[] Timepoints data - list of timepoints to create. (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)

postUddSeriesTimePointsAsync($id, $body, $acceptLanguage = 'en', $accept = 'json', $lang = 'en', $format = 'json', $token = null, $withModelInformation = 'false')

Creates series time-points

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$id string Userdefined series id. (required)
$body \Ceic\Api\Ceic\Api\Models\UserdefinedTimepointData[] Timepoints data - list of timepoints to create. (required)
$acceptLanguage string Preferred language code in which data shall be returned. Defaults to `English` if no translation in the specified language is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$accept string Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$lang string Preferred language code in which data will be returned. Defaults to `English` if no translation in the language specified is available. Can be used through the query parameter `query` or using the header `Accept-Language`. `en` - English `zh` - Chinese `ru` - Russian `id` - Indonesian `jp` - Japanese (optional, default to en)
$format string Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (optional, default to json)
$token string Access API key. (optional)
$withModelInformation bool If set to `true` returns the model names as part of the response. (optional, default to false)

cloneCeicSeriesQuery(\Ceic\Api\Models\QueryEntities\UserdefinedApiQueryEntity $queryEntity)

Returns:

\Ceic\Api\Ceic\Api\Models\UserdefinedClonedSeriesResult

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\UserdefinedApiQueryEntity Query entity object which contains the search information (required)

cloneCeicSeriesAsyncQuery(\Ceic\Api\Models\QueryEntities\UserdefinedApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\UserdefinedApiQueryEntity Query entity object which contains the search information (required)

deleteAllUddSeriesTimePointsQuery(\Ceic\Api\Models\QueryEntities\UserdefinedApiQueryEntity $queryEntity)

Returns:

\Ceic\Api\Ceic\Api\Models\UserdefinedDeletedSeriesDataBulkDataResult

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\UserdefinedApiQueryEntity Query entity object which contains the search information (required)

deleteAllUddSeriesTimePointsAsyncQuery(\Ceic\Api\Models\QueryEntities\UserdefinedApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\UserdefinedApiQueryEntity Query entity object which contains the search information (required)

deleteUddSeriesTimePointQuery(\Ceic\Api\Models\QueryEntities\UserdefinedApiQueryEntity $queryEntity)

Returns:

\Ceic\Api\Ceic\Api\Models\UserdefinedDeleteSeriesDataResult

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\UserdefinedApiQueryEntity Query entity object which contains the search information (required)

deleteUddSeriesTimePointAsyncQuery(\Ceic\Api\Models\QueryEntities\UserdefinedApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\UserdefinedApiQueryEntity Query entity object which contains the search information (required)

getSingleUddSeriesQuery(\Ceic\Api\Models\QueryEntities\UserdefinedApiQueryEntity $queryEntity)

Returns:

\Ceic\Api\Ceic\Api\Models\UserdefinedSeriesResult

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\UserdefinedApiQueryEntity Query entity object which contains the search information (required)

getSingleUddSeriesAsyncQuery(\Ceic\Api\Models\QueryEntities\UserdefinedApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\UserdefinedApiQueryEntity Query entity object which contains the search information (required)

getUddSeriesQuery(\Ceic\Api\Models\QueryEntities\UserdefinedApiQueryEntity $queryEntity)

Returns:

\Ceic\Api\Ceic\Api\Models\UserdefinedSeriesResult

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\UserdefinedApiQueryEntity Query entity object which contains the search information (required)

getUddSeriesAsyncQuery(\Ceic\Api\Models\QueryEntities\UserdefinedApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\UserdefinedApiQueryEntity Query entity object which contains the search information (required)

getUddSeriesTimePointsQuery(\Ceic\Api\Models\QueryEntities\UserdefinedApiQueryEntity $queryEntity)

Returns:

\Ceic\Api\Ceic\Api\Models\UserdefinedSeriesDataResult

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\UserdefinedApiQueryEntity Query entity object which contains the search information (required)

getUddSeriesTimePointsAsyncQuery(\Ceic\Api\Models\QueryEntities\UserdefinedApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\UserdefinedApiQueryEntity Query entity object which contains the search information (required)

patchUddSeriesQuery(\Ceic\Api\Models\QueryEntities\UserdefinedApiQueryEntity $queryEntity)

Returns:

\Ceic\Api\Ceic\Api\Models\UserdefinedCreatedSeriesResult

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\UserdefinedApiQueryEntity Query entity object which contains the search information (required)

patchUddSeriesAsyncQuery(\Ceic\Api\Models\QueryEntities\UserdefinedApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\UserdefinedApiQueryEntity Query entity object which contains the search information (required)

patchUddSeriesTimePointQuery(\Ceic\Api\Models\QueryEntities\UserdefinedApiQueryEntity $queryEntity)

Returns:

\Ceic\Api\Ceic\Api\Models\UserdefinedCreateSeriesDataResult

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\UserdefinedApiQueryEntity Query entity object which contains the search information (required)

patchUddSeriesTimePointAsyncQuery(\Ceic\Api\Models\QueryEntities\UserdefinedApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\UserdefinedApiQueryEntity Query entity object which contains the search information (required)

postUddSeriesQuery(\Ceic\Api\Models\QueryEntities\UserdefinedApiQueryEntity $queryEntity)

Returns:

\Ceic\Api\Ceic\Api\Models\UserdefinedCreatedSeriesResult

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\UserdefinedApiQueryEntity Query entity object which contains the search information (required)

postUddSeriesAsyncQuery(\Ceic\Api\Models\QueryEntities\UserdefinedApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\UserdefinedApiQueryEntity Query entity object which contains the search information (required)

postUddSeriesTimePointsQuery(\Ceic\Api\Models\QueryEntities\UserdefinedApiQueryEntity $queryEntity)

Returns:

\Ceic\Api\Ceic\Api\Models\UserdefinedCreateSeriesDataResult

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\UserdefinedApiQueryEntity Query entity object which contains the search information (required)

postUddSeriesTimePointsAsyncQuery(\Ceic\Api\Models\QueryEntities\UserdefinedApiQueryEntity $queryEntity)

Returns:

\GuzzleHttp\Promise\PromiseInterface

Parameters:
Name Type Description
$queryEntity \Ceic\Api\Models\QueryEntities\UserdefinedApiQueryEntity Query entity object which contains the search information (required)

Result Types

Ceic\Api\Models.BaseSeriesInformation(array $data = null)
Ceic\Api\Models.Classification(array $data = null)
Ceic\Api\Models.ClassificationsResult(array $data = null)
Ceic\Api\Models.ContinuousSeriesItem(array $data = null)
Ceic\Api\Models.ContinuousSeriesList(array $data = null)
Ceic\Api\Models.ContinuousSeriesResult(array $data = null)
Ceic\Api\Models.ContinuousSeriesResultData(array $data = null)
Ceic\Api\Models.ContinuousSeriesTimePointItem(array $data = null)
Ceic\Api\Models.ContinuousSeriesWithAppliedFunctionsList(array $data = null)
Ceic\Api\Models.ContinuousSeriesWithAppliedFunctionsResult(array $data = null)
Ceic\Api\Models.ContinuousSeriesWithAppliedFunctionsResultData(array $data = null)
Ceic\Api\Models.CountriesResult(array $data = null)
Ceic\Api\Models.Country(array $data = null)
Ceic\Api\Models.DictionaryData(array $data = null)
Ceic\Api\Models.DictionaryResult(array $data = null)
Ceic\Api\Models.DumpInformation(array $data = null)
Ceic\Api\Models.DumpListInformation(array $data = null)
Ceic\Api\Models.DumpListResult(array $data = null)
Ceic\Api\Models.DumpResult(array $data = null)
Ceic\Api\Models.EmptyObject(array $data = null)
Ceic\Api\Models.Facet(array $data = null)
Ceic\Api\Models.FacetEntry(array $data = null)
Ceic\Api\Models.FeedInformation(array $data = null)
Ceic\Api\Models.FeedResult(array $data = null)
Ceic\Api\Models.FeedsResult(array $data = null)
Ceic\Api\Models.FilterDetails(array $data = null)
Ceic\Api\Models.FilterDetailsSearch(array $data = null)
Ceic\Api\Models.FilterResult(array $data = null)
Ceic\Api\Models.FiltersResult(array $data = null)
Ceic\Api\Models.FrequenciesResult(array $data = null)
Ceic\Api\Models.Frequency(array $data = null)
Ceic\Api\Models.Geo(array $data = null)
Ceic\Api\Models.GeoInfo(array $data = null)
Ceic\Api\Models.GeoInfoInner(array $data = null)
Ceic\Api\Models.GeoResult(array $data = null)
Ceic\Api\Models.ImpersonateAPIKey(array $data = null)
Ceic\Api\Models.ImpersonateAPIKeyResult(array $data = null)
Ceic\Api\Models.Indicator(array $data = null)
Ceic\Api\Models.IndicatorsChain(array $data = null)
Ceic\Api\Models.IndicatorsChainItem(array $data = null)
Ceic\Api\Models.IndicatorsResult(array $data = null)
Ceic\Api\Models.InsightDownload(array $data = null)
Ceic\Api\Models.InsightDownloadResult(array $data = null)
Ceic\Api\Models.InsightDownloadResultData(array $data = null)
Ceic\Api\Models.InsightSeries(array $data = null)
Ceic\Api\Models.InsightSeriesInformation(array $data = null)
Ceic\Api\Models.InsightSeriesPaginatedResult(array $data = null)
Ceic\Api\Models.InsightSeriesPaginatedResultData(array $data = null)
Ceic\Api\Models.InsightSeriesResult(array $data = null)
Ceic\Api\Models.Insights(array $data = null)
Ceic\Api\Models.InsightsCategoriesResult(array $data = null)
Ceic\Api\Models.InsightsCategory(array $data = null)
Ceic\Api\Models.InsightsResult(array $data = null)
Ceic\Api\Models.InsightsSearch(array $data = null)
Ceic\Api\Models.InsightsSearchResult(array $data = null)
Ceic\Api\Models.InternalSeriesRemarks(array $data = null)
Ceic\Api\Models.Layout(array $data = null)
Ceic\Api\Models.LayoutAncestors(array $data = null)
Ceic\Api\Models.LayoutFootnoteMetadata(array $data = null)
Ceic\Api\Models.LayoutFootnoteMetadataItem(array $data = null)
Ceic\Api\Models.LayoutFootnoteMetadataResult(array $data = null)
Ceic\Api\Models.LayoutFootnoteResourceMetadataItem(array $data = null)
Ceic\Api\Models.LayoutFullMetadataItem(array $data = null)
Ceic\Api\Models.LayoutFullMetadataResult(array $data = null)
Ceic\Api\Models.LayoutInformation(array $data = null)
Ceic\Api\Models.LayoutInformationList(array $data = null)
Ceic\Api\Models.LayoutItem(array $data = null)
Ceic\Api\Models.LayoutItemMetadata(array $data = null)
Ceic\Api\Models.LayoutItemUI(array $data = null)
Ceic\Api\Models.LayoutItemsResult(array $data = null)
Ceic\Api\Models.LayoutsResult(array $data = null)
Ceic\Api\Models.Province(array $data = null)
Ceic\Api\Models.Region(array $data = null)
Ceic\Api\Models.RegionsResult(array $data = null)
Ceic\Api\Models.ReleaseScheduleStatus(array $data = null)
Ceic\Api\Models.ReleaseScheduleType(array $data = null)
Ceic\Api\Models.ReleaseSeries(array $data = null)
Ceic\Api\Models.ReleaseSeriesList(array $data = null)
Ceic\Api\Models.ReleaseSeriesResult(array $data = null)
Ceic\Api\Models.ReleaseStatusesResult(array $data = null)
Ceic\Api\Models.ReleaseTypesResult(array $data = null)
Ceic\Api\Models.ResponseError(array $data = null)
Ceic\Api\Models.SearchSeries(array $data = null)
Ceic\Api\Models.SearchSeriesResult(array $data = null)
Ceic\Api\Models.Series(array $data = null)
Ceic\Api\Models.SeriesData(array $data = null)
Ceic\Api\Models.SeriesFilter(array $data = null)
Ceic\Api\Models.SeriesGrouping(array $data = null)
Ceic\Api\Models.SeriesInformation(array $data = null)
Ceic\Api\Models.SeriesInternalRemarksResult(array $data = null)
Ceic\Api\Models.SeriesMetadata(array $data = null)
Ceic\Api\Models.SeriesMetadataLastChange(array $data = null)
Ceic\Api\Models.SeriesReleaseScheduleItem(array $data = null)
Ceic\Api\Models.SeriesReleaseScheduleResult(array $data = null)
Ceic\Api\Models.SeriesReleaseScheduleSearchResult(array $data = null)
Ceic\Api\Models.SeriesReleases(array $data = null)
Ceic\Api\Models.SeriesReleasesSearch(array $data = null)
Ceic\Api\Models.SeriesReplacements(array $data = null)
Ceic\Api\Models.SeriesResult(array $data = null)
Ceic\Api\Models.SeriesStatistics(array $data = null)
Ceic\Api\Models.SeriesStatisticsItem(array $data = null)
Ceic\Api\Models.SeriesStatisticsResult(array $data = null)
Ceic\Api\Models.SeriesUISettings(array $data = null)
Ceic\Api\Models.SessionStatus(array $data = null)
Ceic\Api\Models.SessionStatusResult(array $data = null)
Ceic\Api\Models.Source(array $data = null)
Ceic\Api\Models.Status(array $data = null)
Ceic\Api\Models.SourcesResult(array $data = null)
Ceic\Api\Models.StatusesResult(array $data = null)
Ceic\Api\Models.SubscriptionItem(array $data = null)
Ceic\Api\Models.TimePoint(array $data = null)
Ceic\Api\Models.Unit(array $data = null)
Ceic\Api\Models.UnitsResult(array $data = null)
Ceic\Api\Models.UserCredentialsValidationResult(array $data = null)
Ceic\Api\Models.UserCredentialsValidationResultData(array $data = null)
Ceic\Api\Models.UserInformation(array $data = null)
Ceic\Api\Models.UserSession(array $data = null)
Ceic\Api\Models.UserSessionResult(array $data = null)
Ceic\Api\Models.UserSubscriptionsResult(array $data = null)
Ceic\Api\Models.WatchlistGetResult(array $data = null)
Ceic\Api\Models.WatchlistItem(array $data = null)
Ceic\Api\Models.WatchlistProcessedInformation(array $data = null)
Ceic\Api\Models.WatchlistProcessedResult(array $data = null)
Ceic\Api\Models.UserdefinedClonedSeries(array $data = null)
Ceic\Api\Models.UserdefinedClonedSeriesResponse(array $data = null)
Ceic\Api\Models.UserdefinedClonedSeriesResult(array $data = null)
Ceic\Api\Models.UserdefinedCreateSeriesDataResult(array $data = null)
Ceic\Api\Models.UserdefinedCreatedSeries(array $data = null)
Ceic\Api\Models.UserdefinedCreatedSeriesDataResponse(array $data = null)
Ceic\Api\Models.UserdefinedCreatedSeriesResponse(array $data = null)
Ceic\Api\Models.UserdefinedCreatedSeriesResult(array $data = null)
Ceic\Api\Models.UserdefinedCreatedTimePoint(array $data = null)
Ceic\Api\Models.UserdefinedDeleteSeriesDataResult(array $data = null)
Ceic\Api\Models.UserdefinedDeletedSeries(array $data = null)
Ceic\Api\Models.UserdefinedDeletedSeriesDataBulkResponse(array $data = null)
Ceic\Api\Models.UserdefinedDeletedSeriesDataBulkResult(array $data = null)
Ceic\Api\Models.UserdefinedDeletedSeriesDataResponse(array $data = null)
Ceic\Api\Models.UserdefinedDeletedSeriesResponse(array $data = null)
Ceic\Api\Models.UserdefinedDeletedSeriesResult(array $data = null)
Ceic\Api\Models.UserdefinedDeletedTimePoint(array $data = null)
Ceic\Api\Models.UserdefinedPatchSeriesDataResult(array $data = null)
Ceic\Api\Models.UserdefinedPatchedSeriesDataResponse(array $data = null)
Ceic\Api\Models.UserdefinedPatchedTimePoint(array $data = null)
Ceic\Api\Models.UserdefinedSeries(array $data = null)
Ceic\Api\Models.UserdefinedSeriesDataResponse(array $data = null)
Ceic\Api\Models.UserdefinedSeriesDataResult(array $data = null)
Ceic\Api\Models.UserdefinedSeriesMetadata(array $data = null)
Ceic\Api\Models.UserdefinedSeriesResponse(array $data = null)
Ceic\Api\Models.UserdefinedSeriesResult(array $data = null)
Ceic\Api\Models.UserdefinedTimePoint(array $data = null)
Ceic\Api\Models.UserdefinedTimepointData(array $data = null)
Ceic\Api\Models\QueryEntities.DictionaryApiQueryEntity()
Ceic\Api\Models\QueryEntities.DumpsApiQueryEntity()
Ceic\Api\Models\QueryEntities.FeedsApiQueryEntity()
Ceic\Api\Models\QueryEntities.FiltersApiQueryEntity()
Ceic\Api\Models\QueryEntities.InsightsApiQueryEntity()
Ceic\Api\Models\QueryEntities.InternalApiQueryEntity()
Ceic\Api\Models\QueryEntities.LayoutApiQueryEntity()
Ceic\Api\Models\QueryEntities.ReleasesApiQueryEntity()
Ceic\Api\Models\QueryEntities.SeriesApiQueryEntity()
Ceic\Api\Models\QueryEntities.SessionsApiQueryEntity()
Ceic\Api\Models\QueryEntities.WatchlistApiQueryEntity()
Ceic\Api\Models\QueryEntities.DefaultApiQueryEntity()
Ceic\Api\Models\QueryEntities.UserdefinedApiQueryEntity()