Class: V1::Pacbio::SmrtLinkOptionVersionResource

Inherits:
JSONAPI::Resource
  • Object
show all
Defined in:
app/resources/v1/pacbio/smrt_link_option_version_resource.rb

Overview

Note:

Access this resource via the /v1/pacbio/smrt_link_option_versions/ endpoint.

Provides a JSON:API representation of Pacbio::SmrtLinkOptionVersion.

Each SMRT link version can have multiple options. Each SMRT Link Option can belong to multiple versions.

Primary relationships: * smrt_link_option SmrtLinkOptionResource - The SMRT Link option associated with this version.

Examples:

curl -X GET http://localhost:3100/v1/pacbio/smrt_link_versions/1?include=smrt_link_option_versions