{ "opencollection": "1.0.0", "info": { "name": "Fence OpenAPI Specification admin/user DOS API", "version": "0.1.0" }, "items": [ { "info": { "name": "DOS", "type": "folder" }, "items": [ { "info": { "name": "List the Data Objects", "type": "http" }, "http": { "method": "GET", "url": "https://example.domain/ga4gh/dos/v1/dataobjects", "params": [ { "name": "alias", "value": "", "type": "query", "description": "If provided will only return Data Objects with the given alias." }, { "name": "url", "value": "", "type": "query", "description": "If provided will return only Data Objects with a that URL matches\nthis string." }, { "name": "checksum", "value": "", "type": "query", "description": "The hexlified checksum that one would like to match on." }, { "name": "checksum_type", "value": "", "type": "query", "description": "If provided will restrict responses to those that match the provided\ntype.\npossible values:\nmd5 # most blob stores provide a checksum using this\nmultipart-md5 # multipart uploads provide a specialized tag in S3\nsha256\nsha512" }, { "name": "page_size", "value": "", "type": "query", "description": "Specifies the maximum number of results to return in a single page.\nIf unspecified, a system default will be used." }, { "name": "page_token", "value": "", "type": "query", "description": "The continuation token, which is used to page through large result sets.\nTo get the next page of results, set this parameter to the value of\nnext_page_token from the previous response." } ] }, "docs": "List the Data Objects" }, { "info": { "name": "Retrieve a Data Object", "type": "http" }, "http": { "method": "GET", "url": "https://example.domain/ga4gh/dos/v1/dataobjects/:GUID", "params": [ { "name": "GUID", "value": "", "type": "path" } ] }, "docs": "Retrieve a Data Object" } ] } ], "bundled": true }