DesignerListTemplatesFromSnapshotV1
The DesignerListTemplatesFromSnapshotV1 call retrieves a base-64 encoded XML representing a list of templates from a snapshot. This list includes both Document Templates and Document Pack Templates which are distinguished by the type attribute. For example, you can use these templates in other calls, such as in ComposeDocumentPackV1 or ComposeDocumentPackFromSnapshotV1 to create a document pack based on the template, or in GetDocumentTemplate to get more information about a certain template.
This call works only if the Contract Manager and the Instance are installed on the same machine.
For more information about scaling out, refer to the Scaling out composition topic in Tungsten Communications Manager Installation Guide.
The request requires the following fields next to the standard fields.
| Field | Type | Description |
| project | repositoryobjectname | Name of the Communications Manager Repository project that the snapshot belongs to. |
| snapshot | snapshot | The snapshot: either active or named. |
| snapshotname | snapshotname | The name of the named snapshot if
snapshot=named.
If snapshot=active, the active snapshot for the project is used, and the snapshotname parameter should not be passed. |
The response contains the following fields in addition to the standard fields.
| Field | Type | Description |
| templatelist | base64Binary | A base-64 encoded XML structure that lists the available templates in the project. For more information on the format for this XML, see Format for the definitions. |