Search_criterion XML parameter

The following table describes search_criterion XML parameter:

Parameter

Description

param

Search criteria parameter wrapper. String. Parameters used to build the search criteria. At least one param element should appear under a search_criterion element. The amount of param elements is unbounded. The relationship between param elements in the same search_criterion is AND. Includes the following parameters:

  • name: Mandatory. Name of the retrieve active job parameter used as a search criteria. String. For a list of valid values for the name parameter, see Valid name parameter values
  • operator: Operator used in search criteria. String. Valid values:
  • EQ
  • NE
  • LT
  • GT
  • LIKE
  • value: Value used in search criteria. Any valid value of a job parameter. Wildcards and search patterns can be used in combination with LIKE operator. String. Mandatory.

Parent Topic

request_act_retrieve_jobs XML Parameters