Skip to content

Unlock the potential of your innovation project with our help guides and videos. Let’s get started.

Running your Project

7
  • How to propose a Project
  • How to add users to a Project
  • How to choose & edit Project KPIs
  • How to view & track Project progress
  • How to end a Project
  • How to view Project KPIs

Working with Fintechs

4
  • How to request a Fintech not available on NayaOne
  • Fintechs overview
  • Due diligence with Fintechs
  • How to test & compare multiple Fintechs

Using Data

3
  • How to add a Dataset
  • How to make requests to Datasets
  • Datasets overview

Managing Users

2
  • How to add Business Units
  • User roles

Configuring your Sandpits

1
  • Cloud Sandpit Budget Limits and Notifications

Use Case Library

3
  • Machine Learning with AWS SageMaker
  • Exploring AI with NayaOne
  • Wealth management property valuations

Working in Sandpits

7
  • Cloud Sandpit Budget Limits and Notifications
  • How to change Sandpit access settings
  • How to remove a Fintech from a Sandpit
  • How to add third-party collaborators to a Sandpit
  • Data Science Sandpit: Overview
  • Cloud Sandpit: Overview
  • SaaS Sandpit: Overview
  • Main website
  • Help Centre
  • I'm running a project
  • How to make requests to Datasets
View Categories

How to make requests to Datasets

< 1 min read

There is a dedicated endpoint for data: https://data.nayaone.com.

All Datasets can be found in the Datasets tab and the data-table names, and further information can be found under the documentation tab of their respective cards. Code snippets can be copied in order to test each Dataset out from the same documentation tab.

The endpoints of the requests are: <https://data.nayaone.com/<data-table>

Datasets stored within NayaOne have a limit of 10 records per request. However, any queries in the PostgREST format can be passed into the API and used to explore the Dataset in finer detail. A particularly useful parameter is “offset”; this input allows access to rows of data, which are not just the first 10.

View full PostgREST documentation

Example: curl -i -X GET https://data.nayaone.com/IBRD_Statement_Of_Loans_Historical -h "Sandpit-key: <your-key>"

Did this page answer your question?

© 2019–2024 NayaOne. All rights reserved