Overview
This API is used to query the styles set for a bucket. If the request body is not used, all styles set for the bucket will be queried. If the request body is used, only styles carried in the request body will be queried.
Request
Sample request
GET /?style HTTP/1.1
Host: <BucketName-APPID>.pic.<Region>.myqcloud.com
Date: GMT Date
Authorization: Auth String
Request line
This API accepts GET
requests.
This API does not use any non-common request header.
Request body
<?xml version="1.0" encoding="UTF-8" ?>
<GetStyle>
<StyleName>string</StyleName>
</GetStyle>
Response
This API does not use any non-common response header.
Response body
<StyleList>
<StyleRule>
<StyleName>string</StyleName>
<StyleBody>string</StyleBody>
</StyleRule>
<StyleRule>
<StyleName>string</StyleName>
<StyleBody>string</StyleBody>
</StyleRule>
</StyleList>
Was this page helpful?