GET api/templates/preview/{key}/{productId}/{pageNumber}
Retrieves a preview for a template product.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| key |
The template preview key. |
string |
Required |
| productId |
The id of the product to preview. |
globally unique identifier |
Required |
| pageNumber |
The page number to preview. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.