3.1.4.10.2.1 GetItemsRequest
The GetItemsRequest element specifies the input data for the GetItems WSDL operation.
-
<xs:element name="GetItemsRequest" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:complexType> <xs:sequence> <xs:element minOccurs="0" name="Canceled" type="xs:boolean"/> <xs:element minOccurs="0" name="Failed" type="xs:boolean"/> <xs:element minOccurs="0" name="GroupId" type="xs:short"/> <xs:element minOccurs="0" name="InProgress" type="xs:boolean"/> <xs:element minOccurs="0" name="JobId" type="xs:unsignedLong"/> <xs:element minOccurs="0" name="NotStarted" type="xs:boolean"/> <xs:element minOccurs="0" name="NotSubmitted" type="xs:boolean"/> <xs:element xmlns:q14="http://schemas.microsoft.com/2003/10/Serialization/" minOccurs="0" name="PartitionId" nillable="true" type="q14:guid"/> <xs:element minOccurs="0" name="Succeeded" type="xs:boolean"/> </xs:sequence> </xs:complexType> </xs:element>
Canceled: A boolean value specifying if unfinished translation items in a canceled translation job are included in the GetItemsResponse response WSDL message.
Failed: A boolean value specifying if failed translation items in a submitted translation job are included in the GetItemsResponse response WSDL message.
GroupId: A GroupId (section 2.2.3.1) element identifying the translation group.
InProgress: A boolean value specifying if in-progress translation items in a non-canceled, submitted translation job are included in the GetItemsResponse response WSDL message.
JobId: A JobId (section 2.2.3.2) element identifying the translation job.
NotStarted: A boolean value specifying if unstarted translation items in a non-canceled, submitted translation job are included in the GetItemsResponse response WSDL message.
NotSubmitted: A boolean value specifying if translation items in a non-submitted and non-cancelled translation job are included in the GetItemsResponse response WSDL message.
PartitionId: A PartitionId (section 2.2.3.3) element identifying the partition of the translation job.
Succeeded: A boolean value specifying if successfully finished translation items in a submitted translation job are included in the GetItemsResponse response WSDL message.