Stylesheet-GET

Overview

This method is used to retrieve all stylesheets from an account.

Table 1. Method
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.
Table 2. Parameters
Name Type Constraints Description
accountId string required The account used to associate to the request.

Sample Request: Not applicable

Table 3. Responses
Code Description
200 Successful response
Example:
{
        "stylesheetName": "Content_000565",
        "stylesheetVersion": "1"
    },
400 Bad request
401 Not Authorized
403 Forbidden
500 Server error