Skip to main content

List

List the Entities

Query Parameters
  • dataset_uri_in string[] required

    The dataset URI to search

  • name_match string required

    The name regex

  • limit integer required

    Default value: 10

    The maximum number of results

  • sort string required

    Default value: +name

    The sorting, only +name is supported

Responses

Found


Schema
  • first string nullable required

    The link to the first page.

  • items object[] required

    An array of objects.

  • Array [
  • structured_data object[] required
  • ]
  • last string nullable required

    The link to the last page.

  • next string nullable required

    The link to the next page or null if there's no page.

  • prev string nullable required

    The link to the previous page or null if there's no page.

  • self string nullable required

    The link to the current page.

Loading...