Skip to main content
GET
/
ontology
/
{username}
/
{namespace}
/
{datasetName}
cURL
curl --request GET \
  --url https://api.datalinks.com/api/v1/ontology/{username}/{namespace}/{datasetName} \
  --header 'Authorization: Bearer <token>'
[
  {
    "destination": "ri.user.examples.actor.name",
    "hits": 6,
    "matchType": "ExactMatch",
    "origin": "ri.user.examples.movies.director"
  }
]

Authorizations

Authorization
string
header
required

Path Parameters

namespace
string
required
datasetName
string
required
username
string
required

Response

destination
string
required
Example:
hits
integer
required
Example:
matchType
string
required
Example:
origin
string
required
Example: