SelectJobNotices
Retrieves job notices matching the specified criteria.
Request schema
<xsd:complexType="SelectJobNotices">
<xsd:sequence>
<xsd:element name="ResultDef" type="typens:ArrayOfString">
</xsd:element>
<xsd:element name="Search" type="typens:JobNoticeSearch"
minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
Request elements
ResultDef

The properties to retrieve. You can specify the following properties:

JobId

JobName

ActualHeadline

CompletionTime

ActualOutputFileId

ActualOutputFileName

VersionName

OutputFileSize
Search
The search conditions. If conditions apply to multiple fields, use ConditionArray.
Response schema
<xsd:complexType name="SelectJobNoticesResponse">
<xsd:sequence>
<xsd:element name="JobNotices"
type="typens:ArrayOfJobNotice"/>
<xsd:element name="FetchHandle" type="xsd:string"
minOccurs="0"/> <xsd:element name="TotalCount" type="xsd:long"
minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
Response elements
JobNotices
The selected job notices.
FetchHandle
Indicates that the number of items in the result set exceeds the FetchSize limit.
TotalCount
The number of entries in the search result set.