Get a list of domain data. Add `multipart/form-data` to `Accept`(case insensitive) header to get data in multipart format.
GET/api/v1/domains/:domainID/data
Get a list of domain data. Add multipart/form-data to Accept(case insensitive) header to get data in multipart format, otherwise only the metadata will be returned.
Response might still be incomplete even if status code is 200.
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
- 500
OK
error message
error message
error message
error message