GET api/templates/preview/{key}/{productId}/{pageNumber}

Retrieves a preview for a template product.

Request Information

URI Parameters

NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.