Get domain data by ID.
GET/api/v1/domains/:domainID/data/:dataID
Get domain data by ID. Add multipart/form-data to Accept(case-insensitive) header to get data in multipart format, otherwise only the metadata will be returned. If raw query parameter is set to true/t/yes/y/1, only the raw binary data will be returned without any metadata.
Example:
--BOUNDARY
Content-Type: application/octet-stream
Content-Disposition: form-data; name="data name"; data-type="data type"; id="data id"; domain-id="domain id"; created-at="created at"; updated-at="updated at"
(Content of actual data)
--BOUNDARY—
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
OK
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error