Common - Domains(sessionID)

Modified on Fri, 24 Dec 2021 at 11:05 AM

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>    


Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select atleast one of the reasons

Feedback sent

We appreciate your effort and will try to fix the article