3.1.4.1.1.1 Return Values

On success, an XML document described by the following schema is returned:

 <?xml version="1.0" encoding="utf-8"?>
 <xs:schema xmlns:o="urn:schemas-microsoft-com:office:office" 
            attributeFormDefault="unqualified" 
            elementFormDefault="qualified" 
            targetNamespace="urn:schemas-microsoft-com:office:office" 
            xmlns:xs="http://www.w3.org/2001/XMLSchema">
     <xs:element name="featuredcontent" type="o:FeaturedContentType">
     </xs:element>
 </xs:schema>

featuredcontent: A FeaturedContentType element describing templates that are designed for the language specified by the lidhelp parameter in the request.

The returned HTTP status code MUST be one of the following:

Value

Description

200

Success.

400

Invalid or missing parameters.

401

Security not validated. The credentials supplied by the user are not valid.

404

File could not be found.<3>

500

Any other error.