Skip to content

Initial support for JSON api /annotations endpoint#682

Open
will-moore wants to merge 2 commits into
ome:masterfrom
will-moore:api_annotations
Open

Initial support for JSON api /annotations endpoint#682
will-moore wants to merge 2 commits into
ome:masterfrom
will-moore:api_annotations

Conversation

@will-moore

@will-moore will-moore commented Jun 30, 2026

Copy link
Copy Markdown
Member

Fixes #532 - also discussed at #635

This wraps ome/omero-py#489 and passes query parameters to getObjects().

Adds support for /api/v0/m/annotations/ endpoint, with various query parameters:

  • "image", "dataset", "project", "screen", "plate", "well", "plateacquisition", "roi"
  • ns
  • type (of annotation), "file", "map", "tag", "rating", "long", "comment"

E.g:

  • /api/v0/m/annotations/?type=map&dataset=251&dataset=102
  • /api/v0/m/annotations/?type=file&project=102&limit=5&offset=1&ns=openmicroscopy.org/omero/bulk_annotations

@knabar knabar changed the title Initial support for JSON api /annotaions endpoint Initial support for JSON api /annotations endpoint Jul 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

JSON API support for Annotations

1 participant