完整的开发指南

API Clients

命名空间: CEIC\api

类: DictionaryApi ((CEIC\ApiClient) [apiClient] = CEIC\ApiClient.instance)


getClassificationIndicatorsWithHttpInfo(id, opts)

返回值:

A Promise, with an object containing data of type CEIC\model\IndicatorsResult and HTTP response

参数:
名称 類型 描述
id String Classification ID.
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)

getClassificationIndicators(id, opts)

返回值:

一个Promise,数据类型为 CEIC\model\IndicatorsResult

参数:
名称 類型 描述
id String Classification ID.
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)

getClassificationsWithHttpInfo(opts)

返回值:

A Promise, with an object containing data of type CEIC\model\ClassificationsResult and HTTP response

参数:
名称 類型 描述
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)

getClassifications(opts)

返回值:

一个Promise,数据类型为 CEIC\model\ClassificationsResult

参数:
名称 類型 描述
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)

getCountriesWithHttpInfo(opts)

返回值:

A Promise, with an object containing data of type CEIC\model\CountriesResult and HTTP response

参数:
名称 類型 描述
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)

getCountries(opts)

返回值:

一个Promise,数据类型为 CEIC\model\CountriesResult

参数:
名称 類型 描述
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)

getCountrySourcesWithHttpInfo(id, opts)

返回值:

A Promise, with an object containing data of type CEIC\model\SourcesResult and HTTP response

参数:
名称 類型 描述
id String Country ISO code
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)

getCountrySources(id, opts)

返回值:

一个Promise,数据类型为 CEIC\model\SourcesResult

参数:
名称 類型 描述
id String Country ISO code
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)

getDictionariesWithHttpInfo(opts)

返回值:

A Promise, with an object containing data of type CEIC\model\DictionaryResult and HTTP response

参数:
名称 類型 描述
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)

getDictionaries(opts)

返回值:

一个Promise,数据类型为 CEIC\model\DictionaryResult

参数:
名称 類型 描述
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)

getFrequenciesWithHttpInfo(opts)

返回值:

A Promise, with an object containing data of type CEIC\model\FrequenciesResult and HTTP response

参数:
名称 類型 描述
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)

getFrequencies(opts)

返回值:

一个Promise,数据类型为 CEIC\model\FrequenciesResult

参数:
名称 類型 描述
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)

getGeoWithHttpInfo(opts)

返回值:

A Promise, with an object containing data of type CEIC\model\GeoResult and HTTP response

参数:
名称 類型 描述
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)

getGeo(opts)

返回值:

一个Promise,数据类型为 CEIC\model\GeoResult

参数:
名称 類型 描述
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)

getIndicatorsWithHttpInfo(opts)

返回值:

A Promise, with an object containing data of type CEIC\model\IndicatorsResult and HTTP response

参数:
名称 類型 描述
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)

getIndicators(opts)

返回值:

一个Promise,数据类型为 CEIC\model\IndicatorsResult

参数:
名称 類型 描述
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)

getLayoutsWithHttpInfo(opts)

返回值:

A Promise, with an object containing data of type CEIC\model\LayoutsResult and HTTP response

参数:
名称 類型 描述
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)

getLayouts(opts)

返回值:

一个Promise,数据类型为 CEIC\model\LayoutsResult

参数:
名称 類型 描述
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)

getRegionsWithHttpInfo(opts)

返回值:

A Promise, with an object containing data of type CEIC\model\RegionsResult and HTTP response

参数:
名称 類型 描述
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)

getRegions(opts)

返回值:

一个Promise,数据类型为 CEIC\model\RegionsResult

参数:
名称 類型 描述
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)

getReleaseStatusesWithHttpInfo(opts)

返回值:

A Promise, with an object containing data of type CEIC\model\ReleaseStatusesResult and HTTP response

参数:
名称 類型 描述
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)

getReleaseStatuses(opts)

返回值:

一个Promise,数据类型为 CEIC\model\ReleaseStatusesResult

参数:
名称 類型 描述
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)

getReleaseTypesWithHttpInfo(opts)

返回值:

A Promise, with an object containing data of type CEIC\model\ReleaseTypesResult and HTTP response

参数:
名称 類型 描述
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)

getReleaseTypes(opts)

返回值:

一个Promise,数据类型为 CEIC\model\ReleaseTypesResult

参数:
名称 類型 描述
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)

getSourcesWithHttpInfo(opts)

返回值:

A Promise, with an object containing data of type CEIC\model\SourcesResult and HTTP response

参数:
名称 類型 描述
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)

getSources(opts)

返回值:

一个Promise,数据类型为 CEIC\model\SourcesResult

参数:
名称 類型 描述
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)

getStatusesWithHttpInfo(opts)

返回值:

A Promise, with an object containing data of type CEIC\model\StatusesResult and HTTP response

参数:
名称 類型 描述
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)

getStatuses(opts)

返回值:

一个Promise,数据类型为 CEIC\model\StatusesResult

参数:
名称 類型 描述
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)

getUnitsWithHttpInfo(opts)

返回值:

A Promise, with an object containing data of type CEIC\model\UnitsResult and HTTP response

参数:
名称 類型 描述
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)

getUnits(opts)

返回值:

一个Promise,数据类型为 CEIC\model\UnitsResult

参数:
名称 類型 描述
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)

命名空间: CEIC\api

类: DumpsApi ((CEIC\ApiClient) [apiClient] = CEIC\ApiClient.instance)


cancelDumpWithHttpInfo(id, opts)

返回值:

A Promise, with an object containing data of type CEIC\model\DumpResult and HTTP response

参数:
名称 類型 描述
id String Dump ID
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)

cancelDump(id, opts)

返回值:

一个Promise,数据类型为 CEIC\model\DumpResult

参数:
名称 類型 描述
id String Dump ID
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)

createDataDumpWithHttpInfo(filterId, opts)

返回值:

A Promise, with an object containing data of type CEIC\model\DumpResult and HTTP response

参数:
名称 類型 描述
filterId String Filter ID
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.name String Name of the new record. Max length 100
opts.description String Description of the new record. Max length 1000
opts.consolidation CEIC\model\String Consolidation Method (default to zip)
opts.delivery CEIC\model\String Delivery Method (default to web)
opts.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. (default to null)
opts.userFtpPath String Result delivery path for local FTP server. Only valid when the localftp delivery method is selected. (default to /ceic_data_dumps/)
opts.userFtpUsername String Username for the local FTP server. Only valid when the localftp delivery method is selected. (default to null)
opts.userFtpPassword String Password for the local FTP server. Only valid when the localftp delivery method is selected and if local_ftp_username is specified. (default to null)
opts.notificationEmail String When set, the user will receive notifications by the e-mail address specified. Multiple comma separated e-mail addresses could be set. (default to null)
opts.notificationUrl String URL for push notification upon dump completion. (default to null)
opts.notificationHttpMethod CEIC\model\String HTTP Method for push notifications. (default to GET)

createDataDump(filterId, opts)

返回值:

一个Promise,数据类型为 CEIC\model\DumpResult

参数:
名称 類型 描述
filterId String Filter ID
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.name String Name of the new record. Max length 100
opts.description String Description of the new record. Max length 1000
opts.consolidation CEIC\model\String Consolidation Method (default to zip)
opts.delivery CEIC\model\String Delivery Method (default to web)
opts.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. (default to null)
opts.userFtpPath String Result delivery path for local FTP server. Only valid when the localftp delivery method is selected. (default to /ceic_data_dumps/)
opts.userFtpUsername String Username for the local FTP server. Only valid when the localftp delivery method is selected. (default to null)
opts.userFtpPassword String Password for the local FTP server. Only valid when the localftp delivery method is selected and if local_ftp_username is specified. (default to null)
opts.notificationEmail String When set, the user will receive notifications by the e-mail address specified. Multiple comma separated e-mail addresses could be set. (default to null)
opts.notificationUrl String URL for push notification upon dump completion. (default to null)
opts.notificationHttpMethod CEIC\model\String HTTP Method for push notifications. (default to GET)

getDataDumpWithHttpInfo(id, opts)

返回值:

A Promise, with an object containing data of type CEIC\model\DumpResult and HTTP response

参数:
名称 類型 描述
id String Dump ID
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)

getDataDump(id, opts)

返回值:

一个Promise,数据类型为 CEIC\model\DumpResult

参数:
名称 類型 描述
id String Dump ID
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)

listUserDumpsWithHttpInfo(opts)

返回值:

A Promise, with an object containing data of type CEIC\model\DumpListResult and HTTP response

参数:
名称 類型 描述
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.offset Number The offset from which the records will be returned. Used to get the next set of records when the limit is reached. (default to 0)
opts.limit Number Number of records to return in the range 1 - 100. Default is 100. (default to 100)
opts.createdAfter Date Will return entries created after `created_after` date
opts.createdBefore Date Will return entries created after `created_before` date
opts.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.
opts.createdOrder CEIC\model\String Choose whether to order the entries ascending or descending. Default is Ascending (default to ASC)
opts.status Array.<CEIC\model\String> Dump status
opts.feedId String Feed ID

listUserDumps(opts)

返回值:

一个Promise,数据类型为 CEIC\model\DumpListResult

参数:
名称 類型 描述
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.offset Number The offset from which the records will be returned. Used to get the next set of records when the limit is reached. (default to 0)
opts.limit Number Number of records to return in the range 1 - 100. Default is 100. (default to 100)
opts.createdAfter Date Will return entries created after `created_after` date
opts.createdBefore Date Will return entries created after `created_before` date
opts.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.
opts.createdOrder CEIC\model\String Choose whether to order the entries ascending or descending. Default is Ascending (default to ASC)
opts.status Array.<CEIC\model\String> Dump status
opts.feedId String Feed ID

命名空间: CEIC\api

类: FeedsApi ((CEIC\ApiClient) [apiClient] = CEIC\ApiClient.instance)


createFeedWithHttpInfo(filterId, opts)

返回值:

A Promise, with an object containing data of type CEIC\model\FeedResult and HTTP response

参数:
名称 類型 描述
filterId String Filter ID
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.name String Name of the new record. Max length 100
opts.description String Description of the new record. Max length 1000
opts.consolidation CEIC\model\String Consolidation Method (default to zip)
opts.delivery CEIC\model\String Delivery Method (default to web)
opts.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. (default to null)
opts.userFtpPath String Result delivery path for local FTP server. Only valid when the localftp delivery method is selected. (default to /ceic_data_dumps/)
opts.userFtpUsername String Username for the local FTP server. Only valid when the localftp delivery method is selected. (default to null)
opts.userFtpPassword String Password for the local FTP server. Only valid when the localftp delivery method is selected and if local_ftp_username is specified. (default to null)
opts.notificationEmail String When set, the user will receive notifications by the e-mail address specified. Multiple comma separated e-mail addresses could be set. (default to null)
opts.notificationUrl String URL for push notification upon dump completion. (default to null)
opts.notificationHttpMethod CEIC\model\String HTTP Method for push notifications. (default to GET)
opts.frequency Number Feed generation frequency (default to 1440)
opts.fullDump Boolean 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. (default to false)

createFeed(filterId, opts)

返回值:

一个Promise,数据类型为 CEIC\model\FeedResult

参数:
名称 類型 描述
filterId String Filter ID
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.name String Name of the new record. Max length 100
opts.description String Description of the new record. Max length 1000
opts.consolidation CEIC\model\String Consolidation Method (default to zip)
opts.delivery CEIC\model\String Delivery Method (default to web)
opts.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. (default to null)
opts.userFtpPath String Result delivery path for local FTP server. Only valid when the localftp delivery method is selected. (default to /ceic_data_dumps/)
opts.userFtpUsername String Username for the local FTP server. Only valid when the localftp delivery method is selected. (default to null)
opts.userFtpPassword String Password for the local FTP server. Only valid when the localftp delivery method is selected and if local_ftp_username is specified. (default to null)
opts.notificationEmail String When set, the user will receive notifications by the e-mail address specified. Multiple comma separated e-mail addresses could be set. (default to null)
opts.notificationUrl String URL for push notification upon dump completion. (default to null)
opts.notificationHttpMethod CEIC\model\String HTTP Method for push notifications. (default to GET)
opts.frequency Number Feed generation frequency (default to 1440)
opts.fullDump Boolean 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. (default to false)

deleteFeedWithHttpInfo(id, opts)

返回值:

A Promise, with an object containing data of type CEIC\model\FeedInformation and HTTP response

参数:
名称 類型 描述
id String Feed ID
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)

deleteFeed(id, opts)

返回值:

一个Promise,数据类型为 CEIC\model\FeedInformation

参数:
名称 類型 描述
id String Feed ID
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)

getFeedWithHttpInfo(id, opts)

返回值:

A Promise, with an object containing data of type CEIC\model\FeedInformation and HTTP response

参数:
名称 類型 描述
id String Feed ID
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)

getFeed(id, opts)

返回值:

一个Promise,数据类型为 CEIC\model\FeedInformation

参数:
名称 類型 描述
id String Feed ID
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)

getFeedsWithHttpInfo(opts)

返回值:

A Promise, with an object containing data of type CEIC\model\FeedsResult and HTTP response

参数:
名称 類型 描述
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.offset Number The offset from which the records will be returned. Used to get the next set of records when the limit is reached. (default to 0)
opts.limit Number Number of records to return in the range 1 - 100. Default is 100. (default to 100)
opts.createdAfter Date Will return entries created after `created_after` date
opts.createdBefore Date Will return entries created after `created_before` date
opts.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.
opts.createdOrder CEIC\model\String Choose whether to order the entries ascending or descending. Default is Ascending (default to ASC)
opts.status Array.<CEIC\model\String> Feed status

getFeeds(opts)

返回值:

一个Promise,数据类型为 CEIC\model\FeedsResult

参数:
名称 類型 描述
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.offset Number The offset from which the records will be returned. Used to get the next set of records when the limit is reached. (default to 0)
opts.limit Number Number of records to return in the range 1 - 100. Default is 100. (default to 100)
opts.createdAfter Date Will return entries created after `created_after` date
opts.createdBefore Date Will return entries created after `created_before` date
opts.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.
opts.createdOrder CEIC\model\String Choose whether to order the entries ascending or descending. Default is Ascending (default to ASC)
opts.status Array.<CEIC\model\String> Feed status

updateFeedWithHttpInfo(id, opts)

返回值:

A Promise, with an object containing data of type CEIC\model\FeedInformation and HTTP response

参数:
名称 類型 描述
id String Feed ID
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.name String Name of the new record. Max length 100
opts.description String Description of the new record. Max length 1000
opts.consolidation CEIC\model\String Consolidation Method (default to zip)
opts.delivery CEIC\model\String Delivery Method (default to web)
opts.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. (default to null)
opts.userFtpPath String Result delivery path for local FTP server. Only valid when the localftp delivery method is selected. (default to /ceic_data_dumps/)
opts.userFtpUsername String Username for the local FTP server. Only valid when the localftp delivery method is selected. (default to null)
opts.userFtpPassword String Password for the local FTP server. Only valid when the localftp delivery method is selected and if local_ftp_username is specified. (default to null)
opts.notificationEmail String When set, the user will receive notifications by the e-mail address specified. Multiple comma separated e-mail addresses could be set. (default to null)
opts.notificationUrl String URL for push notification upon dump completion. (default to null)
opts.notificationHttpMethod CEIC\model\String HTTP Method for push notifications. (default to GET)
opts.frequency Number Feed generation frequency (default to 1440)
opts.fullDump Boolean 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. (default to false)
opts.status CEIC\model\String Feed status
opts.filterId String Filter ID

updateFeed(id, opts)

返回值:

一个Promise,数据类型为 CEIC\model\FeedInformation

参数:
名称 類型 描述
id String Feed ID
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.name String Name of the new record. Max length 100
opts.description String Description of the new record. Max length 1000
opts.consolidation CEIC\model\String Consolidation Method (default to zip)
opts.delivery CEIC\model\String Delivery Method (default to web)
opts.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. (default to null)
opts.userFtpPath String Result delivery path for local FTP server. Only valid when the localftp delivery method is selected. (default to /ceic_data_dumps/)
opts.userFtpUsername String Username for the local FTP server. Only valid when the localftp delivery method is selected. (default to null)
opts.userFtpPassword String Password for the local FTP server. Only valid when the localftp delivery method is selected and if local_ftp_username is specified. (default to null)
opts.notificationEmail String When set, the user will receive notifications by the e-mail address specified. Multiple comma separated e-mail addresses could be set. (default to null)
opts.notificationUrl String URL for push notification upon dump completion. (default to null)
opts.notificationHttpMethod CEIC\model\String HTTP Method for push notifications. (default to GET)
opts.frequency Number Feed generation frequency (default to 1440)
opts.fullDump Boolean 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. (default to false)
opts.status CEIC\model\String Feed status
opts.filterId String Filter ID

命名空间: CEIC\api

类: FiltersApi ((CEIC\ApiClient) [apiClient] = CEIC\ApiClient.instance)


createFilterWithHttpInfo(opts)

返回值:

A Promise, with an object containing data of type CEIC\model\FilterResult and HTTP response

参数:
名称 類型 描述
opts Object Optional parameters
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.forecastOnly Boolean If it is `true` result will only contain series with forecast (default to false)
opts.withReleaseOnly Boolean If it is `true` result will only contain series with released schedule (default to false)
opts.withReplacementsOnly Boolean If it is `true` result will only contain series with suggestions (default to false)
opts.withObservationsOnly Boolean If it is `true` result will not contain series without observations (default to false)
opts.series Array.<String> List of series, comma separated. Its length cannot be more than 100000.
opts.name String Name of the new record. Max length 100
opts.description String Description of the new record. Max length 1000
opts.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
opts.frequency Array.<CEIC\model\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
opts.country Array.<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.
opts.source Array.<String> Source filter. One or more comma separated source code values. See related Dictionary function to get the full list of accepted sources.
opts.unit Array.<String> Unit filter. One or more comma separated unit code values. See related Dictionary function to get the full list of accepted units.
opts.indicator Array.<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!
opts.region Array.<String> Region filter. One or more comma separated region code values. See related Dictionary function to get the full list of accepted regions.
opts.subscribedOnly Boolean Show only results for subscribed series when set to `true`. By default show results for all the series found. (default to false)
opts.keyOnly Boolean Show only 'key' series when set to `true`. (default to false)
opts.newOnly Boolean Show only series created less than 1 month ago when set to `true`. (default to false)
opts.nameOnly Boolean 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. (default to false)
opts.startDateBefore Date Will return series with first observation before `start_date_before`
opts.endDateAfter Date Will return series with last observation after `end_date_after`
opts.createdAfter Date Will return entries created after `created_after` date
opts.updatedAfter Date Will return series last time updated after `updated_after` date
opts.geo Array.<String> Geo filter. One or more comma separated geo id values. See related Dictionary function to get the full list of accepted geo ids.
opts.topic Array.<String> Topic filter. One or more comma separated topic code values.
opts.section Array.<String> Section filter. One or more comma separated section code values.
opts.table Array.<String> Table filter. One or more comma separated table code values.
opts.status Array.<CEIC\model\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 (default to ["T"])
opts.dataSource Array.<CEIC\model\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
opts.order Array.<CEIC\model\String> Sort order. Default is `relevance`.
opts.database Array.<CEIC\model\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*
opts.direction Array.<CEIC\model\String> Sort order direction. Default is `asc`. Accepted values: `asc` - ascending `desc` - descending

createFilter(opts)

返回值:

一个Promise,数据类型为 CEIC\model\FilterResult

参数:
名称 類型 描述
opts Object Optional parameters
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.forecastOnly Boolean If it is `true` result will only contain series with forecast (default to false)
opts.withReleaseOnly Boolean If it is `true` result will only contain series with released schedule (default to false)
opts.withReplacementsOnly Boolean If it is `true` result will only contain series with suggestions (default to false)
opts.withObservationsOnly Boolean If it is `true` result will not contain series without observations (default to false)
opts.series Array.<String> List of series, comma separated. Its length cannot be more than 100000.
opts.name String Name of the new record. Max length 100
opts.description String Description of the new record. Max length 1000
opts.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
opts.frequency Array.<CEIC\model\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
opts.country Array.<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.
opts.source Array.<String> Source filter. One or more comma separated source code values. See related Dictionary function to get the full list of accepted sources.
opts.unit Array.<String> Unit filter. One or more comma separated unit code values. See related Dictionary function to get the full list of accepted units.
opts.indicator Array.<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!
opts.region Array.<String> Region filter. One or more comma separated region code values. See related Dictionary function to get the full list of accepted regions.
opts.subscribedOnly Boolean Show only results for subscribed series when set to `true`. By default show results for all the series found. (default to false)
opts.keyOnly Boolean Show only 'key' series when set to `true`. (default to false)
opts.newOnly Boolean Show only series created less than 1 month ago when set to `true`. (default to false)
opts.nameOnly Boolean 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. (default to false)
opts.startDateBefore Date Will return series with first observation before `start_date_before`
opts.endDateAfter Date Will return series with last observation after `end_date_after`
opts.createdAfter Date Will return entries created after `created_after` date
opts.updatedAfter Date Will return series last time updated after `updated_after` date
opts.geo Array.<String> Geo filter. One or more comma separated geo id values. See related Dictionary function to get the full list of accepted geo ids.
opts.topic Array.<String> Topic filter. One or more comma separated topic code values.
opts.section Array.<String> Section filter. One or more comma separated section code values.
opts.table Array.<String> Table filter. One or more comma separated table code values.
opts.status Array.<CEIC\model\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 (default to ["T"])
opts.dataSource Array.<CEIC\model\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
opts.order Array.<CEIC\model\String> Sort order. Default is `relevance`.
opts.database Array.<CEIC\model\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*
opts.direction Array.<CEIC\model\String> Sort order direction. Default is `asc`. Accepted values: `asc` - ascending `desc` - descending

deleteFiltersWithHttpInfo(id, opts)

返回值:

A Promise, with an object containing data of type CEIC\model\EmptyObject and HTTP response

参数:
名称 類型 描述
id String Filter ID. Accepts one or more comma separated values.
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)

deleteFilters(id, opts)

返回值:

一个Promise,数据类型为 CEIC\model\EmptyObject

参数:
名称 類型 描述
id String Filter ID. Accepts one or more comma separated values.
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)

getFiltersWithHttpInfo(id, opts)

返回值:

A Promise, with an object containing data of type CEIC\model\FiltersResult and HTTP response

参数:
名称 類型 描述
id String Filter ID. Accepts one or more comma separated values.
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)

getFilters(id, opts)

返回值:

一个Promise,数据类型为 CEIC\model\FiltersResult

参数:
名称 類型 描述
id String Filter ID. Accepts one or more comma separated values.
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)

getUserFiltersWithHttpInfo(opts)

返回值:

A Promise, with an object containing data of type CEIC\model\FiltersResult and HTTP response

参数:
名称 類型 描述
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)

getUserFilters(opts)

返回值:

一个Promise,数据类型为 CEIC\model\FiltersResult

参数:
名称 類型 描述
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)

updateFilterWithHttpInfo(id, opts)

返回值:

A Promise, with an object containing data of type CEIC\model\FilterResult and HTTP response

参数:
名称 類型 描述
id String A single Filter ID value
opts Object Optional parameters
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.forecastOnly Boolean If it is `true` result will only contain series with forecast (default to false)
opts.withReleaseOnly Boolean If it is `true` result will only contain series with released schedule (default to false)
opts.withReplacementsOnly Boolean If it is `true` result will only contain series with suggestions (default to false)
opts.withObservationsOnly Boolean If it is `true` result will not contain series without observations (default to false)
opts.series Array.<String> List of series, comma separated. Its length cannot be more than 100000.
opts.name String Name of the new record. Max length 100
opts.description String Description of the new record. Max length 1000
opts.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
opts.frequency Array.<CEIC\model\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
opts.country Array.<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.
opts.source Array.<String> Source filter. One or more comma separated source code values. See related Dictionary function to get the full list of accepted sources.
opts.unit Array.<String> Unit filter. One or more comma separated unit code values. See related Dictionary function to get the full list of accepted units.
opts.indicator Array.<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!
opts.region Array.<String> Region filter. One or more comma separated region code values. See related Dictionary function to get the full list of accepted regions.
opts.subscribedOnly Boolean Show only results for subscribed series when set to `true`. By default show results for all the series found. (default to false)
opts.keyOnly Boolean Show only 'key' series when set to `true`. (default to false)
opts.newOnly Boolean Show only series created less than 1 month ago when set to `true`. (default to false)
opts.nameOnly Boolean 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. (default to false)
opts.startDateBefore Date Will return series with first observation before `start_date_before`
opts.endDateAfter Date Will return series with last observation after `end_date_after`
opts.createdAfter Date Will return entries created after `created_after` date
opts.updatedAfter Date Will return series last time updated after `updated_after` date
opts.geo Array.<String> Geo filter. One or more comma separated geo id values. See related Dictionary function to get the full list of accepted geo ids.
opts.topic Array.<String> Topic filter. One or more comma separated topic code values.
opts.section Array.<String> Section filter. One or more comma separated section code values.
opts.table Array.<String> Table filter. One or more comma separated table code values.
opts.status Array.<CEIC\model\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 (default to ["T"])
opts.dataSource Array.<CEIC\model\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
opts.order Array.<CEIC\model\String> Sort order. Default is `relevance`.
opts.database Array.<CEIC\model\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*
opts.direction Array.<CEIC\model\String> Sort order direction. Default is `asc`. Accepted values: `asc` - ascending `desc` - descending

updateFilter(id, opts)

返回值:

一个Promise,数据类型为 CEIC\model\FilterResult

参数:
名称 類型 描述
id String A single Filter ID value
opts Object Optional parameters
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.forecastOnly Boolean If it is `true` result will only contain series with forecast (default to false)
opts.withReleaseOnly Boolean If it is `true` result will only contain series with released schedule (default to false)
opts.withReplacementsOnly Boolean If it is `true` result will only contain series with suggestions (default to false)
opts.withObservationsOnly Boolean If it is `true` result will not contain series without observations (default to false)
opts.series Array.<String> List of series, comma separated. Its length cannot be more than 100000.
opts.name String Name of the new record. Max length 100
opts.description String Description of the new record. Max length 1000
opts.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
opts.frequency Array.<CEIC\model\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
opts.country Array.<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.
opts.source Array.<String> Source filter. One or more comma separated source code values. See related Dictionary function to get the full list of accepted sources.
opts.unit Array.<String> Unit filter. One or more comma separated unit code values. See related Dictionary function to get the full list of accepted units.
opts.indicator Array.<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!
opts.region Array.<String> Region filter. One or more comma separated region code values. See related Dictionary function to get the full list of accepted regions.
opts.subscribedOnly Boolean Show only results for subscribed series when set to `true`. By default show results for all the series found. (default to false)
opts.keyOnly Boolean Show only 'key' series when set to `true`. (default to false)
opts.newOnly Boolean Show only series created less than 1 month ago when set to `true`. (default to false)
opts.nameOnly Boolean 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. (default to false)
opts.startDateBefore Date Will return series with first observation before `start_date_before`
opts.endDateAfter Date Will return series with last observation after `end_date_after`
opts.createdAfter Date Will return entries created after `created_after` date
opts.updatedAfter Date Will return series last time updated after `updated_after` date
opts.geo Array.<String> Geo filter. One or more comma separated geo id values. See related Dictionary function to get the full list of accepted geo ids.
opts.topic Array.<String> Topic filter. One or more comma separated topic code values.
opts.section Array.<String> Section filter. One or more comma separated section code values.
opts.table Array.<String> Table filter. One or more comma separated table code values.
opts.status Array.<CEIC\model\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 (default to ["T"])
opts.dataSource Array.<CEIC\model\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
opts.order Array.<CEIC\model\String> Sort order. Default is `relevance`.
opts.database Array.<CEIC\model\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*
opts.direction Array.<CEIC\model\String> Sort order direction. Default is `asc`. Accepted values: `asc` - ascending `desc` - descending

命名空间: CEIC\api

类: InsightsApi ((CEIC\ApiClient) [apiClient] = CEIC\ApiClient.instance)


downloadInsightWithHttpInfo(id, fileFormat, opts)

返回值:

A Promise, with an object containing data of type CEIC\model\InsightDownloadResult and HTTP response

参数:
名称 類型 描述
id String Insight ID
fileFormat CEIC\model\String Insight report file format. Available formats: `xlsx`, `pdf`
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.ignoreCache Boolean New file will be generated (default to false)
opts.adjustColumns CEIC\model\String No adjust or wrap text in XLSX cell (default to no)
opts.startDate Date Limits the start date after which the time-points will be returned.
opts.endDate Date Limits the end date before which the time-points will be returned.
opts.count Number Limit the amount of latest time-points returned, by the number specified. (default to 3650)
opts.blankObservations CEIC\model\String If set to true, will return empty time-points which oterwise are omitted. (default to filter)
opts.orientation CEIC\model\String Columns/rows orientation (default to cols)
opts.order CEIC\model\String Sort order - Asc/Desc (default to asc)
opts.decimalPlaces Number Decimal places for the time-points values (default to 3)
opts.dateFormat String Time-points date format

downloadInsight(id, fileFormat, opts)

返回值:

一个Promise,数据类型为 CEIC\model\InsightDownloadResult

参数:
名称 類型 描述
id String Insight ID
fileFormat CEIC\model\String Insight report file format. Available formats: `xlsx`, `pdf`
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.ignoreCache Boolean New file will be generated (default to false)
opts.adjustColumns CEIC\model\String No adjust or wrap text in XLSX cell (default to no)
opts.startDate Date Limits the start date after which the time-points will be returned.
opts.endDate Date Limits the end date before which the time-points will be returned.
opts.count Number Limit the amount of latest time-points returned, by the number specified. (default to 3650)
opts.blankObservations CEIC\model\String If set to true, will return empty time-points which oterwise are omitted. (default to filter)
opts.orientation CEIC\model\String Columns/rows orientation (default to cols)
opts.order CEIC\model\String Sort order - Asc/Desc (default to asc)
opts.decimalPlaces Number Decimal places for the time-points values (default to 3)
opts.dateFormat String Time-points date format

getGalleryInsightsCategoriesWithHttpInfo(opts)

返回值:

A Promise, with an object containing data of type CEIC\model\InsightsCategoriesResult and HTTP response

参数:
名称 類型 描述
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)

getGalleryInsightsCategories(opts)

返回值:

一个Promise,数据类型为 CEIC\model\InsightsCategoriesResult

参数:
名称 類型 描述
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)

getInsightWithHttpInfo(id, opts)

返回值:

A Promise, with an object containing data of type CEIC\model\InsightsResult and HTTP response

参数:
名称 類型 描述
id String Insight ID
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)

getInsight(id, opts)

返回值:

一个Promise,数据类型为 CEIC\model\InsightsResult

参数:
名称 類型 描述
id String Insight ID
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)

getInsightSeriesWithHttpInfo(id, opts)

返回值:

A Promise, with an object containing data of type CEIC\model\InsightSeriesPaginatedResult and HTTP response

参数:
名称 類型 描述
id String Insight ID
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.count Number Limit the amount of latest time-points returned, by the number specified. (default to 3650)
opts.startDate Date Limits the start date after which the time-points will be returned.
opts.endDate Date Limits the end date before which the time-points will be returned.
opts.updatedAfter Date Returns only the updated time-points after the date specified.
opts.blankObservations Boolean If it's set to true, empty time-points will be returned (default to false)
opts.timePointsStatus CEIC\model\String Time points filter. One or more comma separated status code values. When not explicitly set, defaults to T. T - Active X - Deleted (default to active)
opts.withReplacementsMetadata Boolean If it is `true` result will contain replacements metadata not only list of id`s (default to false)
opts.forecastOnly Boolean If it is `true` result will only contain series with forecast (default to false)
opts.withReleaseOnly Boolean If it is `true` result will only contain series with released schedule (default to false)
opts.withReplacementsOnly Boolean If it is `true` result will only contain series with suggestions (default to false)
opts.withObservationsOnly Boolean If it is `true` result will not contain series without observations (default to false)
opts.withContinuousOnly Boolean If set to `true` results will contain only series with available historical extensions (default to false)
opts.limit Number Number of records to return in the range 1 - 100. Default is 100. (default to 100)
opts.offset Number The offset from which the records will be returned. Used to get the next set of records when the limit is reached. (default to 0)

getInsightSeries(id, opts)

返回值:

一个Promise,数据类型为 CEIC\model\InsightSeriesPaginatedResult

参数:
名称 類型 描述
id String Insight ID
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.count Number Limit the amount of latest time-points returned, by the number specified. (default to 3650)
opts.startDate Date Limits the start date after which the time-points will be returned.
opts.endDate Date Limits the end date before which the time-points will be returned.
opts.updatedAfter Date Returns only the updated time-points after the date specified.
opts.blankObservations Boolean If it's set to true, empty time-points will be returned (default to false)
opts.timePointsStatus CEIC\model\String Time points filter. One or more comma separated status code values. When not explicitly set, defaults to T. T - Active X - Deleted (default to active)
opts.withReplacementsMetadata Boolean If it is `true` result will contain replacements metadata not only list of id`s (default to false)
opts.forecastOnly Boolean If it is `true` result will only contain series with forecast (default to false)
opts.withReleaseOnly Boolean If it is `true` result will only contain series with released schedule (default to false)
opts.withReplacementsOnly Boolean If it is `true` result will only contain series with suggestions (default to false)
opts.withObservationsOnly Boolean If it is `true` result will not contain series without observations (default to false)
opts.withContinuousOnly Boolean If set to `true` results will contain only series with available historical extensions (default to false)
opts.limit Number Number of records to return in the range 1 - 100. Default is 100. (default to 100)
opts.offset Number The offset from which the records will be returned. Used to get the next set of records when the limit is reached. (default to 0)

getInsightSeriesDataWithHttpInfo(id, opts)

返回值:

A Promise, with an object containing data of type CEIC\model\InsightSeriesPaginatedResult and HTTP response

参数:
名称 類型 描述
id String Insight ID
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.count Number Limit the amount of latest time-points returned, by the number specified. (default to 3650)
opts.startDate Date Limits the start date after which the time-points will be returned.
opts.endDate Date Limits the end date before which the time-points will be returned.
opts.updatedAfter Date Returns only the updated time-points after the date specified.
opts.blankObservations Boolean If it's set to true, empty time-points will be returned (default to false)
opts.timePointsStatus CEIC\model\String Time points filter. One or more comma separated status code values. When not explicitly set, defaults to T. T - Active X - Deleted (default to active)
opts.limit Number Number of records to return in the range 1 - 100. Default is 100. (default to 100)
opts.offset Number The offset from which the records will be returned. Used to get the next set of records when the limit is reached. (default to 0)

getInsightSeriesData(id, opts)

返回值:

一个Promise,数据类型为 CEIC\model\InsightSeriesPaginatedResult

参数:
名称 類型 描述
id String Insight ID
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.count Number Limit the amount of latest time-points returned, by the number specified. (default to 3650)
opts.startDate Date Limits the start date after which the time-points will be returned.
opts.endDate Date Limits the end date before which the time-points will be returned.
opts.updatedAfter Date Returns only the updated time-points after the date specified.
opts.blankObservations Boolean If it's set to true, empty time-points will be returned (default to false)
opts.timePointsStatus CEIC\model\String Time points filter. One or more comma separated status code values. When not explicitly set, defaults to T. T - Active X - Deleted (default to active)
opts.limit Number Number of records to return in the range 1 - 100. Default is 100. (default to 100)
opts.offset Number The offset from which the records will be returned. Used to get the next set of records when the limit is reached. (default to 0)

getInsightSeriesListWithHttpInfo(seriesId, opts)

返回值:

A Promise, with an object containing data of type CEIC\model\InsightSeriesResult and HTTP response

参数:
名称 類型 描述
seriesId String Insight Series ID
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.count Number Limit the amount of latest time-points returned, by the number specified. (default to 3650)
opts.startDate Date Limits the start date after which the time-points will be returned.
opts.endDate Date Limits the end date before which the time-points will be returned.
opts.updatedAfter Date Returns only the updated time-points after the date specified.
opts.blankObservations Boolean If it's set to true, empty time-points will be returned (default to false)
opts.timePointsStatus CEIC\model\String Time points filter. One or more comma separated status code values. When not explicitly set, defaults to T. T - Active X - Deleted (default to active)
opts.withReplacementsMetadata Boolean If it is `true` result will contain replacements metadata not only list of id`s (default to false)
opts.forecastOnly Boolean If it is `true` result will only contain series with forecast (default to false)
opts.withReleaseOnly Boolean If it is `true` result will only contain series with released schedule (default to false)
opts.withReplacementsOnly Boolean If it is `true` result will only contain series with suggestions (default to false)
opts.withObservationsOnly Boolean If it is `true` result will not contain series without observations (default to false)
opts.withContinuousOnly Boolean If set to `true` results will contain only series with available historical extensions (default to false)

getInsightSeriesList(seriesId, opts)

返回值:

一个Promise,数据类型为 CEIC\model\InsightSeriesResult

参数:
名称 類型 描述
seriesId String Insight Series ID
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.count Number Limit the amount of latest time-points returned, by the number specified. (default to 3650)
opts.startDate Date Limits the start date after which the time-points will be returned.
opts.endDate Date Limits the end date before which the time-points will be returned.
opts.updatedAfter Date Returns only the updated time-points after the date specified.
opts.blankObservations Boolean If it's set to true, empty time-points will be returned (default to false)
opts.timePointsStatus CEIC\model\String Time points filter. One or more comma separated status code values. When not explicitly set, defaults to T. T - Active X - Deleted (default to active)
opts.withReplacementsMetadata Boolean If it is `true` result will contain replacements metadata not only list of id`s (default to false)
opts.forecastOnly Boolean If it is `true` result will only contain series with forecast (default to false)
opts.withReleaseOnly Boolean If it is `true` result will only contain series with released schedule (default to false)
opts.withReplacementsOnly Boolean If it is `true` result will only contain series with suggestions (default to false)
opts.withObservationsOnly Boolean If it is `true` result will not contain series without observations (default to false)
opts.withContinuousOnly Boolean If set to `true` results will contain only series with available historical extensions (default to false)

getInsightSeriesListDataWithHttpInfo(seriesId, opts)

返回值:

A Promise, with an object containing data of type CEIC\model\InsightSeriesResult and HTTP response

参数:
名称 類型 描述
seriesId String Insight Series ID
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.count Number Limit the amount of latest time-points returned, by the number specified. (default to 3650)
opts.startDate Date Limits the start date after which the time-points will be returned.
opts.endDate Date Limits the end date before which the time-points will be returned.
opts.updatedAfter Date Returns only the updated time-points after the date specified.
opts.blankObservations Boolean If it's set to true, empty time-points will be returned (default to false)
opts.timePointsStatus CEIC\model\String Time points filter. One or more comma separated status code values. When not explicitly set, defaults to T. T - Active X - Deleted (default to active)

getInsightSeriesListData(seriesId, opts)

返回值:

一个Promise,数据类型为 CEIC\model\InsightSeriesResult

参数:
名称 類型 描述
seriesId String Insight Series ID
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.count Number Limit the amount of latest time-points returned, by the number specified. (default to 3650)
opts.startDate Date Limits the start date after which the time-points will be returned.
opts.endDate Date Limits the end date before which the time-points will be returned.
opts.updatedAfter Date Returns only the updated time-points after the date specified.
opts.blankObservations Boolean If it's set to true, empty time-points will be returned (default to false)
opts.timePointsStatus CEIC\model\String Time points filter. One or more comma separated status code values. When not explicitly set, defaults to T. T - Active X - Deleted (default to active)

getInsightSeriesListMetadataWithHttpInfo(seriesId, opts)

返回值:

A Promise, with an object containing data of type CEIC\model\InsightSeriesResult and HTTP response

参数:
名称 類型 描述
seriesId String Insight Series ID
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.withReplacementsMetadata Boolean If it is `true` result will contain replacements metadata not only list of id`s (default to false)
opts.forecastOnly Boolean If it is `true` result will only contain series with forecast (default to false)
opts.withReleaseOnly Boolean If it is `true` result will only contain series with released schedule (default to false)
opts.withReplacementsOnly Boolean If it is `true` result will only contain series with suggestions (default to false)
opts.withObservationsOnly Boolean If it is `true` result will not contain series without observations (default to false)
opts.withContinuousOnly Boolean If set to `true` results will contain only series with available historical extensions (default to false)

getInsightSeriesListMetadata(seriesId, opts)

返回值:

一个Promise,数据类型为 CEIC\model\InsightSeriesResult

参数:
名称 類型 描述
seriesId String Insight Series ID
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.withReplacementsMetadata Boolean If it is `true` result will contain replacements metadata not only list of id`s (default to false)
opts.forecastOnly Boolean If it is `true` result will only contain series with forecast (default to false)
opts.withReleaseOnly Boolean If it is `true` result will only contain series with released schedule (default to false)
opts.withReplacementsOnly Boolean If it is `true` result will only contain series with suggestions (default to false)
opts.withObservationsOnly Boolean If it is `true` result will not contain series without observations (default to false)
opts.withContinuousOnly Boolean If set to `true` results will contain only series with available historical extensions (default to false)

getInsightSeriesMetadataWithHttpInfo(id, opts)

返回值:

A Promise, with an object containing data of type CEIC\model\InsightSeriesPaginatedResult and HTTP response

参数:
名称 類型 描述
id String Insight ID
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.withReplacementsMetadata Boolean If it is `true` result will contain replacements metadata not only list of id`s (default to false)
opts.forecastOnly Boolean If it is `true` result will only contain series with forecast (default to false)
opts.withReleaseOnly Boolean If it is `true` result will only contain series with released schedule (default to false)
opts.withReplacementsOnly Boolean If it is `true` result will only contain series with suggestions (default to false)
opts.withObservationsOnly Boolean If it is `true` result will not contain series without observations (default to false)
opts.withContinuousOnly Boolean If set to `true` results will contain only series with available historical extensions (default to false)
opts.limit Number Number of records to return in the range 1 - 100. Default is 100. (default to 100)
opts.offset Number The offset from which the records will be returned. Used to get the next set of records when the limit is reached. (default to 0)

getInsightSeriesMetadata(id, opts)

返回值:

一个Promise,数据类型为 CEIC\model\InsightSeriesPaginatedResult

参数:
名称 類型 描述
id String Insight ID
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.withReplacementsMetadata Boolean If it is `true` result will contain replacements metadata not only list of id`s (default to false)
opts.forecastOnly Boolean If it is `true` result will only contain series with forecast (default to false)
opts.withReleaseOnly Boolean If it is `true` result will only contain series with released schedule (default to false)
opts.withReplacementsOnly Boolean If it is `true` result will only contain series with suggestions (default to false)
opts.withObservationsOnly Boolean If it is `true` result will not contain series without observations (default to false)
opts.withContinuousOnly Boolean If set to `true` results will contain only series with available historical extensions (default to false)
opts.limit Number Number of records to return in the range 1 - 100. Default is 100. (default to 100)
opts.offset Number The offset from which the records will be returned. Used to get the next set of records when the limit is reached. (default to 0)

getInsightsWithHttpInfo(opts)

返回值:

A Promise, with an object containing data of type CEIC\model\InsightsResult and HTTP response

参数:
名称 類型 描述
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)

getInsights(opts)

返回值:

一个Promise,数据类型为 CEIC\model\InsightsResult

参数:
名称 類型 描述
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)

getInsightsCategoriesWithHttpInfo(opts)

返回值:

A Promise, with an object containing data of type CEIC\model\InsightsCategoriesResult and HTTP response

参数:
名称 類型 描述
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)

getInsightsCategories(opts)

返回值:

一个Promise,数据类型为 CEIC\model\InsightsCategoriesResult

参数:
名称 類型 描述
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)

searchInsightsWithHttpInfo(opts)

返回值:

A Promise, with an object containing data of type CEIC\model\InsightsSearchResult and HTTP response

参数:
名称 類型 描述
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.group CEIC\model\String Insights group. Default is `my`. (default to my)
opts.limit Number Number of records to return (default to 30)
opts.offset Number The offset from which the records will be returned. Used to get the next set of records when the limit is reached. (default to 0)
opts.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
opts.order Object Sort order (default to edit_date)
opts.direction Object Sort order direction (default to asc)
opts.tags Array.<String> List of insight tags to search by tag
opts.categories Array.<String> List of insights categories to search by category

searchInsights(opts)

返回值:

一个Promise,数据类型为 CEIC\model\InsightsSearchResult

参数:
名称 類型 描述
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.group CEIC\model\String Insights group. Default is `my`. (default to my)
opts.limit Number Number of records to return (default to 30)
opts.offset Number The offset from which the records will be returned. Used to get the next set of records when the limit is reached. (default to 0)
opts.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
opts.order Object Sort order (default to edit_date)
opts.direction Object Sort order direction (default to asc)
opts.tags Array.<String> List of insight tags to search by tag
opts.categories Array.<String> List of insights categories to search by category

命名空间: CEIC\api

类: InternalApi ((CEIC\ApiClient) [apiClient] = CEIC\ApiClient.instance)


getInternalRemarksWithHttpInfo(id, opts)

返回值:

A Promise, with an object containing data of type CEIC\model\SeriesInternalRemarksResult and HTTP response

参数:
名称 類型 描述
id String Series ID or Series Code to return. Accepts only one series ID or series Code.
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.withReplacementsMetadata Boolean If it is `true` result will contain replacements metadata not only list of id`s (default to false)
opts.forecastOnly Boolean If it is `true` result will only contain series with forecast (default to false)
opts.withReleaseOnly Boolean If it is `true` result will only contain series with released schedule (default to false)
opts.withReplacementsOnly Boolean If it is `true` result will only contain series with suggestions (default to false)
opts.withObservationsOnly Boolean If it is `true` result will not contain series without observations (default to false)
opts.withContinuousOnly Boolean If set to `true` results will contain only series with available historical extensions (default to false)

getInternalRemarks(id, opts)

返回值:

一个Promise,数据类型为 CEIC\model\SeriesInternalRemarksResult

参数:
名称 類型 描述
id String Series ID or Series Code to return. Accepts only one series ID or series Code.
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.withReplacementsMetadata Boolean If it is `true` result will contain replacements metadata not only list of id`s (default to false)
opts.forecastOnly Boolean If it is `true` result will only contain series with forecast (default to false)
opts.withReleaseOnly Boolean If it is `true` result will only contain series with released schedule (default to false)
opts.withReplacementsOnly Boolean If it is `true` result will only contain series with suggestions (default to false)
opts.withObservationsOnly Boolean If it is `true` result will not contain series without observations (default to false)
opts.withContinuousOnly Boolean If set to `true` results will contain only series with available historical extensions (default to false)

命名空间: CEIC\api

类: LayoutApi ((CEIC\ApiClient) [apiClient] = CEIC\ApiClient.instance)


getLayoutDatabasesWithHttpInfo(opts)

返回值:

A Promise, with an object containing data of type CEIC\model\LayoutItemsResult and HTTP response

参数:
名称 類型 描述
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.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
opts.strictKeywordSearch Boolean When true, will make a strict keywords search instead of fuzzy search. (default to false)
opts.frequency Array.<CEIC\model\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
opts.country Array.<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.
opts.source Array.<String> Source filter. One or more comma separated source code values. See related Dictionary function to get the full list of accepted sources.
opts.unit Array.<String> Unit filter. One or more comma separated unit code values. See related Dictionary function to get the full list of accepted units.
opts.indicator Array.<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!
opts.region Array.<String> Region filter. One or more comma separated region code values. See related Dictionary function to get the full list of accepted regions.
opts.subscribedOnly Boolean Show only results for subscribed series when set to `true`. By default show results for all the series found. (default to false)
opts.keyOnly Boolean Show only 'key' series when set to `true`. (default to false)
opts.newOnly Boolean Show only series created less than 1 month ago when set to `true`. (default to false)
opts.nameOnly Boolean 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. (default to false)
opts.startDateBefore Date Will return series with first observation before `start_date_before`
opts.endDateAfter Date Will return series with last observation after `end_date_after`
opts.createdAfter Date Will return entries created after `created_after` date
opts.updatedAfter Date Will return series last time updated after `updated_after` date
opts.geo Array.<String> Geo filter. One or more comma separated geo id values. See related Dictionary function to get the full list of accepted geo ids.
opts.status Array.<CEIC\model\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 (default to ["T","C","B","D"])
opts.filterId Array.<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.

getLayoutDatabases(opts)

返回值:

一个Promise,数据类型为 CEIC\model\LayoutItemsResult

参数:
名称 類型 描述
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.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
opts.strictKeywordSearch Boolean When true, will make a strict keywords search instead of fuzzy search. (default to false)
opts.frequency Array.<CEIC\model\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
opts.country Array.<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.
opts.source Array.<String> Source filter. One or more comma separated source code values. See related Dictionary function to get the full list of accepted sources.
opts.unit Array.<String> Unit filter. One or more comma separated unit code values. See related Dictionary function to get the full list of accepted units.
opts.indicator Array.<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!
opts.region Array.<String> Region filter. One or more comma separated region code values. See related Dictionary function to get the full list of accepted regions.
opts.subscribedOnly Boolean Show only results for subscribed series when set to `true`. By default show results for all the series found. (default to false)
opts.keyOnly Boolean Show only 'key' series when set to `true`. (default to false)
opts.newOnly Boolean Show only series created less than 1 month ago when set to `true`. (default to false)
opts.nameOnly Boolean 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. (default to false)
opts.startDateBefore Date Will return series with first observation before `start_date_before`
opts.endDateAfter Date Will return series with last observation after `end_date_after`
opts.createdAfter Date Will return entries created after `created_after` date
opts.updatedAfter Date Will return series last time updated after `updated_after` date
opts.geo Array.<String> Geo filter. One or more comma separated geo id values. See related Dictionary function to get the full list of accepted geo ids.
opts.status Array.<CEIC\model\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 (default to ["T","C","B","D"])
opts.filterId Array.<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.

getLayoutFootnoteWithHttpInfo(nodeCode, opts)

返回值:

A Promise, with an object containing data of type @link 'String' and HTTP response

参数:
名称 類型 描述
nodeCode String Node Code - Database ID, Topic ID, Section ID or Table ID
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.lang CEIC\model\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 (default to en)

getLayoutFootnote(nodeCode, opts)

返回值:

一个Promise,数据类型为 @link 'String'

参数:
名称 類型 描述
nodeCode String Node Code - Database ID, Topic ID, Section ID or Table ID
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.lang CEIC\model\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 (default to en)

getLayoutFootnoteMetadataWithHttpInfo(nodeCode, opts)

返回值:

A Promise, with an object containing data of type CEIC\model\LayoutFootnoteMetadataResult and HTTP response

参数:
名称 類型 描述
nodeCode String Node Code - Database ID, Topic ID, Section ID or Table ID
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)

getLayoutFootnoteMetadata(nodeCode, opts)

返回值:

一个Promise,数据类型为 CEIC\model\LayoutFootnoteMetadataResult

参数:
名称 類型 描述
nodeCode String Node Code - Database ID, Topic ID, Section ID or Table ID
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)

getLayoutFootnoteResourceWithHttpInfo(nodeCode, fileName, opts)

返回值:

A Promise, with an object containing data of type @link 'String' and HTTP response

参数:
名称 類型 描述
nodeCode String Node Code - Database ID, Topic ID, Section ID or Table ID
fileName String Resource file name
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.lang CEIC\model\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 (default to en)

getLayoutFootnoteResource(nodeCode, fileName, opts)

返回值:

一个Promise,数据类型为 @link 'String'

参数:
名称 類型 描述
nodeCode String Node Code - Database ID, Topic ID, Section ID or Table ID
fileName String Resource file name
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.lang CEIC\model\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 (default to en)

getLayoutFullMetadataWithHttpInfo(id, opts)

返回值:

A Promise, with an object containing data of type CEIC\model\LayoutFullMetadataResult and HTTP response

参数:
名称 類型 描述
id String Node ID
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)

getLayoutFullMetadata(id, opts)

返回值:

一个Promise,数据类型为 CEIC\model\LayoutFullMetadataResult

参数:
名称 類型 描述
id String Node ID
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)

getLayoutFullMetadata_0WithHttpInfo(id, opts)

返回值:

A Promise, with an object containing data of type CEIC\model\LayoutFullMetadataResult and HTTP response

参数:
名称 類型 描述
id String Node ID
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)

getLayoutFullMetadata_0(id, opts)

返回值:

一个Promise,数据类型为 CEIC\model\LayoutFullMetadataResult

参数:
名称 類型 描述
id String Node ID
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)

getLayoutFullMetadata_1WithHttpInfo(id, opts)

返回值:

A Promise, with an object containing data of type CEIC\model\LayoutFullMetadataResult and HTTP response

参数:
名称 類型 描述
id String Node ID
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)

getLayoutFullMetadata_1(id, opts)

返回值:

一个Promise,数据类型为 CEIC\model\LayoutFullMetadataResult

参数:
名称 類型 描述
id String Node ID
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)

getLayoutSectionsWithHttpInfo(id, opts)

返回值:

A Promise, with an object containing data of type CEIC\model\LayoutItemsResult and HTTP response

参数:
名称 類型 描述
id String Topic ID
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.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
opts.strictKeywordSearch Boolean When true, will make a strict keywords search instead of fuzzy search. (default to false)
opts.frequency Array.<CEIC\model\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
opts.country Array.<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.
opts.source Array.<String> Source filter. One or more comma separated source code values. See related Dictionary function to get the full list of accepted sources.
opts.unit Array.<String> Unit filter. One or more comma separated unit code values. See related Dictionary function to get the full list of accepted units.
opts.indicator Array.<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!
opts.region Array.<String> Region filter. One or more comma separated region code values. See related Dictionary function to get the full list of accepted regions.
opts.subscribedOnly Boolean Show only results for subscribed series when set to `true`. By default show results for all the series found. (default to false)
opts.keyOnly Boolean Show only 'key' series when set to `true`. (default to false)
opts.newOnly Boolean Show only series created less than 1 month ago when set to `true`. (default to false)
opts.nameOnly Boolean 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. (default to false)
opts.startDateBefore Date Will return series with first observation before `start_date_before`
opts.endDateAfter Date Will return series with last observation after `end_date_after`
opts.createdAfter Date Will return entries created after `created_after` date
opts.updatedAfter Date Will return series last time updated after `updated_after` date
opts.geo Array.<String> Geo filter. One or more comma separated geo id values. See related Dictionary function to get the full list of accepted geo ids.
opts.status Array.<CEIC\model\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 (default to ["T","C","B","D"])
opts.filterId Array.<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.

getLayoutSections(id, opts)

返回值:

一个Promise,数据类型为 CEIC\model\LayoutItemsResult

参数:
名称 類型 描述
id String Topic ID
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.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
opts.strictKeywordSearch Boolean When true, will make a strict keywords search instead of fuzzy search. (default to false)
opts.frequency Array.<CEIC\model\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
opts.country Array.<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.
opts.source Array.<String> Source filter. One or more comma separated source code values. See related Dictionary function to get the full list of accepted sources.
opts.unit Array.<String> Unit filter. One or more comma separated unit code values. See related Dictionary function to get the full list of accepted units.
opts.indicator Array.<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!
opts.region Array.<String> Region filter. One or more comma separated region code values. See related Dictionary function to get the full list of accepted regions.
opts.subscribedOnly Boolean Show only results for subscribed series when set to `true`. By default show results for all the series found. (default to false)
opts.keyOnly Boolean Show only 'key' series when set to `true`. (default to false)
opts.newOnly Boolean Show only series created less than 1 month ago when set to `true`. (default to false)
opts.nameOnly Boolean 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. (default to false)
opts.startDateBefore Date Will return series with first observation before `start_date_before`
opts.endDateAfter Date Will return series with last observation after `end_date_after`
opts.createdAfter Date Will return entries created after `created_after` date
opts.updatedAfter Date Will return series last time updated after `updated_after` date
opts.geo Array.<String> Geo filter. One or more comma separated geo id values. See related Dictionary function to get the full list of accepted geo ids.
opts.status Array.<CEIC\model\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 (default to ["T","C","B","D"])
opts.filterId Array.<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.

getLayoutSeriesWithHttpInfo(id, opts)

返回值:

A Promise, with an object containing data of type CEIC\model\SeriesResult and HTTP response

参数:
名称 類型 描述
id String Table ID
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.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
opts.strictKeywordSearch Boolean When true, will make a strict keywords search instead of fuzzy search. (default to false)
opts.frequency Array.<CEIC\model\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
opts.country Array.<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.
opts.source Array.<String> Source filter. One or more comma separated source code values. See related Dictionary function to get the full list of accepted sources.
opts.unit Array.<String> Unit filter. One or more comma separated unit code values. See related Dictionary function to get the full list of accepted units.
opts.indicator Array.<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!
opts.region Array.<String> Region filter. One or more comma separated region code values. See related Dictionary function to get the full list of accepted regions.
opts.subscribedOnly Boolean Show only results for subscribed series when set to `true`. By default show results for all the series found. (default to false)
opts.keyOnly Boolean Show only 'key' series when set to `true`. (default to false)
opts.newOnly Boolean Show only series created less than 1 month ago when set to `true`. (default to false)
opts.nameOnly Boolean 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. (default to false)
opts.startDateBefore Date Will return series with first observation before `start_date_before`
opts.endDateAfter Date Will return series with last observation after `end_date_after`
opts.createdAfter Date Will return entries created after `created_after` date
opts.updatedAfter Date Will return series last time updated after `updated_after` date
opts.geo Array.<String> Geo filter. One or more comma separated geo id values. See related Dictionary function to get the full list of accepted geo ids.
opts.status Array.<CEIC\model\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 (default to ["T","C","B","D"])
opts.filterId Array.<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.

getLayoutSeries(id, opts)

返回值:

一个Promise,数据类型为 CEIC\model\SeriesResult

参数:
名称 類型 描述
id String Table ID
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.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
opts.strictKeywordSearch Boolean When true, will make a strict keywords search instead of fuzzy search. (default to false)
opts.frequency Array.<CEIC\model\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
opts.country Array.<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.
opts.source Array.<String> Source filter. One or more comma separated source code values. See related Dictionary function to get the full list of accepted sources.
opts.unit Array.<String> Unit filter. One or more comma separated unit code values. See related Dictionary function to get the full list of accepted units.
opts.indicator Array.<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!
opts.region Array.<String> Region filter. One or more comma separated region code values. See related Dictionary function to get the full list of accepted regions.
opts.subscribedOnly Boolean Show only results for subscribed series when set to `true`. By default show results for all the series found. (default to false)
opts.keyOnly Boolean Show only 'key' series when set to `true`. (default to false)
opts.newOnly Boolean Show only series created less than 1 month ago when set to `true`. (default to false)
opts.nameOnly Boolean 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. (default to false)
opts.startDateBefore Date Will return series with first observation before `start_date_before`
opts.endDateAfter Date Will return series with last observation after `end_date_after`
opts.createdAfter Date Will return entries created after `created_after` date
opts.updatedAfter Date Will return series last time updated after `updated_after` date
opts.geo Array.<String> Geo filter. One or more comma separated geo id values. See related Dictionary function to get the full list of accepted geo ids.
opts.status Array.<CEIC\model\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 (default to ["T","C","B","D"])
opts.filterId Array.<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.

getLayoutTablesWithHttpInfo(id, opts)

返回值:

A Promise, with an object containing data of type CEIC\model\LayoutItemsResult and HTTP response

参数:
名称 類型 描述
id String Section ID
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.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
opts.strictKeywordSearch Boolean When true, will make a strict keywords search instead of fuzzy search. (default to false)
opts.frequency Array.<CEIC\model\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
opts.country Array.<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.
opts.source Array.<String> Source filter. One or more comma separated source code values. See related Dictionary function to get the full list of accepted sources.
opts.unit Array.<String> Unit filter. One or more comma separated unit code values. See related Dictionary function to get the full list of accepted units.
opts.indicator Array.<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!
opts.region Array.<String> Region filter. One or more comma separated region code values. See related Dictionary function to get the full list of accepted regions.
opts.subscribedOnly Boolean Show only results for subscribed series when set to `true`. By default show results for all the series found. (default to false)
opts.keyOnly Boolean Show only 'key' series when set to `true`. (default to false)
opts.newOnly Boolean Show only series created less than 1 month ago when set to `true`. (default to false)
opts.nameOnly Boolean 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. (default to false)
opts.startDateBefore Date Will return series with first observation before `start_date_before`
opts.endDateAfter Date Will return series with last observation after `end_date_after`
opts.createdAfter Date Will return entries created after `created_after` date
opts.updatedAfter Date Will return series last time updated after `updated_after` date
opts.geo Array.<String> Geo filter. One or more comma separated geo id values. See related Dictionary function to get the full list of accepted geo ids.
opts.status Array.<CEIC\model\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 (default to ["T","C","B","D"])
opts.filterId Array.<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.

getLayoutTables(id, opts)

返回值:

一个Promise,数据类型为 CEIC\model\LayoutItemsResult

参数:
名称 類型 描述
id String Section ID
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.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
opts.strictKeywordSearch Boolean When true, will make a strict keywords search instead of fuzzy search. (default to false)
opts.frequency Array.<CEIC\model\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
opts.country Array.<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.
opts.source Array.<String> Source filter. One or more comma separated source code values. See related Dictionary function to get the full list of accepted sources.
opts.unit Array.<String> Unit filter. One or more comma separated unit code values. See related Dictionary function to get the full list of accepted units.
opts.indicator Array.<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!
opts.region Array.<String> Region filter. One or more comma separated region code values. See related Dictionary function to get the full list of accepted regions.
opts.subscribedOnly Boolean Show only results for subscribed series when set to `true`. By default show results for all the series found. (default to false)
opts.keyOnly Boolean Show only 'key' series when set to `true`. (default to false)
opts.newOnly Boolean Show only series created less than 1 month ago when set to `true`. (default to false)
opts.nameOnly Boolean 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. (default to false)
opts.startDateBefore Date Will return series with first observation before `start_date_before`
opts.endDateAfter Date Will return series with last observation after `end_date_after`
opts.createdAfter Date Will return entries created after `created_after` date
opts.updatedAfter Date Will return series last time updated after `updated_after` date
opts.geo Array.<String> Geo filter. One or more comma separated geo id values. See related Dictionary function to get the full list of accepted geo ids.
opts.status Array.<CEIC\model\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 (default to ["T","C","B","D"])
opts.filterId Array.<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.

getLayoutTopicsWithHttpInfo(id, opts)

返回值:

A Promise, with an object containing data of type CEIC\model\LayoutItemsResult and HTTP response

参数:
名称 類型 描述
id String Database ID
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.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
opts.strictKeywordSearch Boolean When true, will make a strict keywords search instead of fuzzy search. (default to false)
opts.frequency Array.<CEIC\model\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
opts.country Array.<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.
opts.source Array.<String> Source filter. One or more comma separated source code values. See related Dictionary function to get the full list of accepted sources.
opts.unit Array.<String> Unit filter. One or more comma separated unit code values. See related Dictionary function to get the full list of accepted units.
opts.indicator Array.<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!
opts.region Array.<String> Region filter. One or more comma separated region code values. See related Dictionary function to get the full list of accepted regions.
opts.subscribedOnly Boolean Show only results for subscribed series when set to `true`. By default show results for all the series found. (default to false)
opts.keyOnly Boolean Show only 'key' series when set to `true`. (default to false)
opts.newOnly Boolean Show only series created less than 1 month ago when set to `true`. (default to false)
opts.nameOnly Boolean 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. (default to false)
opts.startDateBefore Date Will return series with first observation before `start_date_before`
opts.endDateAfter Date Will return series with last observation after `end_date_after`
opts.createdAfter Date Will return entries created after `created_after` date
opts.updatedAfter Date Will return series last time updated after `updated_after` date
opts.geo Array.<String> Geo filter. One or more comma separated geo id values. See related Dictionary function to get the full list of accepted geo ids.
opts.status Array.<CEIC\model\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 (default to ["T","C","B","D"])
opts.filterId Array.<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.

getLayoutTopics(id, opts)

返回值:

一个Promise,数据类型为 CEIC\model\LayoutItemsResult

参数:
名称 類型 描述
id String Database ID
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.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
opts.strictKeywordSearch Boolean When true, will make a strict keywords search instead of fuzzy search. (default to false)
opts.frequency Array.<CEIC\model\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
opts.country Array.<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.
opts.source Array.<String> Source filter. One or more comma separated source code values. See related Dictionary function to get the full list of accepted sources.
opts.unit Array.<String> Unit filter. One or more comma separated unit code values. See related Dictionary function to get the full list of accepted units.
opts.indicator Array.<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!
opts.region Array.<String> Region filter. One or more comma separated region code values. See related Dictionary function to get the full list of accepted regions.
opts.subscribedOnly Boolean Show only results for subscribed series when set to `true`. By default show results for all the series found. (default to false)
opts.keyOnly Boolean Show only 'key' series when set to `true`. (default to false)
opts.newOnly Boolean Show only series created less than 1 month ago when set to `true`. (default to false)
opts.nameOnly Boolean 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. (default to false)
opts.startDateBefore Date Will return series with first observation before `start_date_before`
opts.endDateAfter Date Will return series with last observation after `end_date_after`
opts.createdAfter Date Will return entries created after `created_after` date
opts.updatedAfter Date Will return series last time updated after `updated_after` date
opts.geo Array.<String> Geo filter. One or more comma separated geo id values. See related Dictionary function to get the full list of accepted geo ids.
opts.status Array.<CEIC\model\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 (default to ["T","C","B","D"])
opts.filterId Array.<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.

命名空间: CEIC\api

类: ReleasesApi ((CEIC\ApiClient) [apiClient] = CEIC\ApiClient.instance)


getReleaseSeriesWithHttpInfo(code, opts)

返回值:

A Promise, with an object containing data of type CEIC\model\ReleaseSeriesResult and HTTP response

参数:
名称 類型 描述
code String Release identifier code for a group of series with the same release schedule. Accepts only one release identifier code.
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.limit Number Number of records to return in the range 1 - 100. Default is 100. (default to 100)
opts.offset Number The offset from which the records will be returned. Used to get the next set of records when the limit is reached. (default to 0)

getReleaseSeries(code, opts)

返回值:

一个Promise,数据类型为 CEIC\model\ReleaseSeriesResult

参数:
名称 類型 描述
code String Release identifier code for a group of series with the same release schedule. Accepts only one release identifier code.
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.limit Number Number of records to return in the range 1 - 100. Default is 100. (default to 100)
opts.offset Number The offset from which the records will be returned. Used to get the next set of records when the limit is reached. (default to 0)

getSeriesReleasesWithHttpInfo(id, opts)

返回值:

A Promise, with an object containing data of type CEIC\model\SeriesReleaseScheduleSearchResult and HTTP response

参数:
名称 類型 描述
id String Series ID or Series Code to return. Accepts only one series ID or series Code.
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.releaseDateFrom Date Will return releases with first observation before `release_date_from`
opts.releaseDateTo Date Will return releases with last observation after `release_date_to`
opts.releaseStatus Array.<CEIC\model\String> List of release statuses to return
opts.offset Number The offset from which the records will be returned. Used to get the next set of records when the limit is reached. (default to 0)
opts.limit Number Number of records to return in the range 1 - 100. Default is 100. (default to 100)

getSeriesReleases(id, opts)

返回值:

一个Promise,数据类型为 CEIC\model\SeriesReleaseScheduleSearchResult

参数:
名称 類型 描述
id String Series ID or Series Code to return. Accepts only one series ID or series Code.
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.releaseDateFrom Date Will return releases with first observation before `release_date_from`
opts.releaseDateTo Date Will return releases with last observation after `release_date_to`
opts.releaseStatus Array.<CEIC\model\String> List of release statuses to return
opts.offset Number The offset from which the records will be returned. Used to get the next set of records when the limit is reached. (default to 0)
opts.limit Number Number of records to return in the range 1 - 100. Default is 100. (default to 100)

searchSeriesReleasesWithHttpInfo(opts)

返回值:

A Promise, with an object containing data of type CEIC\model\SeriesReleaseScheduleSearchResult and HTTP response

参数:
名称 類型 描述
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.limit Number Number of records to return in the range 1 - 100. Default is 100. (default to 100)
opts.offset Number The offset from which the records will be returned. Used to get the next set of records when the limit is reached. (default to 0)
opts.layout Array.<CEIC\model\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*
opts.database Array.<CEIC\model\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*
opts.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
opts.strictKeywordSearch Boolean When true, will make a strict keywords search instead of fuzzy search. (default to false)
opts.frequency Array.<CEIC\model\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
opts.country Array.<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.
opts.source Array.<String> Source filter. One or more comma separated source code values. See related Dictionary function to get the full list of accepted sources.
opts.unit Array.<String> Unit filter. One or more comma separated unit code values. See related Dictionary function to get the full list of accepted units.
opts.indicator Array.<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!
opts.region Array.<String> Region filter. One or more comma separated region code values. See related Dictionary function to get the full list of accepted regions.
opts.subscribedOnly Boolean Show only results for subscribed series when set to `true`. By default show results for all the series found. (default to false)
opts.keyOnly Boolean Show only 'key' series when set to `true`. (default to false)
opts.newOnly Boolean Show only series created less than 1 month ago when set to `true`. (default to false)
opts.nameOnly Boolean 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. (default to false)
opts.startDateBefore Date Will return series with first observation before `start_date_before`
opts.endDateAfter Date Will return series with last observation after `end_date_after`
opts.createdAfter Date Will return entries created after `created_after` date
opts.updatedAfter Date Will return series last time updated after `updated_after` date
opts.geo Array.<String> Geo filter. One or more comma separated geo id values. See related Dictionary function to get the full list of accepted geo ids.
opts.status Array.<CEIC\model\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 (default to ["T"])
opts.dataSource Array.<CEIC\model\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
opts.series Array.<String> List of series
opts.topic Array.<String> Topic filter. One or more comma separated topic code values.
opts.section Array.<String> Section filter. One or more comma separated section code values.
opts.table Array.<String> Table filter. One or more comma separated table code values.
opts.order Array.<CEIC\model\String> Sort order. Default is `relevance`.
opts.direction Array.<CEIC\model\String> Sort order direction. Default is `asc`. Accepted values: `asc` - ascending `desc` - descending
opts.filterId Array.<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.
opts.withReplacementsMetadata Boolean If it is `true` result will contain replacements metadata not only list of id`s (default to false)
opts.forecastOnly Boolean If it is `true` result will only contain series with forecast (default to false)
opts.withReleaseOnly Boolean If it is `true` result will only contain series with released schedule (default to false)
opts.withReplacementsOnly Boolean If it is `true` result will only contain series with suggestions (default to false)
opts.withObservationsOnly Boolean If it is `true` result will not contain series without observations (default to false)
opts.withContinuousOnly Boolean If set to `true` results will contain only series with available historical extensions (default to false)
opts.facet Array.<CEIC\model\String> List of facets to return
opts.releaseDateFrom Date Will return releases with first observation before `release_date_from`
opts.releaseDateTo Date Will return releases with last observation after `release_date_to`
opts.releaseStatus Array.<CEIC\model\String> List of release statuses to return

searchSeriesReleases(opts)

返回值:

一个Promise,数据类型为 CEIC\model\SeriesReleaseScheduleSearchResult

参数:
名称 類型 描述
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.limit Number Number of records to return in the range 1 - 100. Default is 100. (default to 100)
opts.offset Number The offset from which the records will be returned. Used to get the next set of records when the limit is reached. (default to 0)
opts.layout Array.<CEIC\model\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*
opts.database Array.<CEIC\model\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*
opts.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
opts.strictKeywordSearch Boolean When true, will make a strict keywords search instead of fuzzy search. (default to false)
opts.frequency Array.<CEIC\model\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
opts.country Array.<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.
opts.source Array.<String> Source filter. One or more comma separated source code values. See related Dictionary function to get the full list of accepted sources.
opts.unit Array.<String> Unit filter. One or more comma separated unit code values. See related Dictionary function to get the full list of accepted units.
opts.indicator Array.<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!
opts.region Array.<String> Region filter. One or more comma separated region code values. See related Dictionary function to get the full list of accepted regions.
opts.subscribedOnly Boolean Show only results for subscribed series when set to `true`. By default show results for all the series found. (default to false)
opts.keyOnly Boolean Show only 'key' series when set to `true`. (default to false)
opts.newOnly Boolean Show only series created less than 1 month ago when set to `true`. (default to false)
opts.nameOnly Boolean 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. (default to false)
opts.startDateBefore Date Will return series with first observation before `start_date_before`
opts.endDateAfter Date Will return series with last observation after `end_date_after`
opts.createdAfter Date Will return entries created after `created_after` date
opts.updatedAfter Date Will return series last time updated after `updated_after` date
opts.geo Array.<String> Geo filter. One or more comma separated geo id values. See related Dictionary function to get the full list of accepted geo ids.
opts.status Array.<CEIC\model\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 (default to ["T"])
opts.dataSource Array.<CEIC\model\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
opts.series Array.<String> List of series
opts.topic Array.<String> Topic filter. One or more comma separated topic code values.
opts.section Array.<String> Section filter. One or more comma separated section code values.
opts.table Array.<String> Table filter. One or more comma separated table code values.
opts.order Array.<CEIC\model\String> Sort order. Default is `relevance`.
opts.direction Array.<CEIC\model\String> Sort order direction. Default is `asc`. Accepted values: `asc` - ascending `desc` - descending
opts.filterId Array.<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.
opts.withReplacementsMetadata Boolean If it is `true` result will contain replacements metadata not only list of id`s (default to false)
opts.forecastOnly Boolean If it is `true` result will only contain series with forecast (default to false)
opts.withReleaseOnly Boolean If it is `true` result will only contain series with released schedule (default to false)
opts.withReplacementsOnly Boolean If it is `true` result will only contain series with suggestions (default to false)
opts.withObservationsOnly Boolean If it is `true` result will not contain series without observations (default to false)
opts.withContinuousOnly Boolean If set to `true` results will contain only series with available historical extensions (default to false)
opts.facet Array.<CEIC\model\String> List of facets to return
opts.releaseDateFrom Date Will return releases with first observation before `release_date_from`
opts.releaseDateTo Date Will return releases with last observation after `release_date_to`
opts.releaseStatus Array.<CEIC\model\String> List of release statuses to return

命名空间: CEIC\api

类: SeriesApi ((CEIC\ApiClient) [apiClient] = CEIC\ApiClient.instance)


getContinuousSeriesWithHttpInfo(id, opts)

返回值:

A Promise, with an object containing data of type CEIC\model\ContinuousSeriesResult and HTTP response

参数:
名称 類型 描述
id String Series ID or Series Code to return. Accepts only one series ID or series Code.
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)

getContinuousSeries(id, opts)

返回值:

一个Promise,数据类型为 CEIC\model\ContinuousSeriesResult

参数:
名称 類型 描述
id String Series ID or Series Code to return. Accepts only one series ID or series Code.
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)

getContinuousSeriesTimePointsWithHttpInfo(id, chainId, opts)

返回值:

A Promise, with an object containing data of type CEIC\model\ContinuousSeriesWithAppliedFunctionsResult and HTTP response

参数:
名称 類型 描述
id String Series ID or Series Code to return. Accepts only one series ID or series Code.
chainId String The ID of the chain. Accepts only one ID.
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)

getContinuousSeriesTimePoints(id, chainId, opts)

返回值:

一个Promise,数据类型为 CEIC\model\ContinuousSeriesWithAppliedFunctionsResult

参数:
名称 類型 描述
id String Series ID or Series Code to return. Accepts only one series ID or series Code.
chainId String The ID of the chain. Accepts only one ID.
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)

getSeriesWithHttpInfo(id, opts)

返回值:

A Promise, with an object containing data of type CEIC\model\SeriesResult and HTTP response

参数:
名称 類型 描述
id String Series ID or Series Code to return. Accepts only one series ID or series Code.
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.count Number Limit the amount of latest time-points returned, by the number specified. (default to 3650)
opts.startDate Date Limits the start date after which the time-points will be returned.
opts.endDate Date Limits the end date before which the time-points will be returned.
opts.updatedAfter Date Returns only the updated time-points after the date specified.
opts.blankObservations Boolean If it's set to true, empty time-points will be returned (default to false)
opts.timePointsStatus CEIC\model\String Time points filter. One or more comma separated status code values. When not explicitly set, defaults to T. T - Active X - Deleted (default to active)
opts.withReplacementsMetadata Boolean If it is `true` result will contain replacements metadata not only list of id`s (default to false)
opts.forecastOnly Boolean If it is `true` result will only contain series with forecast (default to false)
opts.withReleaseOnly Boolean If it is `true` result will only contain series with released schedule (default to false)
opts.withReplacementsOnly Boolean If it is `true` result will only contain series with suggestions (default to false)
opts.withObservationsOnly Boolean If it is `true` result will not contain series without observations (default to false)
opts.withContinuousOnly Boolean If set to `true` results will contain only series with available historical extensions (default to false)
opts.withHistoricalExtension Boolean When set to true, series will include extended historical timepoints (default to false)

getSeries(id, opts)

返回值:

一个Promise,数据类型为 CEIC\model\SeriesResult

参数:
名称 類型 描述
id String Series ID or Series Code to return. Accepts only one series ID or series Code.
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.count Number Limit the amount of latest time-points returned, by the number specified. (default to 3650)
opts.startDate Date Limits the start date after which the time-points will be returned.
opts.endDate Date Limits the end date before which the time-points will be returned.
opts.updatedAfter Date Returns only the updated time-points after the date specified.
opts.blankObservations Boolean If it's set to true, empty time-points will be returned (default to false)
opts.timePointsStatus CEIC\model\String Time points filter. One or more comma separated status code values. When not explicitly set, defaults to T. T - Active X - Deleted (default to active)
opts.withReplacementsMetadata Boolean If it is `true` result will contain replacements metadata not only list of id`s (default to false)
opts.forecastOnly Boolean If it is `true` result will only contain series with forecast (default to false)
opts.withReleaseOnly Boolean If it is `true` result will only contain series with released schedule (default to false)
opts.withReplacementsOnly Boolean If it is `true` result will only contain series with suggestions (default to false)
opts.withObservationsOnly Boolean If it is `true` result will not contain series without observations (default to false)
opts.withContinuousOnly Boolean If set to `true` results will contain only series with available historical extensions (default to false)
opts.withHistoricalExtension Boolean When set to true, series will include extended historical timepoints (default to false)

getSeriesMetadataWithHttpInfo(id, opts)

返回值:

A Promise, with an object containing data of type CEIC\model\SeriesResult and HTTP response

参数:
名称 類型 描述
id String Series ID or Series Code to return. Accepts only one series ID or series Code.
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.withReplacementsMetadata Boolean If it is `true` result will contain replacements metadata not only list of id`s (default to false)
opts.forecastOnly Boolean If it is `true` result will only contain series with forecast (default to false)
opts.withReleaseOnly Boolean If it is `true` result will only contain series with released schedule (default to false)
opts.withReplacementsOnly Boolean If it is `true` result will only contain series with suggestions (default to false)
opts.withObservationsOnly Boolean If it is `true` result will not contain series without observations (default to false)
opts.withContinuousOnly Boolean If set to `true` results will contain only series with available historical extensions (default to false)

getSeriesMetadata(id, opts)

返回值:

一个Promise,数据类型为 CEIC\model\SeriesResult

参数:
名称 類型 描述
id String Series ID or Series Code to return. Accepts only one series ID or series Code.
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.withReplacementsMetadata Boolean If it is `true` result will contain replacements metadata not only list of id`s (default to false)
opts.forecastOnly Boolean If it is `true` result will only contain series with forecast (default to false)
opts.withReleaseOnly Boolean If it is `true` result will only contain series with released schedule (default to false)
opts.withReplacementsOnly Boolean If it is `true` result will only contain series with suggestions (default to false)
opts.withObservationsOnly Boolean If it is `true` result will not contain series without observations (default to false)
opts.withContinuousOnly Boolean If set to `true` results will contain only series with available historical extensions (default to false)

getSeriesStatisticsWithHttpInfo(id, opts)

返回值:

A Promise, with an object containing data of type CEIC\model\SeriesStatisticsResult and HTTP response

参数:
名称 類型 描述
id String Series ID or Series Code to return. Accepts only one series ID or series Code.
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)

getSeriesStatistics(id, opts)

返回值:

一个Promise,数据类型为 CEIC\model\SeriesStatisticsResult

参数:
名称 類型 描述
id String Series ID or Series Code to return. Accepts only one series ID or series Code.
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)

getSeriesTimePointsWithHttpInfo(id, opts)

返回值:

A Promise, with an object containing data of type CEIC\model\SeriesResult and HTTP response

参数:
名称 類型 描述
id String Series ID or Series Code to return. Accepts only one series ID or series Code.
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.count Number Limit the amount of latest time-points returned, by the number specified. (default to 3650)
opts.startDate Date Limits the start date after which the time-points will be returned.
opts.endDate Date Limits the end date before which the time-points will be returned.
opts.updatedAfter Date Returns only the updated time-points after the date specified.
opts.blankObservations Boolean If it's set to true, empty time-points will be returned (default to false)
opts.timePointsStatus CEIC\model\String Time points filter. One or more comma separated status code values. When not explicitly set, defaults to T. T - Active X - Deleted (default to active)
opts.withHistoricalExtension Boolean When set to true, series will include extended historical timepoints (default to false)

getSeriesTimePoints(id, opts)

返回值:

一个Promise,数据类型为 CEIC\model\SeriesResult

参数:
名称 類型 描述
id String Series ID or Series Code to return. Accepts only one series ID or series Code.
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.count Number Limit the amount of latest time-points returned, by the number specified. (default to 3650)
opts.startDate Date Limits the start date after which the time-points will be returned.
opts.endDate Date Limits the end date before which the time-points will be returned.
opts.updatedAfter Date Returns only the updated time-points after the date specified.
opts.blankObservations Boolean If it's set to true, empty time-points will be returned (default to false)
opts.timePointsStatus CEIC\model\String Time points filter. One or more comma separated status code values. When not explicitly set, defaults to T. T - Active X - Deleted (default to active)
opts.withHistoricalExtension Boolean When set to true, series will include extended historical timepoints (default to false)

getSeriesVisualWithHttpInfo(id, opts)

返回值:

A Promise, with an object containing data of type @link 'Blob' and HTTP response

参数:
名称 類型 描述
id String Series ID or Series Code to return. Accepts only one series ID or series Code.
opts Object Optional parameters
opts.accept CEIC\model\String Response data format. Default is `image/png`. (default to image/png)
opts.format CEIC\model\String Response data format. Default is `png` (default to png)
opts.acceptLanguage CEIC\model\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 (default to en)
opts.lang CEIC\model\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 (default to en)
opts.token String Access API key.
opts.startDate Date Limits the start date after which the time-points will be returned.
opts.endDate Date Limits the end date before which the time-points will be returned.
opts.forecastOnly Boolean If it is `true` result will only contain series with forecast (default to false)
opts.withReleaseOnly Boolean If it is `true` result will only contain series with released schedule (default to false)
opts.withReplacementsOnly Boolean If it is `true` result will only contain series with suggestions (default to false)
opts.withObservationsOnly Boolean If it is `true` result will not contain series without observations (default to false)
opts.withContinuousOnly Boolean If set to `true` results will contain only series with available historical extensions (default to false)
opts.width Number Image width
opts.height Number Image height
opts.period Number Series time-pints mask. Example: 10y, 20m, 12d, 4w
opts.type CEIC\model\String Visual type (default to chart)

getSeriesVisual(id, opts)

返回值:

一个Promise,数据类型为 @link 'Blob'

参数:
名称 類型 描述
id String Series ID or Series Code to return. Accepts only one series ID or series Code.
opts Object Optional parameters
opts.accept CEIC\model\String Response data format. Default is `image/png`. (default to image/png)
opts.format CEIC\model\String Response data format. Default is `png` (default to png)
opts.acceptLanguage CEIC\model\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 (default to en)
opts.lang CEIC\model\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 (default to en)
opts.token String Access API key.
opts.startDate Date Limits the start date after which the time-points will be returned.
opts.endDate Date Limits the end date before which the time-points will be returned.
opts.forecastOnly Boolean If it is `true` result will only contain series with forecast (default to false)
opts.withReleaseOnly Boolean If it is `true` result will only contain series with released schedule (default to false)
opts.withReplacementsOnly Boolean If it is `true` result will only contain series with suggestions (default to false)
opts.withObservationsOnly Boolean If it is `true` result will not contain series without observations (default to false)
opts.withContinuousOnly Boolean If set to `true` results will contain only series with available historical extensions (default to false)
opts.width Number Image width
opts.height Number Image height
opts.period Number Series time-pints mask. Example: 10y, 20m, 12d, 4w
opts.type CEIC\model\String Visual type (default to chart)

searchSeriesWithHttpInfo(opts)

返回值:

A Promise, with an object containing data of type CEIC\model\SearchSeriesResult and HTTP response

参数:
名称 類型 描述
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.limit Number Number of records to return in the range 1 - 100. Default is 100. (default to 100)
opts.offset Number The offset from which the records will be returned. Used to get the next set of records when the limit is reached. (default to 0)
opts.layout Array.<CEIC\model\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*
opts.database Array.<CEIC\model\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*
opts.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
opts.strictKeywordSearch Boolean When true, will make a strict keywords search instead of fuzzy search. (default to false)
opts.frequency Array.<CEIC\model\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
opts.country Array.<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.
opts.source Array.<String> Source filter. One or more comma separated source code values. See related Dictionary function to get the full list of accepted sources.
opts.unit Array.<String> Unit filter. One or more comma separated unit code values. See related Dictionary function to get the full list of accepted units.
opts.indicator Array.<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!
opts.region Array.<String> Region filter. One or more comma separated region code values. See related Dictionary function to get the full list of accepted regions.
opts.subscribedOnly Boolean Show only results for subscribed series when set to `true`. By default show results for all the series found. (default to false)
opts.keyOnly Boolean Show only 'key' series when set to `true`. (default to false)
opts.newOnly Boolean Show only series created less than 1 month ago when set to `true`. (default to false)
opts.nameOnly Boolean 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. (default to false)
opts.startDateBefore Date Will return series with first observation before `start_date_before`
opts.endDateAfter Date Will return series with last observation after `end_date_after`
opts.createdAfter Date Will return entries created after `created_after` date
opts.updatedAfter Date Will return series last time updated after `updated_after` date
opts.geo Array.<String> Geo filter. One or more comma separated geo id values. See related Dictionary function to get the full list of accepted geo ids.
opts.status Array.<CEIC\model\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 (default to ["T"])
opts.dataSource Array.<CEIC\model\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
opts.series Array.<String> List of series
opts.topic Array.<String> Topic filter. One or more comma separated topic code values.
opts.section Array.<String> Section filter. One or more comma separated section code values.
opts.table Array.<String> Table filter. One or more comma separated table code values.
opts.order Array.<CEIC\model\String> Sort order. Default is `relevance`.
opts.direction Array.<CEIC\model\String> Sort order direction. Default is `asc`. Accepted values: `asc` - ascending `desc` - descending
opts.filterId Array.<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.
opts.withReplacementsMetadata Boolean If it is `true` result will contain replacements metadata not only list of id`s (default to false)
opts.forecastOnly Boolean If it is `true` result will only contain series with forecast (default to false)
opts.withReleaseOnly Boolean If it is `true` result will only contain series with released schedule (default to false)
opts.withReplacementsOnly Boolean If it is `true` result will only contain series with suggestions (default to false)
opts.withObservationsOnly Boolean If it is `true` result will not contain series without observations (default to false)
opts.withContinuousOnly Boolean If set to `true` results will contain only series with available historical extensions (default to false)
opts.facet Array.<CEIC\model\String> List of facets to return

searchSeries(opts)

返回值:

一个Promise,数据类型为 CEIC\model\SearchSeriesResult

参数:
名称 類型 描述
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.limit Number Number of records to return in the range 1 - 100. Default is 100. (default to 100)
opts.offset Number The offset from which the records will be returned. Used to get the next set of records when the limit is reached. (default to 0)
opts.layout Array.<CEIC\model\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*
opts.database Array.<CEIC\model\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*
opts.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
opts.strictKeywordSearch Boolean When true, will make a strict keywords search instead of fuzzy search. (default to false)
opts.frequency Array.<CEIC\model\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
opts.country Array.<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.
opts.source Array.<String> Source filter. One or more comma separated source code values. See related Dictionary function to get the full list of accepted sources.
opts.unit Array.<String> Unit filter. One or more comma separated unit code values. See related Dictionary function to get the full list of accepted units.
opts.indicator Array.<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!
opts.region Array.<String> Region filter. One or more comma separated region code values. See related Dictionary function to get the full list of accepted regions.
opts.subscribedOnly Boolean Show only results for subscribed series when set to `true`. By default show results for all the series found. (default to false)
opts.keyOnly Boolean Show only 'key' series when set to `true`. (default to false)
opts.newOnly Boolean Show only series created less than 1 month ago when set to `true`. (default to false)
opts.nameOnly Boolean 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. (default to false)
opts.startDateBefore Date Will return series with first observation before `start_date_before`
opts.endDateAfter Date Will return series with last observation after `end_date_after`
opts.createdAfter Date Will return entries created after `created_after` date
opts.updatedAfter Date Will return series last time updated after `updated_after` date
opts.geo Array.<String> Geo filter. One or more comma separated geo id values. See related Dictionary function to get the full list of accepted geo ids.
opts.status Array.<CEIC\model\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 (default to ["T"])
opts.dataSource Array.<CEIC\model\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
opts.series Array.<String> List of series
opts.topic Array.<String> Topic filter. One or more comma separated topic code values.
opts.section Array.<String> Section filter. One or more comma separated section code values.
opts.table Array.<String> Table filter. One or more comma separated table code values.
opts.order Array.<CEIC\model\String> Sort order. Default is `relevance`.
opts.direction Array.<CEIC\model\String> Sort order direction. Default is `asc`. Accepted values: `asc` - ascending `desc` - descending
opts.filterId Array.<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.
opts.withReplacementsMetadata Boolean If it is `true` result will contain replacements metadata not only list of id`s (default to false)
opts.forecastOnly Boolean If it is `true` result will only contain series with forecast (default to false)
opts.withReleaseOnly Boolean If it is `true` result will only contain series with released schedule (default to false)
opts.withReplacementsOnly Boolean If it is `true` result will only contain series with suggestions (default to false)
opts.withObservationsOnly Boolean If it is `true` result will not contain series without observations (default to false)
opts.withContinuousOnly Boolean If set to `true` results will contain only series with available historical extensions (default to false)
opts.facet Array.<CEIC\model\String> List of facets to return

命名空间: CEIC\api

类: SessionsApi ((CEIC\ApiClient) [apiClient] = CEIC\ApiClient.instance)


generateImpersonateTokenWithHttpInfo(employeeToken, userId, application, opts)

返回值:

A Promise, with an object containing data of type CEIC\model\ImpersonateAPIKeyResult and HTTP response

参数:
名称 類型 描述
employeeToken String Impersonate API token generated on CAS service
userId String User Id
application String Application ID
opts Object Optional parameters
opts.expireAfter Number Token will be expired after `expire_after` in seconds (default to 86400)

generateImpersonateToken(employeeToken, userId, application, opts)

返回值:

一个Promise,数据类型为 CEIC\model\ImpersonateAPIKeyResult

参数:
名称 類型 描述
employeeToken String Impersonate API token generated on CAS service
userId String User Id
application String Application ID
opts Object Optional parameters
opts.expireAfter Number Token will be expired after `expire_after` in seconds (default to 86400)

getSubscriptionsWithHttpInfo(opts)

返回值:

A Promise, with an object containing data of type CEIC\model\UserSubscriptionsResult and HTTP response

参数:
名称 類型 描述
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)

getSubscriptions(opts)

返回值:

一个Promise,数据类型为 CEIC\model\UserSubscriptionsResult

参数:
名称 類型 描述
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)

loginWithHttpInfo(login, password, application, opts)

返回值:

A Promise, with an object containing data of type CEIC\model\UserSessionResult and HTTP response

参数:
名称 類型 描述
login String Username
password String Password
application String Application ID
opts Object Optional parameters
opts.applicationVersion String Application Version

login(login, password, application, opts)

返回值:

一个Promise,数据类型为 CEIC\model\UserSessionResult

参数:
名称 類型 描述
login String Username
password String Password
application String Application ID
opts Object Optional parameters
opts.applicationVersion String Application Version

logoutWithHttpInfo(session)

返回值:

A Promise, with an object containing data of type CEIC\model\SessionStatusResult and HTTP response

参数:
名称 類型 描述
session String User session

logout(session)

返回值:

一个Promise,数据类型为 CEIC\model\SessionStatusResult

参数:
名称 類型 描述
session String User session

validateCredentialsWithHttpInfo(login, password)

返回值:

A Promise, with an object containing data of type CEIC\model\UserCredentialsValidationResult and HTTP response

参数:
名称 類型 描述
login String Username
password String Password

validateCredentials(login, password)

返回值:

一个Promise,数据类型为 CEIC\model\UserCredentialsValidationResult

参数:
名称 類型 描述
login String Username
password String Password

命名空间: CEIC\api

类: WatchlistApi ((CEIC\ApiClient) [apiClient] = CEIC\ApiClient.instance)


createWatchlistWithHttpInfo(seriesId, opts)

返回值:

A Promise, with an object containing data of type CEIC\model\WatchlistProcessedResult and HTTP response

参数:
名称 類型 描述
seriesId String Watchlist Series IDs, comma separated
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.popupNotifications Boolean If set to true enables popup notifications for watchlist subscription
opts.emailNotifications CEIC\model\String If set, specifies the email notification frequency

createWatchlist(seriesId, opts)

返回值:

一个Promise,数据类型为 CEIC\model\WatchlistProcessedResult

参数:
名称 類型 描述
seriesId String Watchlist Series IDs, comma separated
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.popupNotifications Boolean If set to true enables popup notifications for watchlist subscription
opts.emailNotifications CEIC\model\String If set, specifies the email notification frequency

deleteWatchlistWithHttpInfo(id, opts)

返回值:

A Promise, with an object containing data of type CEIC\model\WatchlistProcessedResult and HTTP response

参数:
名称 類型 描述
id String Watchlist Series IDs, comma separated
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)

deleteWatchlist(id, opts)

返回值:

一个Promise,数据类型为 CEIC\model\WatchlistProcessedResult

参数:
名称 類型 描述
id String Watchlist Series IDs, comma separated
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)

getWatchlistWithHttpInfo(opts)

返回值:

A Promise, with an object containing data of type CEIC\model\WatchlistGetResult and HTTP response

参数:
名称 類型 描述
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)

getWatchlist(opts)

返回值:

一个Promise,数据类型为 CEIC\model\WatchlistGetResult

参数:
名称 類型 描述
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)

updateWatchlistWithHttpInfo(id, opts)

返回值:

A Promise, with an object containing data of type CEIC\model\WatchlistProcessedResult and HTTP response

参数:
名称 類型 描述
id String Watchlist Series IDs, comma separated
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.popupNotifications Boolean If set to true enables popup notifications for watchlist subscription
opts.emailNotifications CEIC\model\String If set, specifies the email notification frequency

updateWatchlist(id, opts)

返回值:

一个Promise,数据类型为 CEIC\model\WatchlistProcessedResult

参数:
名称 類型 描述
id String Watchlist Series IDs, comma separated
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.popupNotifications Boolean If set to true enables popup notifications for watchlist subscription
opts.emailNotifications CEIC\model\String If set, specifies the email notification frequency

命名空间: CEIC\api

类: DefaultApi ((CEIC\ApiClient) [apiClient] = CEIC\ApiClient.instance)


dictionaryClassificationsIdIndicatorsOptionsWithHttpInfo(id, opts)

返回值:

A Promise, with an object containing HTTP response

参数:
名称 類型 描述
id String Classification ID.
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)

dictionaryClassificationsIdIndicatorsOptions(id, opts)

返回值:

A Promise

参数:
名称 類型 描述
id String Classification ID.
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)

dictionaryClassificationsOptionsWithHttpInfo()

返回值:

A Promise, with an object containing HTTP response


dictionaryClassificationsOptions()

返回值:

A Promise


dictionaryCountriesIdSourcesOptionsWithHttpInfo(id, opts)

返回值:

A Promise, with an object containing HTTP response

参数:
名称 類型 描述
id String Country ISO code
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)

dictionaryCountriesIdSourcesOptions(id, opts)

返回值:

A Promise

参数:
名称 類型 描述
id String Country ISO code
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)

dictionaryCountriesOptionsWithHttpInfo()

返回值:

A Promise, with an object containing HTTP response


dictionaryCountriesOptions()

返回值:

A Promise


dictionaryFrequenciesOptionsWithHttpInfo()

返回值:

A Promise, with an object containing HTTP response


dictionaryFrequenciesOptions()

返回值:

A Promise


dictionaryIndicatorsOptionsWithHttpInfo()

返回值:

A Promise, with an object containing HTTP response


dictionaryIndicatorsOptions()

返回值:

A Promise


dictionaryLayoutsOptionsWithHttpInfo()

返回值:

A Promise, with an object containing HTTP response


dictionaryLayoutsOptions()

返回值:

A Promise


dictionaryOptionsWithHttpInfo()

返回值:

A Promise, with an object containing HTTP response


dictionaryOptions()

返回值:

A Promise


dictionaryRegionsOptionsWithHttpInfo()

返回值:

A Promise, with an object containing HTTP response


dictionaryRegionsOptions()

返回值:

A Promise


dictionarySourcesOptionsWithHttpInfo()

返回值:

A Promise, with an object containing HTTP response


dictionarySourcesOptions()

返回值:

A Promise


dictionaryStatusesOptionsWithHttpInfo()

返回值:

A Promise, with an object containing HTTP response


dictionaryStatusesOptions()

返回值:

A Promise


dictionaryUnitsOptionsWithHttpInfo()

返回值:

A Promise, with an object containing HTTP response


dictionaryUnitsOptions()

返回值:

A Promise


dumpsIdOptionsWithHttpInfo(id, opts)

返回值:

A Promise, with an object containing HTTP response

参数:
名称 類型 描述
id String Dump ID
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)

dumpsIdOptions(id, opts)

返回值:

A Promise

参数:
名称 類型 描述
id String Dump ID
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)

dumpsOptionsWithHttpInfo()

返回值:

A Promise, with an object containing HTTP response


dumpsOptions()

返回值:

A Promise


feedsIdOptionsWithHttpInfo(id, opts)

返回值:

A Promise, with an object containing HTTP response

参数:
名称 類型 描述
id String Feed ID
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)

feedsIdOptions(id, opts)

返回值:

A Promise

参数:
名称 類型 描述
id String Feed ID
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)

feedsOptionsWithHttpInfo()

返回值:

A Promise, with an object containing HTTP response


feedsOptions()

返回值:

A Promise


filtersIdOptionsWithHttpInfo(id, opts)

返回值:

A Promise, with an object containing HTTP response

参数:
名称 類型 描述
id String Filter ID. Accepts one or more comma separated values.
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)

filtersIdOptions(id, opts)

返回值:

A Promise

参数:
名称 類型 描述
id String Filter ID. Accepts one or more comma separated values.
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)

filtersOptionsWithHttpInfo()

返回值:

A Promise, with an object containing HTTP response


filtersOptions()

返回值:

A Promise


impersonateTokenOptionsWithHttpInfo(employeeToken, userId, application, opts)

返回值:

A Promise, with an object containing HTTP response

参数:
名称 類型 描述
employeeToken String Impersonate API token generated on CAS service
userId String User Id
application String Application ID
opts Object Optional parameters
opts.expireAfter Number Token will be expired after `expire_after` in seconds (default to 86400)

impersonateTokenOptions(employeeToken, userId, application, opts)

返回值:

A Promise

参数:
名称 類型 描述
employeeToken String Impersonate API token generated on CAS service
userId String User Id
application String Application ID
opts Object Optional parameters
opts.expireAfter Number Token will be expired after `expire_after` in seconds (default to 86400)

insightsCategoriesEmisOptionsWithHttpInfo()

返回值:

A Promise, with an object containing HTTP response


insightsCategoriesEmisOptions()

返回值:

A Promise


insightsCategoriesGalleryOptionsWithHttpInfo()

返回值:

A Promise, with an object containing HTTP response


insightsCategoriesGalleryOptions()

返回值:

A Promise


insightsCategoriesOptionsWithHttpInfo()

返回值:

A Promise, with an object containing HTTP response


insightsCategoriesOptions()

返回值:

A Promise


insightsIdDownloadFileFormatOptionsWithHttpInfo(id, fileFormat, opts)

返回值:

A Promise, with an object containing HTTP response

参数:
名称 類型 描述
id String Insight ID
fileFormat CEIC\model\String Insight report file format. Available formats: `xlsx`, `pdf`
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.ignoreCache Boolean New file will be generated (default to false)
opts.adjustColumns CEIC\model\String No adjust or wrap text in XLSX cell (default to no)
opts.startDate Date Limits the start date after which the time-points will be returned.
opts.endDate Date Limits the end date before which the time-points will be returned.
opts.count Number Limit the amount of latest time-points returned, by the number specified. (default to 3650)
opts.blankObservations CEIC\model\String If set to true, will return empty time-points which oterwise are omitted. (default to filter)
opts.orientation CEIC\model\String Columns/rows orientation (default to cols)
opts.order CEIC\model\String Sort order - Asc/Desc (default to asc)
opts.decimalPlaces Number Decimal places for the time-points values (default to 3)
opts.dateFormat String Time-points date format

insightsIdDownloadFileFormatOptions(id, fileFormat, opts)

返回值:

A Promise

参数:
名称 類型 描述
id String Insight ID
fileFormat CEIC\model\String Insight report file format. Available formats: `xlsx`, `pdf`
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.ignoreCache Boolean New file will be generated (default to false)
opts.adjustColumns CEIC\model\String No adjust or wrap text in XLSX cell (default to no)
opts.startDate Date Limits the start date after which the time-points will be returned.
opts.endDate Date Limits the end date before which the time-points will be returned.
opts.count Number Limit the amount of latest time-points returned, by the number specified. (default to 3650)
opts.blankObservations CEIC\model\String If set to true, will return empty time-points which oterwise are omitted. (default to filter)
opts.orientation CEIC\model\String Columns/rows orientation (default to cols)
opts.order CEIC\model\String Sort order - Asc/Desc (default to asc)
opts.decimalPlaces Number Decimal places for the time-points values (default to 3)
opts.dateFormat String Time-points date format

insightsIdOptionsWithHttpInfo(id, opts)

返回值:

A Promise, with an object containing HTTP response

参数:
名称 類型 描述
id String Insight ID
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)

insightsIdOptions(id, opts)

返回值:

A Promise

参数:
名称 類型 描述
id String Insight ID
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)

insightsIdSeriesDataOptionsWithHttpInfo(id, opts)

返回值:

A Promise, with an object containing HTTP response

参数:
名称 類型 描述
id String Insight ID
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.count Number Limit the amount of latest time-points returned, by the number specified. (default to 3650)
opts.startDate Date Limits the start date after which the time-points will be returned.
opts.endDate Date Limits the end date before which the time-points will be returned.
opts.updatedAfter Date Returns only the updated time-points after the date specified.
opts.blankObservations Boolean If it's set to true, empty time-points will be returned (default to false)
opts.timePointsStatus CEIC\model\String Time points filter. One or more comma separated status code values. When not explicitly set, defaults to T. T - Active X - Deleted (default to active)
opts.limit Number Number of records to return in the range 1 - 100. Default is 100. (default to 100)
opts.offset Number The offset from which the records will be returned. Used to get the next set of records when the limit is reached. (default to 0)

insightsIdSeriesDataOptions(id, opts)

返回值:

A Promise

参数:
名称 類型 描述
id String Insight ID
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.count Number Limit the amount of latest time-points returned, by the number specified. (default to 3650)
opts.startDate Date Limits the start date after which the time-points will be returned.
opts.endDate Date Limits the end date before which the time-points will be returned.
opts.updatedAfter Date Returns only the updated time-points after the date specified.
opts.blankObservations Boolean If it's set to true, empty time-points will be returned (default to false)
opts.timePointsStatus CEIC\model\String Time points filter. One or more comma separated status code values. When not explicitly set, defaults to T. T - Active X - Deleted (default to active)
opts.limit Number Number of records to return in the range 1 - 100. Default is 100. (default to 100)
opts.offset Number The offset from which the records will be returned. Used to get the next set of records when the limit is reached. (default to 0)

insightsIdSeriesMetadataOptionsWithHttpInfo(id, opts)

返回值:

A Promise, with an object containing HTTP response

参数:
名称 類型 描述
id String Insight ID
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.withReplacementsMetadata Boolean If it is `true` result will contain replacements metadata not only list of id`s (default to false)
opts.forecastOnly Boolean If it is `true` result will only contain series with forecast (default to false)
opts.withReleaseOnly Boolean If it is `true` result will only contain series with released schedule (default to false)
opts.withReplacementsOnly Boolean If it is `true` result will only contain series with suggestions (default to false)
opts.withObservationsOnly Boolean If it is `true` result will not contain series without observations (default to false)
opts.withContinuousOnly Boolean If set to `true` results will contain only series with available historical extensions (default to false)
opts.limit Number Number of records to return in the range 1 - 100. Default is 100. (default to 100)
opts.offset Number The offset from which the records will be returned. Used to get the next set of records when the limit is reached. (default to 0)

insightsIdSeriesMetadataOptions(id, opts)

返回值:

A Promise

参数:
名称 類型 描述
id String Insight ID
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.withReplacementsMetadata Boolean If it is `true` result will contain replacements metadata not only list of id`s (default to false)
opts.forecastOnly Boolean If it is `true` result will only contain series with forecast (default to false)
opts.withReleaseOnly Boolean If it is `true` result will only contain series with released schedule (default to false)
opts.withReplacementsOnly Boolean If it is `true` result will only contain series with suggestions (default to false)
opts.withObservationsOnly Boolean If it is `true` result will not contain series without observations (default to false)
opts.withContinuousOnly Boolean If set to `true` results will contain only series with available historical extensions (default to false)
opts.limit Number Number of records to return in the range 1 - 100. Default is 100. (default to 100)
opts.offset Number The offset from which the records will be returned. Used to get the next set of records when the limit is reached. (default to 0)

insightsIdSeriesOptionsWithHttpInfo(id, opts)

返回值:

A Promise, with an object containing HTTP response

参数:
名称 類型 描述
id String Insight ID
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.count Number Limit the amount of latest time-points returned, by the number specified. (default to 3650)
opts.startDate Date Limits the start date after which the time-points will be returned.
opts.endDate Date Limits the end date before which the time-points will be returned.
opts.updatedAfter Date Returns only the updated time-points after the date specified.
opts.blankObservations Boolean If it's set to true, empty time-points will be returned (default to false)
opts.timePointsStatus CEIC\model\String Time points filter. One or more comma separated status code values. When not explicitly set, defaults to T. T - Active X - Deleted (default to active)
opts.withReplacementsMetadata Boolean If it is `true` result will contain replacements metadata not only list of id`s (default to false)
opts.forecastOnly Boolean If it is `true` result will only contain series with forecast (default to false)
opts.withReleaseOnly Boolean If it is `true` result will only contain series with released schedule (default to false)
opts.withReplacementsOnly Boolean If it is `true` result will only contain series with suggestions (default to false)
opts.withObservationsOnly Boolean If it is `true` result will not contain series without observations (default to false)
opts.withContinuousOnly Boolean If set to `true` results will contain only series with available historical extensions (default to false)
opts.limit Number Number of records to return in the range 1 - 100. Default is 100. (default to 100)
opts.offset Number The offset from which the records will be returned. Used to get the next set of records when the limit is reached. (default to 0)

insightsIdSeriesOptions(id, opts)

返回值:

A Promise

参数:
名称 類型 描述
id String Insight ID
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.count Number Limit the amount of latest time-points returned, by the number specified. (default to 3650)
opts.startDate Date Limits the start date after which the time-points will be returned.
opts.endDate Date Limits the end date before which the time-points will be returned.
opts.updatedAfter Date Returns only the updated time-points after the date specified.
opts.blankObservations Boolean If it's set to true, empty time-points will be returned (default to false)
opts.timePointsStatus CEIC\model\String Time points filter. One or more comma separated status code values. When not explicitly set, defaults to T. T - Active X - Deleted (default to active)
opts.withReplacementsMetadata Boolean If it is `true` result will contain replacements metadata not only list of id`s (default to false)
opts.forecastOnly Boolean If it is `true` result will only contain series with forecast (default to false)
opts.withReleaseOnly Boolean If it is `true` result will only contain series with released schedule (default to false)
opts.withReplacementsOnly Boolean If it is `true` result will only contain series with suggestions (default to false)
opts.withObservationsOnly Boolean If it is `true` result will not contain series without observations (default to false)
opts.withContinuousOnly Boolean If set to `true` results will contain only series with available historical extensions (default to false)
opts.limit Number Number of records to return in the range 1 - 100. Default is 100. (default to 100)
opts.offset Number The offset from which the records will be returned. Used to get the next set of records when the limit is reached. (default to 0)

insightsOptionsWithHttpInfo()

返回值:

A Promise, with an object containing HTTP response


insightsOptions()

返回值:

A Promise


insightsSearchOptionsWithHttpInfo()

返回值:

A Promise, with an object containing HTTP response


insightsSearchOptions()

返回值:

A Promise


insightsSeriesSeriesIdDataOptionsWithHttpInfo(seriesId, opts)

返回值:

A Promise, with an object containing HTTP response

参数:
名称 類型 描述
seriesId String Insight Series ID
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.count Number Limit the amount of latest time-points returned, by the number specified. (default to 3650)
opts.startDate Date Limits the start date after which the time-points will be returned.
opts.endDate Date Limits the end date before which the time-points will be returned.
opts.updatedAfter Date Returns only the updated time-points after the date specified.
opts.blankObservations Boolean If it's set to true, empty time-points will be returned (default to false)
opts.timePointsStatus CEIC\model\String Time points filter. One or more comma separated status code values. When not explicitly set, defaults to T. T - Active X - Deleted (default to active)

insightsSeriesSeriesIdDataOptions(seriesId, opts)

返回值:

A Promise

参数:
名称 類型 描述
seriesId String Insight Series ID
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.count Number Limit the amount of latest time-points returned, by the number specified. (default to 3650)
opts.startDate Date Limits the start date after which the time-points will be returned.
opts.endDate Date Limits the end date before which the time-points will be returned.
opts.updatedAfter Date Returns only the updated time-points after the date specified.
opts.blankObservations Boolean If it's set to true, empty time-points will be returned (default to false)
opts.timePointsStatus CEIC\model\String Time points filter. One or more comma separated status code values. When not explicitly set, defaults to T. T - Active X - Deleted (default to active)

insightsSeriesSeriesIdMetadataOptionsWithHttpInfo(seriesId, opts)

返回值:

A Promise, with an object containing HTTP response

参数:
名称 類型 描述
seriesId String Insight Series ID
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.withReplacementsMetadata Boolean If it is `true` result will contain replacements metadata not only list of id`s (default to false)
opts.forecastOnly Boolean If it is `true` result will only contain series with forecast (default to false)
opts.withReleaseOnly Boolean If it is `true` result will only contain series with released schedule (default to false)
opts.withReplacementsOnly Boolean If it is `true` result will only contain series with suggestions (default to false)
opts.withObservationsOnly Boolean If it is `true` result will not contain series without observations (default to false)
opts.withContinuousOnly Boolean If set to `true` results will contain only series with available historical extensions (default to false)

insightsSeriesSeriesIdMetadataOptions(seriesId, opts)

返回值:

A Promise

参数:
名称 類型 描述
seriesId String Insight Series ID
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.withReplacementsMetadata Boolean If it is `true` result will contain replacements metadata not only list of id`s (default to false)
opts.forecastOnly Boolean If it is `true` result will only contain series with forecast (default to false)
opts.withReleaseOnly Boolean If it is `true` result will only contain series with released schedule (default to false)
opts.withReplacementsOnly Boolean If it is `true` result will only contain series with suggestions (default to false)
opts.withObservationsOnly Boolean If it is `true` result will not contain series without observations (default to false)
opts.withContinuousOnly Boolean If set to `true` results will contain only series with available historical extensions (default to false)

insightsSeriesSeriesIdOptionsWithHttpInfo(seriesId, opts)

返回值:

A Promise, with an object containing HTTP response

参数:
名称 類型 描述
seriesId String Insight Series ID
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.count Number Limit the amount of latest time-points returned, by the number specified. (default to 3650)
opts.startDate Date Limits the start date after which the time-points will be returned.
opts.endDate Date Limits the end date before which the time-points will be returned.
opts.updatedAfter Date Returns only the updated time-points after the date specified.
opts.blankObservations Boolean If it's set to true, empty time-points will be returned (default to false)
opts.timePointsStatus CEIC\model\String Time points filter. One or more comma separated status code values. When not explicitly set, defaults to T. T - Active X - Deleted (default to active)
opts.withReplacementsMetadata Boolean If it is `true` result will contain replacements metadata not only list of id`s (default to false)
opts.forecastOnly Boolean If it is `true` result will only contain series with forecast (default to false)
opts.withReleaseOnly Boolean If it is `true` result will only contain series with released schedule (default to false)
opts.withReplacementsOnly Boolean If it is `true` result will only contain series with suggestions (default to false)
opts.withObservationsOnly Boolean If it is `true` result will not contain series without observations (default to false)
opts.withContinuousOnly Boolean If set to `true` results will contain only series with available historical extensions (default to false)

insightsSeriesSeriesIdOptions(seriesId, opts)

返回值:

A Promise

参数:
名称 類型 描述
seriesId String Insight Series ID
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.count Number Limit the amount of latest time-points returned, by the number specified. (default to 3650)
opts.startDate Date Limits the start date after which the time-points will be returned.
opts.endDate Date Limits the end date before which the time-points will be returned.
opts.updatedAfter Date Returns only the updated time-points after the date specified.
opts.blankObservations Boolean If it's set to true, empty time-points will be returned (default to false)
opts.timePointsStatus CEIC\model\String Time points filter. One or more comma separated status code values. When not explicitly set, defaults to T. T - Active X - Deleted (default to active)
opts.withReplacementsMetadata Boolean If it is `true` result will contain replacements metadata not only list of id`s (default to false)
opts.forecastOnly Boolean If it is `true` result will only contain series with forecast (default to false)
opts.withReleaseOnly Boolean If it is `true` result will only contain series with released schedule (default to false)
opts.withReplacementsOnly Boolean If it is `true` result will only contain series with suggestions (default to false)
opts.withObservationsOnly Boolean If it is `true` result will not contain series without observations (default to false)
opts.withContinuousOnly Boolean If set to `true` results will contain only series with available historical extensions (default to false)

internalSeriesIdInternalRemarksOptionsWithHttpInfo(id, opts)

返回值:

A Promise, with an object containing HTTP response

参数:
名称 類型 描述
id String Series ID or Series Code to return. Accepts only one series ID or series Code.
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.withReplacementsMetadata Boolean If it is `true` result will contain replacements metadata not only list of id`s (default to false)
opts.forecastOnly Boolean If it is `true` result will only contain series with forecast (default to false)
opts.withReleaseOnly Boolean If it is `true` result will only contain series with released schedule (default to false)
opts.withReplacementsOnly Boolean If it is `true` result will only contain series with suggestions (default to false)
opts.withObservationsOnly Boolean If it is `true` result will not contain series without observations (default to false)
opts.withContinuousOnly Boolean If set to `true` results will contain only series with available historical extensions (default to false)

internalSeriesIdInternalRemarksOptions(id, opts)

返回值:

A Promise

参数:
名称 類型 描述
id String Series ID or Series Code to return. Accepts only one series ID or series Code.
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.withReplacementsMetadata Boolean If it is `true` result will contain replacements metadata not only list of id`s (default to false)
opts.forecastOnly Boolean If it is `true` result will only contain series with forecast (default to false)
opts.withReleaseOnly Boolean If it is `true` result will only contain series with released schedule (default to false)
opts.withReplacementsOnly Boolean If it is `true` result will only contain series with suggestions (default to false)
opts.withObservationsOnly Boolean If it is `true` result will not contain series without observations (default to false)
opts.withContinuousOnly Boolean If set to `true` results will contain only series with available historical extensions (default to false)

layoutDatabasesIdTopicsOptionsWithHttpInfo(id, opts)

返回值:

A Promise, with an object containing HTTP response

参数:
名称 類型 描述
id String Database ID
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.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
opts.strictKeywordSearch Boolean When true, will make a strict keywords search instead of fuzzy search. (default to false)
opts.frequency Array.<CEIC\model\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
opts.country Array.<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.
opts.source Array.<String> Source filter. One or more comma separated source code values. See related Dictionary function to get the full list of accepted sources.
opts.unit Array.<String> Unit filter. One or more comma separated unit code values. See related Dictionary function to get the full list of accepted units.
opts.indicator Array.<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!
opts.region Array.<String> Region filter. One or more comma separated region code values. See related Dictionary function to get the full list of accepted regions.
opts.subscribedOnly Boolean Show only results for subscribed series when set to `true`. By default show results for all the series found. (default to false)
opts.keyOnly Boolean Show only 'key' series when set to `true`. (default to false)
opts.newOnly Boolean Show only series created less than 1 month ago when set to `true`. (default to false)
opts.nameOnly Boolean 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. (default to false)
opts.startDateBefore Date Will return series with first observation before `start_date_before`
opts.endDateAfter Date Will return series with last observation after `end_date_after`
opts.createdAfter Date Will return entries created after `created_after` date
opts.updatedAfter Date Will return series last time updated after `updated_after` date
opts.geo Array.<String> Geo filter. One or more comma separated geo id values. See related Dictionary function to get the full list of accepted geo ids.
opts.status Array.<CEIC\model\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 (default to ["T","C","B","D"])
opts.filterId Array.<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.

layoutDatabasesIdTopicsOptions(id, opts)

返回值:

A Promise

参数:
名称 類型 描述
id String Database ID
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.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
opts.strictKeywordSearch Boolean When true, will make a strict keywords search instead of fuzzy search. (default to false)
opts.frequency Array.<CEIC\model\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
opts.country Array.<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.
opts.source Array.<String> Source filter. One or more comma separated source code values. See related Dictionary function to get the full list of accepted sources.
opts.unit Array.<String> Unit filter. One or more comma separated unit code values. See related Dictionary function to get the full list of accepted units.
opts.indicator Array.<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!
opts.region Array.<String> Region filter. One or more comma separated region code values. See related Dictionary function to get the full list of accepted regions.
opts.subscribedOnly Boolean Show only results for subscribed series when set to `true`. By default show results for all the series found. (default to false)
opts.keyOnly Boolean Show only 'key' series when set to `true`. (default to false)
opts.newOnly Boolean Show only series created less than 1 month ago when set to `true`. (default to false)
opts.nameOnly Boolean 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. (default to false)
opts.startDateBefore Date Will return series with first observation before `start_date_before`
opts.endDateAfter Date Will return series with last observation after `end_date_after`
opts.createdAfter Date Will return entries created after `created_after` date
opts.updatedAfter Date Will return series last time updated after `updated_after` date
opts.geo Array.<String> Geo filter. One or more comma separated geo id values. See related Dictionary function to get the full list of accepted geo ids.
opts.status Array.<CEIC\model\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 (default to ["T","C","B","D"])
opts.filterId Array.<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.

layoutDatabasesOptionsWithHttpInfo()

返回值:

A Promise, with an object containing HTTP response


layoutDatabasesOptions()

返回值:

A Promise


layoutNodeCodeFootnoteDownloadFileNameOptionsWithHttpInfo(nodeCode, fileName, opts)

返回值:

A Promise, with an object containing HTTP response

参数:
名称 類型 描述
nodeCode String Node Code - Database ID, Topic ID, Section ID or Table ID
fileName String Resource file name
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.lang CEIC\model\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 (default to en)

layoutNodeCodeFootnoteDownloadFileNameOptions(nodeCode, fileName, opts)

返回值:

A Promise

参数:
名称 類型 描述
nodeCode String Node Code - Database ID, Topic ID, Section ID or Table ID
fileName String Resource file name
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.lang CEIC\model\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 (default to en)

layoutNodeCodeFootnoteDownloadOptionsWithHttpInfo(nodeCode, opts)

返回值:

A Promise, with an object containing HTTP response

参数:
名称 類型 描述
nodeCode String Node Code - Database ID, Topic ID, Section ID or Table ID
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.lang CEIC\model\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 (default to en)

layoutNodeCodeFootnoteDownloadOptions(nodeCode, opts)

返回值:

A Promise

参数:
名称 類型 描述
nodeCode String Node Code - Database ID, Topic ID, Section ID or Table ID
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.lang CEIC\model\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 (default to en)

layoutNodeCodeFootnoteOptionsWithHttpInfo(nodeCode, opts)

返回值:

A Promise, with an object containing HTTP response

参数:
名称 類型 描述
nodeCode String Node Code - Database ID, Topic ID, Section ID or Table ID
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)

layoutNodeCodeFootnoteOptions(nodeCode, opts)

返回值:

A Promise

参数:
名称 類型 描述
nodeCode String Node Code - Database ID, Topic ID, Section ID or Table ID
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)

layoutSectionsIdOptionsWithHttpInfo(id, opts)

返回值:

A Promise, with an object containing HTTP response

参数:
名称 類型 描述
id String Node ID
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.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
opts.strictKeywordSearch Boolean When true, will make a strict keywords search instead of fuzzy search. (default to false)
opts.frequency Array.<CEIC\model\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
opts.country Array.<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.
opts.source Array.<String> Source filter. One or more comma separated source code values. See related Dictionary function to get the full list of accepted sources.
opts.unit Array.<String> Unit filter. One or more comma separated unit code values. See related Dictionary function to get the full list of accepted units.
opts.indicator Array.<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!
opts.region Array.<String> Region filter. One or more comma separated region code values. See related Dictionary function to get the full list of accepted regions.
opts.subscribedOnly Boolean Show only results for subscribed series when set to `true`. By default show results for all the series found. (default to false)
opts.keyOnly Boolean Show only 'key' series when set to `true`. (default to false)
opts.newOnly Boolean Show only series created less than 1 month ago when set to `true`. (default to false)
opts.nameOnly Boolean 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. (default to false)
opts.startDateBefore Date Will return series with first observation before `start_date_before`
opts.endDateAfter Date Will return series with last observation after `end_date_after`
opts.createdAfter Date Will return entries created after `created_after` date
opts.updatedAfter Date Will return series last time updated after `updated_after` date
opts.geo Array.<String> Geo filter. One or more comma separated geo id values. See related Dictionary function to get the full list of accepted geo ids.
opts.status Array.<CEIC\model\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 (default to ["T","C","B","D"])
opts.filterId Array.<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.

layoutSectionsIdOptions(id, opts)

返回值:

A Promise

参数:
名称 類型 描述
id String Node ID
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.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
opts.strictKeywordSearch Boolean When true, will make a strict keywords search instead of fuzzy search. (default to false)
opts.frequency Array.<CEIC\model\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
opts.country Array.<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.
opts.source Array.<String> Source filter. One or more comma separated source code values. See related Dictionary function to get the full list of accepted sources.
opts.unit Array.<String> Unit filter. One or more comma separated unit code values. See related Dictionary function to get the full list of accepted units.
opts.indicator Array.<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!
opts.region Array.<String> Region filter. One or more comma separated region code values. See related Dictionary function to get the full list of accepted regions.
opts.subscribedOnly Boolean Show only results for subscribed series when set to `true`. By default show results for all the series found. (default to false)
opts.keyOnly Boolean Show only 'key' series when set to `true`. (default to false)
opts.newOnly Boolean Show only series created less than 1 month ago when set to `true`. (default to false)
opts.nameOnly Boolean 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. (default to false)
opts.startDateBefore Date Will return series with first observation before `start_date_before`
opts.endDateAfter Date Will return series with last observation after `end_date_after`
opts.createdAfter Date Will return entries created after `created_after` date
opts.updatedAfter Date Will return series last time updated after `updated_after` date
opts.geo Array.<String> Geo filter. One or more comma separated geo id values. See related Dictionary function to get the full list of accepted geo ids.
opts.status Array.<CEIC\model\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 (default to ["T","C","B","D"])
opts.filterId Array.<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.

layoutSectionsIdTablesOptionsWithHttpInfo(id, opts)

返回值:

A Promise, with an object containing HTTP response

参数:
名称 類型 描述
id String Section ID
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.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
opts.strictKeywordSearch Boolean When true, will make a strict keywords search instead of fuzzy search. (default to false)
opts.frequency Array.<CEIC\model\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
opts.country Array.<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.
opts.source Array.<String> Source filter. One or more comma separated source code values. See related Dictionary function to get the full list of accepted sources.
opts.unit Array.<String> Unit filter. One or more comma separated unit code values. See related Dictionary function to get the full list of accepted units.
opts.indicator Array.<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!
opts.region Array.<String> Region filter. One or more comma separated region code values. See related Dictionary function to get the full list of accepted regions.
opts.subscribedOnly Boolean Show only results for subscribed series when set to `true`. By default show results for all the series found. (default to false)
opts.keyOnly Boolean Show only 'key' series when set to `true`. (default to false)
opts.newOnly Boolean Show only series created less than 1 month ago when set to `true`. (default to false)
opts.nameOnly Boolean 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. (default to false)
opts.startDateBefore Date Will return series with first observation before `start_date_before`
opts.endDateAfter Date Will return series with last observation after `end_date_after`
opts.createdAfter Date Will return entries created after `created_after` date
opts.updatedAfter Date Will return series last time updated after `updated_after` date
opts.geo Array.<String> Geo filter. One or more comma separated geo id values. See related Dictionary function to get the full list of accepted geo ids.
opts.status Array.<CEIC\model\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 (default to ["T","C","B","D"])
opts.filterId Array.<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.

layoutSectionsIdTablesOptions(id, opts)

返回值:

A Promise

参数:
名称 類型 描述
id String Section ID
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.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
opts.strictKeywordSearch Boolean When true, will make a strict keywords search instead of fuzzy search. (default to false)
opts.frequency Array.<CEIC\model\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
opts.country Array.<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.
opts.source Array.<String> Source filter. One or more comma separated source code values. See related Dictionary function to get the full list of accepted sources.
opts.unit Array.<String> Unit filter. One or more comma separated unit code values. See related Dictionary function to get the full list of accepted units.
opts.indicator Array.<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!
opts.region Array.<String> Region filter. One or more comma separated region code values. See related Dictionary function to get the full list of accepted regions.
opts.subscribedOnly Boolean Show only results for subscribed series when set to `true`. By default show results for all the series found. (default to false)
opts.keyOnly Boolean Show only 'key' series when set to `true`. (default to false)
opts.newOnly Boolean Show only series created less than 1 month ago when set to `true`. (default to false)
opts.nameOnly Boolean 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. (default to false)
opts.startDateBefore Date Will return series with first observation before `start_date_before`
opts.endDateAfter Date Will return series with last observation after `end_date_after`
opts.createdAfter Date Will return entries created after `created_after` date
opts.updatedAfter Date Will return series last time updated after `updated_after` date
opts.geo Array.<String> Geo filter. One or more comma separated geo id values. See related Dictionary function to get the full list of accepted geo ids.
opts.status Array.<CEIC\model\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 (default to ["T","C","B","D"])
opts.filterId Array.<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.

layoutTablesIdOptionsWithHttpInfo(id, opts)

返回值:

A Promise, with an object containing HTTP response

参数:
名称 類型 描述
id String Node ID
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.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
opts.strictKeywordSearch Boolean When true, will make a strict keywords search instead of fuzzy search. (default to false)
opts.frequency Array.<CEIC\model\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
opts.country Array.<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.
opts.source Array.<String> Source filter. One or more comma separated source code values. See related Dictionary function to get the full list of accepted sources.
opts.unit Array.<String> Unit filter. One or more comma separated unit code values. See related Dictionary function to get the full list of accepted units.
opts.indicator Array.<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!
opts.region Array.<String> Region filter. One or more comma separated region code values. See related Dictionary function to get the full list of accepted regions.
opts.subscribedOnly Boolean Show only results for subscribed series when set to `true`. By default show results for all the series found. (default to false)
opts.keyOnly Boolean Show only 'key' series when set to `true`. (default to false)
opts.newOnly Boolean Show only series created less than 1 month ago when set to `true`. (default to false)
opts.nameOnly Boolean 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. (default to false)
opts.startDateBefore Date Will return series with first observation before `start_date_before`
opts.endDateAfter Date Will return series with last observation after `end_date_after`
opts.createdAfter Date Will return entries created after `created_after` date
opts.updatedAfter Date Will return series last time updated after `updated_after` date
opts.geo Array.<String> Geo filter. One or more comma separated geo id values. See related Dictionary function to get the full list of accepted geo ids.
opts.status Array.<CEIC\model\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 (default to ["T","C","B","D"])
opts.filterId Array.<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.

layoutTablesIdOptions(id, opts)

返回值:

A Promise

参数:
名称 類型 描述
id String Node ID
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.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
opts.strictKeywordSearch Boolean When true, will make a strict keywords search instead of fuzzy search. (default to false)
opts.frequency Array.<CEIC\model\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
opts.country Array.<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.
opts.source Array.<String> Source filter. One or more comma separated source code values. See related Dictionary function to get the full list of accepted sources.
opts.unit Array.<String> Unit filter. One or more comma separated unit code values. See related Dictionary function to get the full list of accepted units.
opts.indicator Array.<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!
opts.region Array.<String> Region filter. One or more comma separated region code values. See related Dictionary function to get the full list of accepted regions.
opts.subscribedOnly Boolean Show only results for subscribed series when set to `true`. By default show results for all the series found. (default to false)
opts.keyOnly Boolean Show only 'key' series when set to `true`. (default to false)
opts.newOnly Boolean Show only series created less than 1 month ago when set to `true`. (default to false)
opts.nameOnly Boolean 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. (default to false)
opts.startDateBefore Date Will return series with first observation before `start_date_before`
opts.endDateAfter Date Will return series with last observation after `end_date_after`
opts.createdAfter Date Will return entries created after `created_after` date
opts.updatedAfter Date Will return series last time updated after `updated_after` date
opts.geo Array.<String> Geo filter. One or more comma separated geo id values. See related Dictionary function to get the full list of accepted geo ids.
opts.status Array.<CEIC\model\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 (default to ["T","C","B","D"])
opts.filterId Array.<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.

layoutTablesIdSeriesOptionsWithHttpInfo(id, opts)

返回值:

A Promise, with an object containing HTTP response

参数:
名称 類型 描述
id String Table ID
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.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
opts.strictKeywordSearch Boolean When true, will make a strict keywords search instead of fuzzy search. (default to false)
opts.frequency Array.<CEIC\model\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
opts.country Array.<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.
opts.source Array.<String> Source filter. One or more comma separated source code values. See related Dictionary function to get the full list of accepted sources.
opts.unit Array.<String> Unit filter. One or more comma separated unit code values. See related Dictionary function to get the full list of accepted units.
opts.indicator Array.<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!
opts.region Array.<String> Region filter. One or more comma separated region code values. See related Dictionary function to get the full list of accepted regions.
opts.subscribedOnly Boolean Show only results for subscribed series when set to `true`. By default show results for all the series found. (default to false)
opts.keyOnly Boolean Show only 'key' series when set to `true`. (default to false)
opts.newOnly Boolean Show only series created less than 1 month ago when set to `true`. (default to false)
opts.nameOnly Boolean 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. (default to false)
opts.startDateBefore Date Will return series with first observation before `start_date_before`
opts.endDateAfter Date Will return series with last observation after `end_date_after`
opts.createdAfter Date Will return entries created after `created_after` date
opts.updatedAfter Date Will return series last time updated after `updated_after` date
opts.geo Array.<String> Geo filter. One or more comma separated geo id values. See related Dictionary function to get the full list of accepted geo ids.
opts.status Array.<CEIC\model\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 (default to ["T","C","B","D"])
opts.filterId Array.<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.

layoutTablesIdSeriesOptions(id, opts)

返回值:

A Promise

参数:
名称 類型 描述
id String Table ID
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.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
opts.strictKeywordSearch Boolean When true, will make a strict keywords search instead of fuzzy search. (default to false)
opts.frequency Array.<CEIC\model\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
opts.country Array.<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.
opts.source Array.<String> Source filter. One or more comma separated source code values. See related Dictionary function to get the full list of accepted sources.
opts.unit Array.<String> Unit filter. One or more comma separated unit code values. See related Dictionary function to get the full list of accepted units.
opts.indicator Array.<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!
opts.region Array.<String> Region filter. One or more comma separated region code values. See related Dictionary function to get the full list of accepted regions.
opts.subscribedOnly Boolean Show only results for subscribed series when set to `true`. By default show results for all the series found. (default to false)
opts.keyOnly Boolean Show only 'key' series when set to `true`. (default to false)
opts.newOnly Boolean Show only series created less than 1 month ago when set to `true`. (default to false)
opts.nameOnly Boolean 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. (default to false)
opts.startDateBefore Date Will return series with first observation before `start_date_before`
opts.endDateAfter Date Will return series with last observation after `end_date_after`
opts.createdAfter Date Will return entries created after `created_after` date
opts.updatedAfter Date Will return series last time updated after `updated_after` date
opts.geo Array.<String> Geo filter. One or more comma separated geo id values. See related Dictionary function to get the full list of accepted geo ids.
opts.status Array.<CEIC\model\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 (default to ["T","C","B","D"])
opts.filterId Array.<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.

layoutTopicsIdOptionsWithHttpInfo(id, opts)

返回值:

A Promise, with an object containing HTTP response

参数:
名称 類型 描述
id String Node ID
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.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
opts.strictKeywordSearch Boolean When true, will make a strict keywords search instead of fuzzy search. (default to false)
opts.frequency Array.<CEIC\model\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
opts.country Array.<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.
opts.source Array.<String> Source filter. One or more comma separated source code values. See related Dictionary function to get the full list of accepted sources.
opts.unit Array.<String> Unit filter. One or more comma separated unit code values. See related Dictionary function to get the full list of accepted units.
opts.indicator Array.<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!
opts.region Array.<String> Region filter. One or more comma separated region code values. See related Dictionary function to get the full list of accepted regions.
opts.subscribedOnly Boolean Show only results for subscribed series when set to `true`. By default show results for all the series found. (default to false)
opts.keyOnly Boolean Show only 'key' series when set to `true`. (default to false)
opts.newOnly Boolean Show only series created less than 1 month ago when set to `true`. (default to false)
opts.nameOnly Boolean 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. (default to false)
opts.startDateBefore Date Will return series with first observation before `start_date_before`
opts.endDateAfter Date Will return series with last observation after `end_date_after`
opts.createdAfter Date Will return entries created after `created_after` date
opts.updatedAfter Date Will return series last time updated after `updated_after` date
opts.geo Array.<String> Geo filter. One or more comma separated geo id values. See related Dictionary function to get the full list of accepted geo ids.
opts.status Array.<CEIC\model\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 (default to ["T","C","B","D"])
opts.filterId Array.<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.

layoutTopicsIdOptions(id, opts)

返回值:

A Promise

参数:
名称 類型 描述
id String Node ID
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.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
opts.strictKeywordSearch Boolean When true, will make a strict keywords search instead of fuzzy search. (default to false)
opts.frequency Array.<CEIC\model\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
opts.country Array.<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.
opts.source Array.<String> Source filter. One or more comma separated source code values. See related Dictionary function to get the full list of accepted sources.
opts.unit Array.<String> Unit filter. One or more comma separated unit code values. See related Dictionary function to get the full list of accepted units.
opts.indicator Array.<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!
opts.region Array.<String> Region filter. One or more comma separated region code values. See related Dictionary function to get the full list of accepted regions.
opts.subscribedOnly Boolean Show only results for subscribed series when set to `true`. By default show results for all the series found. (default to false)
opts.keyOnly Boolean Show only 'key' series when set to `true`. (default to false)
opts.newOnly Boolean Show only series created less than 1 month ago when set to `true`. (default to false)
opts.nameOnly Boolean 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. (default to false)
opts.startDateBefore Date Will return series with first observation before `start_date_before`
opts.endDateAfter Date Will return series with last observation after `end_date_after`
opts.createdAfter Date Will return entries created after `created_after` date
opts.updatedAfter Date Will return series last time updated after `updated_after` date
opts.geo Array.<String> Geo filter. One or more comma separated geo id values. See related Dictionary function to get the full list of accepted geo ids.
opts.status Array.<CEIC\model\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 (default to ["T","C","B","D"])
opts.filterId Array.<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.

layoutTopicsIdSectionsOptionsWithHttpInfo(id, opts)

返回值:

A Promise, with an object containing HTTP response

参数:
名称 類型 描述
id String Topic ID
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.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
opts.strictKeywordSearch Boolean When true, will make a strict keywords search instead of fuzzy search. (default to false)
opts.frequency Array.<CEIC\model\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
opts.country Array.<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.
opts.source Array.<String> Source filter. One or more comma separated source code values. See related Dictionary function to get the full list of accepted sources.
opts.unit Array.<String> Unit filter. One or more comma separated unit code values. See related Dictionary function to get the full list of accepted units.
opts.indicator Array.<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!
opts.region Array.<String> Region filter. One or more comma separated region code values. See related Dictionary function to get the full list of accepted regions.
opts.subscribedOnly Boolean Show only results for subscribed series when set to `true`. By default show results for all the series found. (default to false)
opts.keyOnly Boolean Show only 'key' series when set to `true`. (default to false)
opts.newOnly Boolean Show only series created less than 1 month ago when set to `true`. (default to false)
opts.nameOnly Boolean 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. (default to false)
opts.startDateBefore Date Will return series with first observation before `start_date_before`
opts.endDateAfter Date Will return series with last observation after `end_date_after`
opts.createdAfter Date Will return entries created after `created_after` date
opts.updatedAfter Date Will return series last time updated after `updated_after` date
opts.geo Array.<String> Geo filter. One or more comma separated geo id values. See related Dictionary function to get the full list of accepted geo ids.
opts.status Array.<CEIC\model\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 (default to ["T","C","B","D"])
opts.filterId Array.<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.

layoutTopicsIdSectionsOptions(id, opts)

返回值:

A Promise

参数:
名称 類型 描述
id String Topic ID
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.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
opts.strictKeywordSearch Boolean When true, will make a strict keywords search instead of fuzzy search. (default to false)
opts.frequency Array.<CEIC\model\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
opts.country Array.<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.
opts.source Array.<String> Source filter. One or more comma separated source code values. See related Dictionary function to get the full list of accepted sources.
opts.unit Array.<String> Unit filter. One or more comma separated unit code values. See related Dictionary function to get the full list of accepted units.
opts.indicator Array.<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!
opts.region Array.<String> Region filter. One or more comma separated region code values. See related Dictionary function to get the full list of accepted regions.
opts.subscribedOnly Boolean Show only results for subscribed series when set to `true`. By default show results for all the series found. (default to false)
opts.keyOnly Boolean Show only 'key' series when set to `true`. (default to false)
opts.newOnly Boolean Show only series created less than 1 month ago when set to `true`. (default to false)
opts.nameOnly Boolean 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. (default to false)
opts.startDateBefore Date Will return series with first observation before `start_date_before`
opts.endDateAfter Date Will return series with last observation after `end_date_after`
opts.createdAfter Date Will return entries created after `created_after` date
opts.updatedAfter Date Will return series last time updated after `updated_after` date
opts.geo Array.<String> Geo filter. One or more comma separated geo id values. See related Dictionary function to get the full list of accepted geo ids.
opts.status Array.<CEIC\model\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 (default to ["T","C","B","D"])
opts.filterId Array.<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.

loginOptionsWithHttpInfo()

返回值:

A Promise, with an object containing HTTP response


loginOptions()

返回值:

A Promise


logoutSessionOptionsWithHttpInfo(session)

返回值:

A Promise, with an object containing HTTP response

参数:
名称 類型 描述
session String User session

logoutSessionOptions(session)

返回值:

A Promise

参数:
名称 類型 描述
session String User session

releasesCodeSeriesOptionsWithHttpInfo(code, opts)

返回值:

A Promise, with an object containing HTTP response

参数:
名称 類型 描述
code String Release identifier code for a group of series with the same release schedule. Accepts only one release identifier code.
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.limit Number Number of records to return in the range 1 - 100. Default is 100. (default to 100)
opts.offset Number The offset from which the records will be returned. Used to get the next set of records when the limit is reached. (default to 0)

releasesCodeSeriesOptions(code, opts)

返回值:

A Promise

参数:
名称 類型 描述
code String Release identifier code for a group of series with the same release schedule. Accepts only one release identifier code.
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.limit Number Number of records to return in the range 1 - 100. Default is 100. (default to 100)
opts.offset Number The offset from which the records will be returned. Used to get the next set of records when the limit is reached. (default to 0)

releasesOptionsWithHttpInfo(opts)

返回值:

A Promise, with an object containing HTTP response

参数:
名称 類型 描述
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.limit Number Number of records to return in the range 1 - 100. Default is 100. (default to 100)
opts.offset Number The offset from which the records will be returned. Used to get the next set of records when the limit is reached. (default to 0)
opts.layout Array.<CEIC\model\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*
opts.database Array.<CEIC\model\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*
opts.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
opts.strictKeywordSearch Boolean When true, will make a strict keywords search instead of fuzzy search. (default to false)
opts.frequency Array.<CEIC\model\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
opts.country Array.<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.
opts.source Array.<String> Source filter. One or more comma separated source code values. See related Dictionary function to get the full list of accepted sources.
opts.unit Array.<String> Unit filter. One or more comma separated unit code values. See related Dictionary function to get the full list of accepted units.
opts.indicator Array.<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!
opts.region Array.<String> Region filter. One or more comma separated region code values. See related Dictionary function to get the full list of accepted regions.
opts.subscribedOnly Boolean Show only results for subscribed series when set to `true`. By default show results for all the series found. (default to false)
opts.keyOnly Boolean Show only 'key' series when set to `true`. (default to false)
opts.newOnly Boolean Show only series created less than 1 month ago when set to `true`. (default to false)
opts.nameOnly Boolean 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. (default to false)
opts.startDateBefore Date Will return series with first observation before `start_date_before`
opts.endDateAfter Date Will return series with last observation after `end_date_after`
opts.createdAfter Date Will return entries created after `created_after` date
opts.updatedAfter Date Will return series last time updated after `updated_after` date
opts.geo Array.<String> Geo filter. One or more comma separated geo id values. See related Dictionary function to get the full list of accepted geo ids.
opts.status Array.<CEIC\model\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 (default to ["T"])
opts.dataSource Array.<CEIC\model\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
opts.series Array.<String> List of series
opts.topic Array.<String> Topic filter. One or more comma separated topic code values.
opts.section Array.<String> Section filter. One or more comma separated section code values.
opts.table Array.<String> Table filter. One or more comma separated table code values.
opts.order Array.<CEIC\model\String> Sort order. Default is `relevance`.
opts.direction Array.<CEIC\model\String> Sort order direction. Default is `asc`. Accepted values: `asc` - ascending `desc` - descending
opts.filterId Array.<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.
opts.withReplacementsMetadata Boolean If it is `true` result will contain replacements metadata not only list of id`s (default to false)
opts.forecastOnly Boolean If it is `true` result will only contain series with forecast (default to false)
opts.withReleaseOnly Boolean If it is `true` result will only contain series with released schedule (default to false)
opts.withReplacementsOnly Boolean If it is `true` result will only contain series with suggestions (default to false)
opts.withObservationsOnly Boolean If it is `true` result will not contain series without observations (default to false)
opts.withContinuousOnly Boolean If set to `true` results will contain only series with available historical extensions (default to false)
opts.facet Array.<CEIC\model\String> List of facets to return
opts.releaseDateFrom Date Will return releases with first observation before `release_date_from`
opts.releaseDateTo Date Will return releases with last observation after `release_date_to`
opts.releaseStatus Array.<CEIC\model\String> List of release statuses to return

releasesOptions(opts)

返回值:

A Promise

参数:
名称 類型 描述
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.limit Number Number of records to return in the range 1 - 100. Default is 100. (default to 100)
opts.offset Number The offset from which the records will be returned. Used to get the next set of records when the limit is reached. (default to 0)
opts.layout Array.<CEIC\model\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*
opts.database Array.<CEIC\model\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*
opts.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
opts.strictKeywordSearch Boolean When true, will make a strict keywords search instead of fuzzy search. (default to false)
opts.frequency Array.<CEIC\model\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
opts.country Array.<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.
opts.source Array.<String> Source filter. One or more comma separated source code values. See related Dictionary function to get the full list of accepted sources.
opts.unit Array.<String> Unit filter. One or more comma separated unit code values. See related Dictionary function to get the full list of accepted units.
opts.indicator Array.<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!
opts.region Array.<String> Region filter. One or more comma separated region code values. See related Dictionary function to get the full list of accepted regions.
opts.subscribedOnly Boolean Show only results for subscribed series when set to `true`. By default show results for all the series found. (default to false)
opts.keyOnly Boolean Show only 'key' series when set to `true`. (default to false)
opts.newOnly Boolean Show only series created less than 1 month ago when set to `true`. (default to false)
opts.nameOnly Boolean 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. (default to false)
opts.startDateBefore Date Will return series with first observation before `start_date_before`
opts.endDateAfter Date Will return series with last observation after `end_date_after`
opts.createdAfter Date Will return entries created after `created_after` date
opts.updatedAfter Date Will return series last time updated after `updated_after` date
opts.geo Array.<String> Geo filter. One or more comma separated geo id values. See related Dictionary function to get the full list of accepted geo ids.
opts.status Array.<CEIC\model\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 (default to ["T"])
opts.dataSource Array.<CEIC\model\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
opts.series Array.<String> List of series
opts.topic Array.<String> Topic filter. One or more comma separated topic code values.
opts.section Array.<String> Section filter. One or more comma separated section code values.
opts.table Array.<String> Table filter. One or more comma separated table code values.
opts.order Array.<CEIC\model\String> Sort order. Default is `relevance`.
opts.direction Array.<CEIC\model\String> Sort order direction. Default is `asc`. Accepted values: `asc` - ascending `desc` - descending
opts.filterId Array.<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.
opts.withReplacementsMetadata Boolean If it is `true` result will contain replacements metadata not only list of id`s (default to false)
opts.forecastOnly Boolean If it is `true` result will only contain series with forecast (default to false)
opts.withReleaseOnly Boolean If it is `true` result will only contain series with released schedule (default to false)
opts.withReplacementsOnly Boolean If it is `true` result will only contain series with suggestions (default to false)
opts.withObservationsOnly Boolean If it is `true` result will not contain series without observations (default to false)
opts.withContinuousOnly Boolean If set to `true` results will contain only series with available historical extensions (default to false)
opts.facet Array.<CEIC\model\String> List of facets to return
opts.releaseDateFrom Date Will return releases with first observation before `release_date_from`
opts.releaseDateTo Date Will return releases with last observation after `release_date_to`
opts.releaseStatus Array.<CEIC\model\String> List of release statuses to return

releasesSeriesIdOptionsWithHttpInfo(id, opts)

返回值:

A Promise, with an object containing HTTP response

参数:
名称 類型 描述
id String Series ID or Series Code to return. Accepts only one series ID or series Code.
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.releaseDateFrom Date Will return releases with first observation before `release_date_from`
opts.releaseDateTo Date Will return releases with last observation after `release_date_to`
opts.releaseStatus Array.<CEIC\model\String> List of release statuses to return
opts.offset Number The offset from which the records will be returned. Used to get the next set of records when the limit is reached. (default to 0)
opts.limit Number Number of records to return in the range 1 - 100. Default is 100. (default to 100)

releasesSeriesIdOptions(id, opts)

返回值:

A Promise

参数:
名称 類型 描述
id String Series ID or Series Code to return. Accepts only one series ID or series Code.
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.releaseDateFrom Date Will return releases with first observation before `release_date_from`
opts.releaseDateTo Date Will return releases with last observation after `release_date_to`
opts.releaseStatus Array.<CEIC\model\String> List of release statuses to return
opts.offset Number The offset from which the records will be returned. Used to get the next set of records when the limit is reached. (default to 0)
opts.limit Number Number of records to return in the range 1 - 100. Default is 100. (default to 100)

seriesIdDataOptionsWithHttpInfo(id, opts)

返回值:

A Promise, with an object containing HTTP response

参数:
名称 類型 描述
id String Series ID or Series Code to return. Accepts only one series ID or series Code.
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.count Number Limit the amount of latest time-points returned, by the number specified. (default to 3650)
opts.startDate Date Limits the start date after which the time-points will be returned.
opts.endDate Date Limits the end date before which the time-points will be returned.
opts.updatedAfter Date Returns only the updated time-points after the date specified.
opts.blankObservations Boolean If it's set to true, empty time-points will be returned (default to false)
opts.timePointsStatus CEIC\model\String Time points filter. One or more comma separated status code values. When not explicitly set, defaults to T. T - Active X - Deleted (default to active)

seriesIdDataOptions(id, opts)

返回值:

A Promise

参数:
名称 類型 描述
id String Series ID or Series Code to return. Accepts only one series ID or series Code.
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.count Number Limit the amount of latest time-points returned, by the number specified. (default to 3650)
opts.startDate Date Limits the start date after which the time-points will be returned.
opts.endDate Date Limits the end date before which the time-points will be returned.
opts.updatedAfter Date Returns only the updated time-points after the date specified.
opts.blankObservations Boolean If it's set to true, empty time-points will be returned (default to false)
opts.timePointsStatus CEIC\model\String Time points filter. One or more comma separated status code values. When not explicitly set, defaults to T. T - Active X - Deleted (default to active)

seriesIdMetadataOptionsWithHttpInfo(id, opts)

返回值:

A Promise, with an object containing HTTP response

参数:
名称 類型 描述
id String Series ID or Series Code to return. Accepts only one series ID or series Code.
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.withReplacementsMetadata Boolean If it is `true` result will contain replacements metadata not only list of id`s (default to false)
opts.forecastOnly Boolean If it is `true` result will only contain series with forecast (default to false)
opts.withReleaseOnly Boolean If it is `true` result will only contain series with released schedule (default to false)
opts.withReplacementsOnly Boolean If it is `true` result will only contain series with suggestions (default to false)
opts.withObservationsOnly Boolean If it is `true` result will not contain series without observations (default to false)
opts.withContinuousOnly Boolean If set to `true` results will contain only series with available historical extensions (default to false)

seriesIdMetadataOptions(id, opts)

返回值:

A Promise

参数:
名称 類型 描述
id String Series ID or Series Code to return. Accepts only one series ID or series Code.
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.withReplacementsMetadata Boolean If it is `true` result will contain replacements metadata not only list of id`s (default to false)
opts.forecastOnly Boolean If it is `true` result will only contain series with forecast (default to false)
opts.withReleaseOnly Boolean If it is `true` result will only contain series with released schedule (default to false)
opts.withReplacementsOnly Boolean If it is `true` result will only contain series with suggestions (default to false)
opts.withObservationsOnly Boolean If it is `true` result will not contain series without observations (default to false)
opts.withContinuousOnly Boolean If set to `true` results will contain only series with available historical extensions (default to false)

seriesIdOptionsWithHttpInfo(id, opts)

返回值:

A Promise, with an object containing HTTP response

参数:
名称 類型 描述
id String Series ID or Series Code to return. Accepts only one series ID or series Code.
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.count Number Limit the amount of latest time-points returned, by the number specified. (default to 3650)
opts.startDate Date Limits the start date after which the time-points will be returned.
opts.endDate Date Limits the end date before which the time-points will be returned.
opts.updatedAfter Date Returns only the updated time-points after the date specified.
opts.blankObservations Boolean If it's set to true, empty time-points will be returned (default to false)
opts.timePointsStatus CEIC\model\String Time points filter. One or more comma separated status code values. When not explicitly set, defaults to T. T - Active X - Deleted (default to active)
opts.withReplacementsMetadata Boolean If it is `true` result will contain replacements metadata not only list of id`s (default to false)
opts.forecastOnly Boolean If it is `true` result will only contain series with forecast (default to false)
opts.withReleaseOnly Boolean If it is `true` result will only contain series with released schedule (default to false)
opts.withReplacementsOnly Boolean If it is `true` result will only contain series with suggestions (default to false)
opts.withObservationsOnly Boolean If it is `true` result will not contain series without observations (default to false)
opts.withContinuousOnly Boolean If set to `true` results will contain only series with available historical extensions (default to false)

seriesIdOptions(id, opts)

返回值:

A Promise

参数:
名称 類型 描述
id String Series ID or Series Code to return. Accepts only one series ID or series Code.
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.count Number Limit the amount of latest time-points returned, by the number specified. (default to 3650)
opts.startDate Date Limits the start date after which the time-points will be returned.
opts.endDate Date Limits the end date before which the time-points will be returned.
opts.updatedAfter Date Returns only the updated time-points after the date specified.
opts.blankObservations Boolean If it's set to true, empty time-points will be returned (default to false)
opts.timePointsStatus CEIC\model\String Time points filter. One or more comma separated status code values. When not explicitly set, defaults to T. T - Active X - Deleted (default to active)
opts.withReplacementsMetadata Boolean If it is `true` result will contain replacements metadata not only list of id`s (default to false)
opts.forecastOnly Boolean If it is `true` result will only contain series with forecast (default to false)
opts.withReleaseOnly Boolean If it is `true` result will only contain series with released schedule (default to false)
opts.withReplacementsOnly Boolean If it is `true` result will only contain series with suggestions (default to false)
opts.withObservationsOnly Boolean If it is `true` result will not contain series without observations (default to false)
opts.withContinuousOnly Boolean If set to `true` results will contain only series with available historical extensions (default to false)

seriesIdVisualOptionsWithHttpInfo(id, opts)

返回值:

A Promise, with an object containing HTTP response

参数:
名称 類型 描述
id String Series ID or Series Code to return. Accepts only one series ID or series Code.
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.withReplacementsMetadata Boolean If it is `true` result will contain replacements metadata not only list of id`s (default to false)
opts.forecastOnly Boolean If it is `true` result will only contain series with forecast (default to false)
opts.withReleaseOnly Boolean If it is `true` result will only contain series with released schedule (default to false)
opts.withReplacementsOnly Boolean If it is `true` result will only contain series with suggestions (default to false)
opts.withObservationsOnly Boolean If it is `true` result will not contain series without observations (default to false)
opts.withContinuousOnly Boolean If set to `true` results will contain only series with available historical extensions (default to false)

seriesIdVisualOptions(id, opts)

返回值:

A Promise

参数:
名称 類型 描述
id String Series ID or Series Code to return. Accepts only one series ID or series Code.
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.withReplacementsMetadata Boolean If it is `true` result will contain replacements metadata not only list of id`s (default to false)
opts.forecastOnly Boolean If it is `true` result will only contain series with forecast (default to false)
opts.withReleaseOnly Boolean If it is `true` result will only contain series with released schedule (default to false)
opts.withReplacementsOnly Boolean If it is `true` result will only contain series with suggestions (default to false)
opts.withObservationsOnly Boolean If it is `true` result will not contain series without observations (default to false)
opts.withContinuousOnly Boolean If set to `true` results will contain only series with available historical extensions (default to false)

seriesSearchOptionsWithHttpInfo()

返回值:

A Promise, with an object containing HTTP response


seriesSearchOptions()

返回值:

A Promise


subscriptionsOptionsWithHttpInfo()

返回值:

A Promise, with an object containing HTTP response


subscriptionsOptions()

返回值:

A Promise


userdefinedSeriesCloneOptionsWithHttpInfo()

返回值:

A Promise, with an object containing HTTP response


userdefinedSeriesCloneOptions()

返回值:

A Promise


userdefinedSeriesIdDataOptionsWithHttpInfo(id, opts)

返回值:

A Promise, with an object containing HTTP response

参数:
名称 類型 描述
id String Series ID or Series Code to return. Accepts only one series ID or series Code.
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.count Number Limit the amount of latest time-points returned, by the number specified. (default to 3650)
opts.startDate Date Limits the start date after which the time-points will be returned.
opts.endDate Date Limits the end date before which the time-points will be returned.
opts.updatedAfter Date Returns only the updated time-points after the date specified.
opts.blankObservations Boolean If it's set to true, empty time-points will be returned (default to false)
opts.timePointsStatus CEIC\model\String Time points filter. One or more comma separated status code values. When not explicitly set, defaults to T. T - Active X - Deleted (default to active)

userdefinedSeriesIdDataOptions(id, opts)

返回值:

A Promise

参数:
名称 類型 描述
id String Series ID or Series Code to return. Accepts only one series ID or series Code.
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.count Number Limit the amount of latest time-points returned, by the number specified. (default to 3650)
opts.startDate Date Limits the start date after which the time-points will be returned.
opts.endDate Date Limits the end date before which the time-points will be returned.
opts.updatedAfter Date Returns only the updated time-points after the date specified.
opts.blankObservations Boolean If it's set to true, empty time-points will be returned (default to false)
opts.timePointsStatus CEIC\model\String Time points filter. One or more comma separated status code values. When not explicitly set, defaults to T. T - Active X - Deleted (default to active)

userdefinedSeriesIdTimepointsDateOptionsWithHttpInfo(id, opts)

返回值:

A Promise, with an object containing HTTP response

参数:
名称 類型 描述
id String Series ID or Series Code to return. Accepts only one series ID or series Code.
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.count Number Limit the amount of latest time-points returned, by the number specified. (default to 3650)
opts.startDate Date Limits the start date after which the time-points will be returned.
opts.endDate Date Limits the end date before which the time-points will be returned.
opts.updatedAfter Date Returns only the updated time-points after the date specified.
opts.blankObservations Boolean If it's set to true, empty time-points will be returned (default to false)
opts.timePointsStatus CEIC\model\String Time points filter. One or more comma separated status code values. When not explicitly set, defaults to T. T - Active X - Deleted (default to active)

userdefinedSeriesIdTimepointsDateOptions(id, opts)

返回值:

A Promise

参数:
名称 類型 描述
id String Series ID or Series Code to return. Accepts only one series ID or series Code.
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.count Number Limit the amount of latest time-points returned, by the number specified. (default to 3650)
opts.startDate Date Limits the start date after which the time-points will be returned.
opts.endDate Date Limits the end date before which the time-points will be returned.
opts.updatedAfter Date Returns only the updated time-points after the date specified.
opts.blankObservations Boolean If it's set to true, empty time-points will be returned (default to false)
opts.timePointsStatus CEIC\model\String Time points filter. One or more comma separated status code values. When not explicitly set, defaults to T. T - Active X - Deleted (default to active)

userdefinedSeriesIdTimepointsOptionsWithHttpInfo(id, opts)

返回值:

A Promise, with an object containing HTTP response

参数:
名称 類型 描述
id String Series ID or Series Code to return. Accepts only one series ID or series Code.
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.count Number Limit the amount of latest time-points returned, by the number specified. (default to 3650)
opts.startDate Date Limits the start date after which the time-points will be returned.
opts.endDate Date Limits the end date before which the time-points will be returned.
opts.updatedAfter Date Returns only the updated time-points after the date specified.
opts.blankObservations Boolean If it's set to true, empty time-points will be returned (default to false)
opts.timePointsStatus CEIC\model\String Time points filter. One or more comma separated status code values. When not explicitly set, defaults to T. T - Active X - Deleted (default to active)

userdefinedSeriesIdTimepointsOptions(id, opts)

返回值:

A Promise

参数:
名称 類型 描述
id String Series ID or Series Code to return. Accepts only one series ID or series Code.
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.count Number Limit the amount of latest time-points returned, by the number specified. (default to 3650)
opts.startDate Date Limits the start date after which the time-points will be returned.
opts.endDate Date Limits the end date before which the time-points will be returned.
opts.updatedAfter Date Returns only the updated time-points after the date specified.
opts.blankObservations Boolean If it's set to true, empty time-points will be returned (default to false)
opts.timePointsStatus CEIC\model\String Time points filter. One or more comma separated status code values. When not explicitly set, defaults to T. T - Active X - Deleted (default to active)

userdefinedSeriesOptionsWithHttpInfo()

返回值:

A Promise, with an object containing HTTP response


userdefinedSeriesOptions()

返回值:

A Promise


validateCredentialsOptionsWithHttpInfo()

返回值:

A Promise, with an object containing HTTP response


validateCredentialsOptions()

返回值:

A Promise


watchlistIdOptionsWithHttpInfo()

返回值:

A Promise, with an object containing HTTP response


watchlistIdOptions()

返回值:

A Promise


watchlistOptionsWithHttpInfo()

返回值:

A Promise, with an object containing HTTP response


watchlistOptions()

返回值:

A Promise


命名空间: CEIC\api

类: UserdefinedApi ((CEIC\ApiClient) [apiClient] = CEIC\ApiClient.instance)


cloneCeicSeriesWithHttpInfo(opts)

返回值:

A Promise, with an object containing data of type CEIC\model\UserdefinedClonedSeriesResult and HTTP response

参数:
名称 類型 描述
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.referenceSeriesId Number CEIC series id, which the current userdefined series refers to.

cloneCeicSeries(opts)

返回值:

一个Promise,数据类型为 CEIC\model\UserdefinedClonedSeriesResult

参数:
名称 類型 描述
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.referenceSeriesId Number CEIC series id, which the current userdefined series refers to.

deleteAllUddSeriesTimePointsWithHttpInfo(id, opts)

返回值:

A Promise, with an object containing data of type CEIC\model\UserdefinedDeletedSeriesDataBulkDataResult and HTTP response

参数:
名称 類型 描述
id String Userdefined series id.
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)

deleteAllUddSeriesTimePoints(id, opts)

返回值:

一个Promise,数据类型为 CEIC\model\UserdefinedDeletedSeriesDataBulkDataResult

参数:
名称 類型 描述
id String Userdefined series id.
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)

deleteSingleUddSeriesWithHttpInfo(id)

返回值:

A Promise, with an object containing data of type CEIC\model\UserdefinedDeletedSeriesResult and HTTP response

参数:
名称 類型 描述
id String Userdefined series id.

deleteSingleUddSeries(id)

返回值:

一个Promise,数据类型为 CEIC\model\UserdefinedDeletedSeriesResult

参数:
名称 類型 描述
id String Userdefined series id.

deleteUddSeriesTimePointWithHttpInfo(id, _date, opts)

返回值:

A Promise, with an object containing data of type CEIC\model\UserdefinedDeleteSeriesDataResult and HTTP response

参数:
名称 類型 描述
id String Userdefined series id.
_date Date Timepoint date in format `YYYY-MM-DD`
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)

deleteUddSeriesTimePoint(id, _date, opts)

返回值:

一个Promise,数据类型为 CEIC\model\UserdefinedDeleteSeriesDataResult

参数:
名称 類型 描述
id String Userdefined series id.
_date Date Timepoint date in format `YYYY-MM-DD`
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)

getSingleUddSeriesWithHttpInfo(id, opts)

返回值:

A Promise, with an object containing data of type CEIC\model\UserdefinedSeriesResult and HTTP response

参数:
名称 類型 描述
id String Userdefined series id.
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)

getSingleUddSeries(id, opts)

返回值:

一个Promise,数据类型为 CEIC\model\UserdefinedSeriesResult

参数:
名称 類型 描述
id String Userdefined series id.
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)

getUddSeriesWithHttpInfo(opts)

返回值:

A Promise, with an object containing data of type CEIC\model\UserdefinedSeriesResult and HTTP response

参数:
名称 類型 描述
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.limit Number Number of records to return in the range 1 - 100. Default is 100. (default to 100)
opts.offset Number The offset from which the records will be returned. Used to get the next set of records when the limit is reached. (default to 0)

getUddSeries(opts)

返回值:

一个Promise,数据类型为 CEIC\model\UserdefinedSeriesResult

参数:
名称 類型 描述
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.limit Number Number of records to return in the range 1 - 100. Default is 100. (default to 100)
opts.offset Number The offset from which the records will be returned. Used to get the next set of records when the limit is reached. (default to 0)

getUddSeriesTimePointsWithHttpInfo(id, opts)

返回值:

A Promise, with an object containing data of type CEIC\model\UserdefinedSeriesDataResult and HTTP response

参数:
名称 類型 描述
id String Userdefined series id.
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)

getUddSeriesTimePoints(id, opts)

返回值:

一个Promise,数据类型为 CEIC\model\UserdefinedSeriesDataResult

参数:
名称 類型 描述
id String Userdefined series id.
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)

patchUddSeriesWithHttpInfo(frequency, name, unit, id, opts)

返回值:

A Promise, with an object containing data of type CEIC\model\UserdefinedCreatedSeriesResult and HTTP response

参数:
名称 類型 描述
frequency CEIC\model\String The frequency name. D - Daily W - Weekly M - Monthly Q - Quarterly H - Semi-annual Y - Annual Z - Quinquennially T - Decadal
name String Series name.
unit String Unit abbreviation, ex: `kg`, `ha`, `m3`, etc.
id String Userdefined series id.
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.country String Country name or ISO code.
opts.remarks String Remark for the current series.
opts.startDate Date Series start date in ISO format.
opts.subnational String Subnational.
opts.userSeriesId String The series id in the user source
opts.category String The series category

patchUddSeries(frequency, name, unit, id, opts)

返回值:

一个Promise,数据类型为 CEIC\model\UserdefinedCreatedSeriesResult

参数:
名称 類型 描述
frequency CEIC\model\String The frequency name. D - Daily W - Weekly M - Monthly Q - Quarterly H - Semi-annual Y - Annual Z - Quinquennially T - Decadal
name String Series name.
unit String Unit abbreviation, ex: `kg`, `ha`, `m3`, etc.
id String Userdefined series id.
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.country String Country name or ISO code.
opts.remarks String Remark for the current series.
opts.startDate Date Series start date in ISO format.
opts.subnational String Subnational.
opts.userSeriesId String The series id in the user source
opts.category String The series category

patchUddSeriesTimePointWithHttpInfo(id, _date, value, opts)

返回值:

A Promise, with an object containing data of type CEIC\model\UserdefinedCreateSeriesDataResult and HTTP response

参数:
名称 類型 描述
id String Userdefined series id.
_date Date Timepoint date in format `YYYY-MM-DD`
value Number Timepoint value
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)

patchUddSeriesTimePoint(id, _date, value, opts)

返回值:

一个Promise,数据类型为 CEIC\model\UserdefinedCreateSeriesDataResult

参数:
名称 類型 描述
id String Userdefined series id.
_date Date Timepoint date in format `YYYY-MM-DD`
value Number Timepoint value
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)

postUddSeriesWithHttpInfo(frequency, name, unit, opts)

返回值:

A Promise, with an object containing data of type CEIC\model\UserdefinedCreatedSeriesResult and HTTP response

参数:
名称 類型 描述
frequency CEIC\model\String The frequency name. D - Daily W - Weekly M - Monthly Q - Quarterly H - Semi-annual Y - Annual Z - Quinquennially T - Decadal
name String Series name.
unit String Unit abbreviation, ex: `kg`, `ha`, `m3`, etc.
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.country String Country name or ISO code.
opts.remarks String Remark for the current series.
opts.startDate Date Series start date in ISO format.
opts.referenceSeriesId Number CEIC series id, which the current userdefined series refers to.
opts.subnational String Subnational.
opts.multiplier String Unit multiplier.
opts.sourceName String Name of the series source.
opts.userSeriesId String The series id in the user source
opts.category String The series category

postUddSeries(frequency, name, unit, opts)

返回值:

一个Promise,数据类型为 CEIC\model\UserdefinedCreatedSeriesResult

参数:
名称 類型 描述
frequency CEIC\model\String The frequency name. D - Daily W - Weekly M - Monthly Q - Quarterly H - Semi-annual Y - Annual Z - Quinquennially T - Decadal
name String Series name.
unit String Unit abbreviation, ex: `kg`, `ha`, `m3`, etc.
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)
opts.country String Country name or ISO code.
opts.remarks String Remark for the current series.
opts.startDate Date Series start date in ISO format.
opts.referenceSeriesId Number CEIC series id, which the current userdefined series refers to.
opts.subnational String Subnational.
opts.multiplier String Unit multiplier.
opts.sourceName String Name of the series source.
opts.userSeriesId String The series id in the user source
opts.category String The series category

postUddSeriesTimePointsWithHttpInfo(id, body, opts)

返回值:

A Promise, with an object containing data of type CEIC\model\UserdefinedCreateSeriesDataResult and HTTP response

参数:
名称 類型 描述
id String Userdefined series id.
body Array.<CEIC\model\UserdefinedTimepointData> Timepoints data - list of timepoints to create.
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)

postUddSeriesTimePoints(id, body, opts)

返回值:

一个Promise,数据类型为 CEIC\model\UserdefinedCreateSeriesDataResult

参数:
名称 類型 描述
id String Userdefined series id.
body Array.<CEIC\model\UserdefinedTimepointData> Timepoints data - list of timepoints to create.
opts Object Optional parameters
opts.acceptLanguage CEIC\model\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 (default to en)
opts.accept CEIC\model\String Response data format. Default is `application/json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.lang CEIC\model\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 (default to en)
opts.format CEIC\model\String Response data format. Default is `json`. Can be used through the query parameter `format` or using the header `Accept`. (default to json)
opts.token String Access API key.
opts.withModelInformation Boolean If set to `true` returns the model names as part of the response. (default to false)

Result Types

CEIC\model.BaseSeriesInformation ()
CEIC\model.Classification ()
CEIC\model.ClassificationsResult ()
CEIC\model.ContinuousSeriesItem ()
CEIC\model.ContinuousSeriesList ()
CEIC\model.ContinuousSeriesResult ()
CEIC\model.ContinuousSeriesResultData()
CEIC\model.ContinuousSeriesTimePointItem ()
CEIC\model.ContinuousSeriesWithAppliedFunctionsList ()
CEIC\model.ContinuousSeriesWithAppliedFunctionsResult ()
CEIC\model.ContinuousSeriesWithAppliedFunctionsResultData()
CEIC\model.CountriesResult ()
CEIC\model.Country ()
CEIC\model.DictionaryData ()
CEIC\model.DictionaryResult ()
CEIC\model.DumpInformation ()
CEIC\model.DumpListInformation ()
CEIC\model.DumpListResult ()
CEIC\model.DumpResult ()
CEIC\model.EmptyObject ()
CEIC\model.Facet ()
CEIC\model.FacetEntry ()
CEIC\model.FeedInformation ()
CEIC\model.FeedResult ()
CEIC\model.FeedsResult ()
CEIC\model.FilterDetails ()
CEIC\model.FilterDetailsSearch ()
CEIC\model.FilterResult ()
CEIC\model.FiltersResult ()
CEIC\model.FrequenciesResult ()
CEIC\model.Frequency ()
CEIC\model.Geo ()
CEIC\model.GeoInfo ()
CEIC\model.GeoResult ()
CEIC\model.ImpersonateAPIKey ()
CEIC\model.ImpersonateAPIKeyResult ()
CEIC\model.Indicator ((String) id, (String) name)
CEIC\model.IndicatorsChain ()
CEIC\model.IndicatorsChainItem ((String) id, (String) name)
CEIC\model.IndicatorsResult ()
CEIC\model.InsightDownload ()
CEIC\model.InsightDownloadResult ()
CEIC\model.InsightSeries ()
CEIC\model.InsightSeriesInformation ()
CEIC\model.InsightSeriesPaginatedResult ()
CEIC\model.InsightSeriesPaginatedResultData ()
CEIC\model.InsightSeriesResult ()
CEIC\model.Insights ()
CEIC\model.InsightsCategoriesResult ()
CEIC\model.InsightsCategory ()
CEIC\model.InsightsResult ()
CEIC\model.InsightsSearch ()
CEIC\model.InsightsSearchResult ()
CEIC\model.InternalSeriesRemarks ()
CEIC\model.Layout ((CEIC\model\Layout.IdEnum) id, (String) name)
CEIC\model.LayoutAncestors ()
CEIC\model.LayoutFootnoteMetadata ()
CEIC\model.LayoutFootnoteMetadataItem ()
CEIC\model.LayoutFootnoteMetadataResult ()
CEIC\model.LayoutFootnoteResourceMetadataItem ()
CEIC\model.LayoutFullMetadataItem ()
CEIC\model.LayoutFullMetadataResult ()
CEIC\model.LayoutInformation ()
CEIC\model.LayoutItem ()
CEIC\model.LayoutItemMetadata ()
CEIC\model.LayoutItemUI ()
CEIC\model.LayoutItemsResult ()
CEIC\model.LayoutsResult ()
CEIC\model.Province ()
CEIC\model.Region ()
CEIC\model.RegionsResult ()
CEIC\model.ReleaseScheduleStatus ()
CEIC\model.ReleaseScheduleType ()
CEIC\model.ReleaseSeries ()
CEIC\model.ReleaseSeriesList ()
CEIC\model.ReleaseSeriesResult ()
CEIC\model.ReleaseStatusesResult ()
CEIC\model.ReleaseTypesResult ()
CEIC\model.ResponseError ((CEIC\model\ResponseError.MessageEnum) message, (CEIC\model\ResponseError.CodeEnum) code)
CEIC\model.SearchSeries ()
CEIC\model.SearchSeriesResult ()
CEIC\model.Series ()
CEIC\model.SeriesData ()
CEIC\model.SeriesFilter ()
CEIC\model.SeriesGrouping ()
CEIC\model.SeriesInformation ()
CEIC\model.SeriesInternalRemarksResult ()
CEIC\model.SeriesMetadata ()
CEIC\model.SeriesMetadataLastChange ()
CEIC\model.SeriesReleaseScheduleItem ()
CEIC\model.SeriesReleaseScheduleSearchResult ()
CEIC\model.SeriesReleases ()
CEIC\model.SeriesReleasesSearch ()
CEIC\model.SeriesReplacements ()
CEIC\model.SeriesResult ()
CEIC\model.SeriesStatistics ()
CEIC\model.SeriesStatisticsItem ()
CEIC\model.SeriesStatisticsResult ()
CEIC\model.SeriesUISettings ()
CEIC\model.SessionStatus ()
CEIC\model.SessionStatusResult ()
CEIC\model.Source ()
CEIC\model.SourcesResult ()
CEIC\model.Status ()
CEIC\model.StatusesResult ()
CEIC\model.SubscriptionItem ()
CEIC\model.TimePoint ()
CEIC\model.Unit ()
CEIC\model.UnitsResult ()
CEIC\model.UserCredentialsValidationResult ()
CEIC\model.UserCredentialsValidationResultData ()
CEIC\model.UserInformation ()
CEIC\model.UserSession ()
CEIC\model.UserSessionResult ()
CEIC\model.UserSubscriptionsResult ()
CEIC\model.WatchlistGetResult ()
CEIC\model.WatchlistItem ()
CEIC\model.WatchlistProcessedInformation ()
CEIC\model.WatchlistProcessedResult ()
CEIC\model.UserdefinedClonedSeries ()
CEIC\model.UserdefinedClonedSeriesResponse ()
CEIC\model.UserdefinedClonedSeriesResult ()
CEIC\model.UserdefinedCreateSeriesDataResult ()
CEIC\model.UserdefinedCreatedSeries ()
CEIC\model.UserdefinedCreatedSeriesDataResponse ()
CEIC\model.UserdefinedCreatedSeriesResponse ()
CEIC\model.UserdefinedCreatedSeriesResult ()
CEIC\model.UserdefinedCreatedTimePoint ()
CEIC\model.UserdefinedDeleteSeriesDataResult ()
CEIC\model.UserdefinedDeletedSeries ()
CEIC\model.UserdefinedDeletedSeriesDataBulkResponse ()
CEIC\model.UserdefinedDeletedSeriesDataBulkResult ()
CEIC\model.UserdefinedDeletedSeriesDataResponse ()
CEIC\model.UserdefinedDeletedSeriesResponse ()
CEIC\model.UserdefinedDeletedSeriesResult ()
CEIC\model.UserdefinedDeletedTimePoint ()
CEIC\model.UserdefinedPatchSeriesDataResult ()
CEIC\model.UserdefinedPatchedSeriesDataResponse ()
CEIC\model.UserdefinedPatchedTimePoint ()
CEIC\model.UserdefinedSeries ()
CEIC\model.UserdefinedSeriesDataResponse ()
CEIC\model.UserdefinedSeriesDataResult ()
CEIC\model.UserdefinedSeriesMetadata ()
CEIC\model.UserdefinedSeriesResponse ()
CEIC\model.UserdefinedSeriesResult ()
CEIC\model.UserdefinedTimePoint ()
CEIC\model.UserdefinedTimepointData ()