![]() |
API Documentation
|
where {objectId} is the ID of a Secure Object.
GET - used to download a Secure Object's encrypted read-only view data from storage via the Covata Platform's Content Service.PUT - used to regenerate a Secure Object's read-only view (based on the Secure Object's actual data) which is also stored and managed by the Content Service.Note: The
PUTmethod take no parameters.
This API endpoint serves a number of purposes, all of which are managed by the Covata Platform's Content Service:
This API endpoint supports the following Covata user roles (as described in the Covata Platform Administrator's Guide), conditions and permissions (where applicable):
GET and PUT methods on a Secure Object they own.GET method for a Secure Object they are a collaborator on (with the View permission).The Covata Platform's resources available to one of these Covata users (above) is determined by the access token passed in the header of requests to this endpoint.
The appropriate access token as the Bearer token:
Authorization: Bearer a1b2c3d4-e5f6-g7h8-i9j0-k1l2m3n4o5p6The following optional parameter can be sent in the URL of the GET request:
encoding - Specify the value base64 to download the encrypted view as Base64-encoded data. Otherwise, omit this parameter to download the encrypted view as raw/binary data. In both cases, the Content-Type in the response is application/octet-stream.
Example:
If the request succeeded, then an HTTP response status 200 OK is returned.