Search ticket journalsAsk AIget https://api.revioapi.com/v1/TicketJournalsSearch for one or more ticket journals.Query Paramssearch.ticket_journal_idarray of int32sQuery by ticket journal identifier.search.ticket_journal_idADD int32search.ticket_idarray of int32sQuery by ticket identifier.search.ticket_idADD int32search.messagearray of stringsQuery by ticket journal message.search.messageADD stringsearch.is_publicbooleanQuery for public or private journals only.truefalsesearch.created_byarray of int32sQuery by user who created the journalsearch.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.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 6 months ago