Domains(sessionID)
Provides all domains that can be accessed through the used access code.
Parameters
sessionID
The session ID as given with the Authenticate method (accessKey).
Response XML-schema
<xs:element name="Domains">
<xs:complexType>
<xs:sequence>
<xs:element name="Domain" maxOccurs="unbounded">
<xs:complexType>
<xs:sequence>
<xs:element name="Name" type="xs:string" />
<xs:element name="URL" type="xs:string" />
</xs:sequence>
<xs:attribute name="ID" type="xs:string" />
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>