Domains(sessionID)


Returns all domains that can be approached via the used access code.


Parameters


sessionID

The session ID that is obtained via the Authenticate(accessKey) method.


Response XML scheme


<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>