http://api.microsofttranslator.com/V2
http://api.microsofttranslator.com/V2 / GetAppIdToken Element
In This Topic
    GetAppIdToken Element
    In This Topic
    Namespace http://api.microsofttranslator.com/V2
    Diagram
    expireSeconds Element maxRatingWrite Element minRatingRead Element appId Element Sequence GetAppIdToken Element
    Overview
    Sequence
    appId optional xs:string
    A string containing "Bearer" + " " + access token.
    minRatingRead optional xs:int
    maxRatingWrite optional xs:int
    expireSeconds optional xs:int
    Source
    <xs:element name="GetAppIdToken" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:complexType>
        <xs:sequence>
          <xs:element minOccurs="0" name="appId" nillable="true" type="xs:string" />
          <xs:element minOccurs="0" name="minRatingRead" type="xs:int" />
          <xs:element minOccurs="0" name="maxRatingWrite" type="xs:int" />
          <xs:element minOccurs="0" name="expireSeconds" type="xs:int" />
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    See Also