BILL - Search record action (batch)

The Search record batch action searches BILL objects in batches and returns a list of the results that fit the specified criteria.

Input

FieldDescription
ObjectSelect the object type to search for.
OffsetEnter the number of objects to skip at the start of the search.
LimitEnter the maximum number of objects you plan to retrieve. The maximum value is 999 and the default value is 500.
Filter source listInput a list datapill that contains the fields, operators, and values you plan to use for filtering.
FieldEnter the API name of the field you plan to filter by. Find a field's API name by hovering over its datapill in the Recipe data menu or refer to BILL's API v2 documentation.
ValueProvide the value to compare against the selected Field.
OperatorSpecify an operator to define how to compare the returned Field values against the Value you set. For example, = (equals), != (not equal), < (less than), and > (greater than).
Include related fieldsSpecify whether to include related fields in the results.

Output

FieldDescription
Response statusDisplays the status of the Search record action's API request. A value of 0 indicates success, and 1 indicates an error.
Response messageThe response message returned from BILL's API.
Response dataA datatree that contains information about the objects found in BILL, such as their ID, Name, Created date, and Active? status.

Last updated: