BioSamples Logo
1.0.0

About BioSamples

  • About BioSamples

BioSamples Sample Registration

  • General Guide On BioSamples Sample Registration
  • BioSamples Metadata Model
  • How to Register Samples Interactively
  • How to Register Samples Programmatically
    • Overview
    • Generating a Webin Authentication Token
    • API Links
      • Pagination Links
      • Relation-Type Links
    • API Root
    • Register Samples via API
    • Bulk sample registration

BioSamples Sample Updates

  • How to Interactively Update Existing Samples
  • How to Programmatically Update a Sample
  • BioSamples Curation Guide
  • How to Submit a Curation Request

BioSamples Sample Search

  • How to Search BioSamples Interactively
  • How to Search BioSamples Programmatically

FAQ and Tips

  • BioSamples — Frequently Asked Questions (FAQ)
  • BioSamples Cookbook
  • Release Notes
BioSamples
  • How to Register Samples Programmatically
  • API Links
  • View page source

API Links

In BioSamples API links are used to connect resources. Use the links to move reliably through the API. For more details about links, check out the standard docs and the link relation types

Pagination Links

Pagination links (for navigating collections)

Type

Description

self

Current page of a collection

first

First page of a collection

last

Last page of a collection (the page parameter is deprecated—use the cursor instead)

next

Next page of a collection (page parameter deprecated—use the cursor)

prev

Previous page of a collection

cursor

Pointer for the next page of a collection (cursor-based pagination)

Relation-Type Links

BioSamples API relation-type links

Type

Description

autocomplete

Collection of autocompletion terms related to the current query

curation

A single curation resource

curationLinks

Collection of curation resources associated with a sample

curations

Collection of curation resources

cursor

Navigation cursor for sample resource collections

domainCuration

Filter or limit curations to a specific domain

facets

Collection of facets associated with current search results

sample

A single sample resource

samples

Collection of sample resources

self

The canonical link to the current resource

Previous Next

© Copyright 2025.

Built with Sphinx using a theme provided by Read the Docs.