< All Topics

Search Functionality

The search functionality consists of the following endpoints:

  • Search: search across all standards
  • Countries: list countries to filter search results
  • Publishers: list publishers to filter search results
  • Datasets: list data sets to filter search results

Search across all standards

Endpoint: POST ​/service​/api​/v1​/search

Parameters

ParameterTypeDescription
query *stringSearch key words
emailstringEmail of the i2i user
statusarrayStatus values that need to be considered for filter
publisherintegerPublisher value that need to be considered for filter
languageintegerLanguage value that need to be considered for filter
yearintegerYear value that need to be considered for filter
countryintegerCountry value that need to be considered for filter
referencestringReference value that need to be considered for filter
pageintegerThe recordset page
recordsperpageintegerThe records per page
Search Parameters

List countries

Endpoint: POST ​/service​/api​/v1​/countries

Parameters

ParameterTypeDescription
emailstringEmail of the i2i user
Countries Parameters

List publishers

Endpoint: POST ​/service​/api​/v1​/publishers

Parameters

ParameterTypeDescription
emailstringEmail of the i2i user
Publishers Parameters

List datasets

Endpoint: POST ​/service​/api​/v1​/datasets

Parameters

ParameterTypeDescription
emailstringEmail of the i2i user
Datasets Parameters
Table of Contents