Search auditsAsk AIget https://api.revioapi.com/v1/AuditsSearch for one or more audits.Query Paramssearch.audit_idarray of int32sQuery by audit entry identifier.search.audit_idADD int32search.audit_typearray of stringsQuery by kind of audit.search.audit_typeADD stringsearch.created_byarray of int32sQuery by user identifier (who did it).search.created_byADD int32search.created_date_startdate-timeFormat - date-time (as date-time in RFC3339). Return only entries created after this date.search.created_date_enddate-timeFormat - date-time (as date-time in RFC3339). Return only entries created before this date.search.customer_idarray of int32sQuery by account identifier.search.customer_idADD int32search.descriptionarray of stringsQuery by all or part of description.search.descriptionADD stringsearch.inventory_item_idarray of int32sQuery by inventory item identifier.search.inventory_item_idADD int32search.order_idarray of int32sQuery by order identifier.search.order_idADD int32search.report_idarray of int32sQuery by report identifier.search.report_idADD int32search.request_idarray of int32sQuery by request identifier.search.request_idADD int32search.service_product_idarray of int32sQuery by service product identifier.search.service_product_idADD int32search.service_idarray of int32sQuery by service identifier.search.service_idADD int32search.page_sizeint32Format - int32. Defines how many items to return at a time.search.pageint32Format - int32. Specifies which page to display (i.e. 3rd page of 50 items out of 1000 items)search.sortstringSpecifies the model member you wish to sort by. Defaults to Ascending order, add a "-" sign to the beginning to indicate Descending order.HeadersacceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsontext/htmltext/jsonAllowed:application/jsontext/htmltext/jsonResponses 200OK 500InternalServerErrorUpdated 7 months ago