3.1.4.15.2.1 GetAllTagTermsForUrlFolder

The GetAllTagTermsForUrlFolder element specifies the input data for the GetAllTagTermsForUrlFolder WSDL operation.

 <xs:element name="GetAllTagTermsForUrlFolder" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:complexType>
     <xs:sequence>
       <xs:element minOccurs="0" maxOccurs="1" name="urlFolder" type="xs:string"/>
       <xs:element minOccurs="1" maxOccurs="1" name="maximumItemsToReturn" type="xs:int"/>
     </xs:sequence>
   </xs:complexType>
 </xs:element>

urlFolder: A string which specifies the Url which the social tags are retrieved for.

maximumItemsToReturn: An integer type that specifies the maximum number of items to return. This value MUST be greater than or equal to zero ("0") and less than 1001 or null. When zero or null is passed, the protocol server MUST return a maximum of 1000 results.