Stylesheet-GET
Overview
This method is used to retrieve all stylesheets from an account.
| Method | URL | Description |
|---|---|---|
| GET | /api/v1/account/{accountId}/stylesheet | The GET method submits the accountId as part of the Stylesheet call to transform the XML file. The content value must be base64 encoded. |
| Name | Type | Constraints | Description |
|---|---|---|---|
| accountId | string | required | The account used to associate to the request. |
Sample Request: Not applicable
| Code | Description |
|---|---|
| 200 | Successful
response Example: |
| 400 | Bad request |
| 401 | Not Authorized |
| 403 | Forbidden |
| 500 | Server error |