Data
ch:data
LINK RELATION
This link relation contains multiple links.
Actions
name | method | description |
---|---|---|
upload | PUT | Upload binary data |
download | GET | View binary data |
Request parameters
No request parameters.
About
See File Handling for more about how binary content is handled.
Example representation
...
"ch:data": [
{
"href": "https://clrhs-staging-cutter.s3.amazonaws.com/5/faf8e4b963ceb372be2cf1b43d37cb3b4eaa7bba503bfb6c41c102710fd695ea.pdf?AWSAccessKeyId=AKIAJES3GRGWBQL7JHXA&Expires=1469819943&Signature=xq029mepfm1ii90b00tfZQQlg94%3D",
"name": "upload"
},
{
"href": "https://merchant.test.clearhaus.com/files/93cc1a9a-70f7-48d3-afad-d5de920414bc/content",
"name": "download"
}
],
...