List one specific tool version, acts as an anchor for self references
This endpoint returns one specific tool version.
Path parameters
A unique identifier of the tool, scoped to this registry, for example 123456.
An identifier of the tool version, scoped to this registry, for example v1. We recommend that versions use semantic versioning https://semver.org/spec/v2.0.0.html (For example, 1.0.0 instead of develop)
Response
A tool version.
Example response
{
"url": "http://agora.broadinstitute.org/tools/123456/versions/1",
"id": "v1",
"images": [
{
"checksum": [
{
"checksum": "77af4d6b9913e693e8d0b4b294fa62ade6054e6b2f1ffb617ac955dd63fb0182",
"type": "sha256"
}
]
}
],
"included_apps": [
"https://bio.tools/tool/mytum.de/SNAP2/1",
"https://bio.tools/bioexcel_seqqc"
]
}Changes
Changed in 10 of the 22 revisions of this API.41018
- ○
added the optional property
descriptionto the response with the200statusresponse-optional-property-added
- ○
- ○
added the optional property
descriptor_type_versionto the response with the200statusresponse-optional-property-added
- ○
- ●
added the new
SMKenum value to thedescriptor_type/items/response property for the response status200response-property-enum-value-added
- ●
- ▲
removed the media type
text/plainfor the response with the status200response-media-type-removed
- ▲
removed the media type
text/plainfor the response with the status404response-media-type-removed
- ▲
- ●
added the new
GALAXYenum value to thedescriptor_type/items/response property for the response status200(media type: application/json)response-property-enum-value-added
- ●
added the new
GALAXYenum value to thedescriptor_type/items/response property for the response status200(media type: text/plain)response-property-enum-value-added
- ●
- ○
added the optional property
images/items/checksumto the response with the200status (media type: application/json)response-optional-property-added
- ○
added the optional property
images/items/checksumto the response with the200status (media type: text/plain)response-optional-property-added
- ○
added the optional property
is_productionto the response with the200status (media type: application/json)response-optional-property-added
- ○
added the optional property
is_productionto the response with the200status (media type: text/plain)response-optional-property-added
- ○
- ○
the endpoint scheme security
BEARERwas added to the APIapi-security-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
added the optional property
authorto the response with the200status (media type: application/json)response-optional-property-added
- ○
added the optional property
authorto the response with the200status (media type: text/plain)response-optional-property-added
- ○
added the optional property
included_appsto the response with the200status (media type: application/json)response-optional-property-added
- ○
added the optional property
included_appsto the response with the200status (media type: text/plain)response-optional-property-added
- ○
added the optional property
signedto the response with the200status (media type: application/json)response-optional-property-added
- ○
added the optional property
signedto the response with the200status (media type: text/plain)response-optional-property-added
- ○
- ▲
the
verified_sourceresponse's property type/format changed fromstring/toarray/for status200(media type: application/json)response-property-type-changed
- ▲
- ▲
the
verified_sourceresponse's property type/format changed fromarray/tostring/for status200response-property-type-changed
- ●
removed the optional property
authorfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
descriptionfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
descriptor_type_versionfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
images/items/checksumfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
included_appsfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
is_productionfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
signedfrom the response with the200statusresponse-optional-property-removed
- ○
the endpoint scheme security
BEARERwas removed from the APIapi-security-removed
- ○
added the media type
text/plainfor the response with the status200response-media-type-added
- ○
added the media type
text/plainfor the response with the status404response-media-type-added
- ○
removed the
GALAXYenum value from thedescriptor_type/items/response property for the response status200response-property-enum-value-removed
- ○
removed the
SMKenum value from thedescriptor_type/items/response property for the response status200response-property-enum-value-removed
This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲