/
/CATMAID API
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1h ago · Updated 2mo ago
analytics1
annotations6
api-token-auth1
apis1
client5
connectors8
groups1
interpolatable-sections1
labels4
landmarks21
neurons3
nodes5
pointclouds6
points5
pointsets3
projects2
samplers19
  • getGet a collection of available samplers.
  • postCreate a new sampler for a skeleton.
  • getGet a list of connectors that already have a state associated with them.
  • getGet a list of all available connectors states and their IDs.
  • getGet a list of all available interval states.
  • postSet state of sampler connector
  • getGet details on a particular interval.
  • postSet state of an interval.
  • getGet a list of all available domain types.
  • getGet details on a particular domain.
  • getGet a collection of available sampler domains intervals.
  • postCreate all intervals in a particular domain.
  • getGet a list of all available sampler states and their IDs.
  • gethttp://localhost/{project_id}/samplers/{sampler_id}/
  • posthttp://localhost/{project_id}/samplers/{sampler_id}/
  • postDelete a sampler if permissions allow it.
  • getGet a collection of available sampler domains.
  • postCreate a new domain for a sampler.
  • postCreate a new domain for a sampler.
similarity8
skeleton1
skeletons27
stats5
transactions2
treenodes7
volumes12
    samplers

    Create a new sampler for a skeleton.

    Create a new sampler for a skeleton.

    posthttp://localhost/{project_id}/samplers/add

    Path parameters

    project_idstring required

    Response

    Created

    Changes