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. On the sidebar, click Data APIs.
  4. Click the plus + icon in the top right corner of the Data APIs page.
  5. Select a domain relevant to your data.
  6. Enter the SQL query used to fetch your data.
  7. Enter a name for your API.
  8. Select the appropriate role based on the API’s purpose.
  9. Click Create to generate the new API.

Additional resources