/
/Explore our data
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
  • Sources
Checked 2h ago · Updated 3w agoView markdown
Private26
  • postCreate a new dataset
  • putUpdate a dataset
  • postCreate a dataset (deprecated)
  • deleteDelete a dataset
  • getGet a list of dataset series that have unpublished versions
  • getList all events relating to a dataset, edition, or version for static datasets only.
  • postCreate a version
  • putUpdate a version
  • postCreate a specific version
  • deleteDelete a version
  • putUpdate the state of a version
  • putUpdate metadata for a dataset and a version
  • getGet instances
  • postCreate an instance
  • getGet an instance
  • putUpdate an instance
  • getGet a list of dimensions for an instance
  • postCreate a dimension
  • patchCreate one or more dimensions
  • putUpdate dimension
  • getGet a list of options for a dimension
  • postAdd an event to an instance
  • putIncrement the inserted observation count
  • putUpdate import tasks for an instance
  • patchModify a dimension option for an instance
  • putUpdate a dimension with the node_id
Public9
    Private

    Get a list of options for a dimension

    Get all unique options from a dimension

    get/instances/{instance_id}/dimensions/{dimension}/options

    Path parameters

    instance_idstring required

    A unique id for an instance

    dimensionstring required

    A dimension from a dataset

    Headers

    If-Matchstring

    Filter resource version, as returned by a previous ETag, to be validated; or '*' to skip the version check

    Response

    Return a list of unique options

    dimensionstring

    The name of the dimension

    optionsstring[]

    A list of all unique options within a dimension