Skip to content

Get a URL for fetching bytes

GET
/objects/{object_id}/access/{access_id}

Returns a URL that can be used to fetch the bytes of a DrsObject.

Authorizations

Parameters

Path Parameters

object_id
required
string format: path

DrsObject identifier

access_id
required
string format: path

An access_id from the access_methods list of a DrsObject

Responses

200

Ok

object
url

Full URL required to get bytes

string
headers

Array of strings that need to be passed with the URL to get bytes

Array<string>