Get the list of all the datasets available in the platform.

GET {{baseUrl}}/v1/dataset/ip

What

Obtain the list of all the datasets available in the platform. A dataset is a collection of different data sources that are related to a specific topic. The name of the dataset describes the specific topic.

Parameters

No parameters are required.

Result

The result is a JSON object with a list of the following JSON objects: - self: the URI to individual status. - types: a list of JSON objects with the following fields: - self: the URI to individual dataset information. - type: what type of dataset is this. The only allowed value is ip. - name: the name of the dataset in human readable form. - description: a human readable long description of the dataset. - status: the status of the dataset. The only allowed value is ENABLED. - items: the number of 'live' items in the dataset when the request is performed.

Errors

It will return the API Global errors described in the API description.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"self":"labore sunt esse pariatur","types":[{"self":"pariatur eu","type":"ip","name":"commodo mollit","description":"ipsum non ullamco laboris","status":"ENABLED","items":51643611},{"self":"velit en","type":"ip","name":"qui amet dolor eiusmod ad","description":"consectetur sunt","status":"ENABLED","items":-98466353}]}