Search requestsAsk AIget https://restapi.rev.io/v1/RequestsSearch for one or more requests.Metadatasearch.request_idarray of int32sQuery by request identifier.search.request_idADD int32search.customer_idarray of int32sQuery by account identifier.search.customer_idADD int32search.request_status_idarray of int32sQuery by request status identifier.search.request_status_idADD int32search.request_statusarray of stringsQuery by status.search.request_statusADD stringsearch.assigned_toarray of int32sQuery by user identifier (who is assigned).search.assigned_toADD int32search.group_assigned_toarray of int32sQuery by user group identifier (which user group is assigned).search.group_assigned_toADD int32search.created_date_startdate-timeReturn only entries created after this date.search.created_date_enddate-timeReturn only entries created before this date.search.page_sizeint32Defines how many items to return at a time.search.pageint32Specifies 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.acceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsontext/htmltext/jsonAllowed:application/jsontext/htmltext/jsonResponses 200OK 500InternalServerErrorUpdated 7 months ago