Skip to main content
Data APIs are RESTful API endpoints used to interact with ingested data within the NexusOne platform. This interaction leverages the Ask or Engineer feature.

Prerequisites

  • Appropriate permission: nx1_ask or nx1_engineer
  • An existing domain created using DataHub
  • A previously ingested dataset within a DataHub domain

Create a data API

While creating a data API, ensure it’s for a specific purpose. This could be to gather data insights or perform data transformation.
  1. Log in to NexusOne.
  2. On the NexusOne homepage, click Connect.
  3. Click the plus + icon in the top right corner of the Data APIs page.
  4. Select a domain relevant to your data.
  5. Enter the SQL query used to fetch your data.
  6. Enter a name for your API.
  7. Select the appropriate role based on the API’s purpose.
  8. Click Create to generate the new API.

Additional resources