Query Workflow BillsCopy Pagepost https://connect.digits.com/v1/workflow/bills/queryQuery workflow bills visible to the caller.Body ParamsListWorkflowBillsRequest requests workflow bills visible to the caller.entityobjectrequiredWorkflowEntitySelector identifies the client organization and entity a workflow bill request operates on, by Digits-assigned or caller-assigned ID. Required on all workflow bill requests so a single client_credentials credential can address any entity it has access to.entity objectstatusarray of stringsStatus values to include. Empty returns bills in any status.statusShow 14 enum valuesADD stringsourcearray of stringsPublic source labels to include, for example API, UI, or EMAIL. Empty returns bills from any source.sourceADD stringvendorNamestringVendor name prefix to match.dueDateFromdate-timeFilter to bills due on or after this timestamp.dueDateTodate-timeFilter to bills due on or before this timestamp.scheduledPaymentDateFromdate-timeFilter to bills scheduled for payment on or after this timestamp.scheduledPaymentDateTodate-timeFilter to bills scheduled for payment on or before this timestamp.createdAfterdate-timeFilter to bills created after this timestamp.createdBeforedate-timeFilter to bills created before this timestamp.updatedAfterdate-timeFilter to bills updated after this timestamp.updatedBeforedate-timeFilter to bills updated before this timestamp.limitint32The number of items to return per request. Default and max size is 100.cursorstringCursor for pagination.sortstringenumField to sort by. Defaults to CreatedAt.UnknownSortCreatedAtDueDateAmountAllowed:UnknownSortCreatedAtDueDateAmountorderstringenumSort order. Defaults to Desc.UnknownOrderDescAscAllowed:UnknownOrderDescAscResponses 200OK defaultDefault error responseUpdated 2 days ago