Request Packet Structure
A request XML packet getting information about the specified domain templates includes the get operation node:
<packet version="1.4.2.0">
<domain-template>
<get>
¡
</get>
</domain-template>
</packet>
The get node is presented by type DomainTemplateGetInputType (domain_template.xsd). Its graphical representation is as follows:

- The filter node is required. It serves to specify the criteria by which the necessary domain templates will be selected from the database. Data type: DomainTemplateFilterType (
domain_template.xsd). - The name node is optional. It specifies the names of the domain templates to be selected. Data type: string.
- The id node is optional. It specifies the unique identifier of domain template to be selected. Data type: integer.
- The client_id node is optional. It specifies the domain template owner ID. This node is not supported since protocol version 1.6.0.0. Use owner-id node instead.. Data type: integer.
- The owner-id node is optional. It specifies the ID of the domain template owner. Data type: integer. The node is supported since protocol version 1.6.0.0.
- The client-login node is optional. It specifies the domain template owner name. Data type: string. This node is not supported since protocol version 1.6.0.0. Use owner-login node instead.. Data type: integer.
- The owner-login node is optional. It specifies the login name of the domain template owner. Data type: string. The node is supported since protocol version 1.6.0.0.