1.5

Get Template Resource
Submits a request to retrieve a resource from a design template stored in the File Store.
Request takes no content, and on success returns a response containing the resource from the
design template.
Type: GET
URI:
/rest/serverengine/workflow/contentcreation/html/{templateId}/{relPath: .+}
Parameters:
Path:
l templateId the Managed File ID (or Name) of the design template in
File Store
l relPath the relative path to the resource within template
Request:
Add.
Headers:
auth_token Authorization Token (if server security
settings enabled)
Content: -
Content
Type:
-
Response:
Add.
Headers:
-
Content: The resource located at the relative path within the
template
Content
Type:
(Depends on Resource requested)
Status:
l 200 OK Resource successfully retrieved
Page 335