Retrieve JournalsAsk AIget https://api.accountabilityone.com/v1/JournalsQuery ParamsIdsarray of int32sIdsADD int32SearchStringstringAllow searching for journals of which journal number contains the string.AccountingYearIdint32Select only journals that belong to this accounting year.AccountingMonthIdint32Select only journals that belong to this accounting month.OfficeIdsarray of int32sSelect only journals that belong to these offices.OfficeIdsADD int32DateFromstringSelect only journals of which date is on or after this date (yyyy-MM-dd format).DateTostringSelect only journals of which date is on or before this date (yyyy-MM-dd format).ApprovedbooleanSelect only journals that match the approved condition.truefalseCancelledbooleanSelect only journals that match the cancelled condition.truefalseSubmittedbooleanSelect only journals that match the submitted condition.truefalseModifiedFromstringSelect only journals that have been modified after this timestamp (in UTC format: yyyy-MM-ddTHH:mm:ssZ)ModifiedTostringSelect only journals that have been modified before this timestamp (in UTC format: yyyy-MM-ddTHH:mm:ssZ)Limitint32Specify how many records to be included in the list. Default 100. Max 200.Offsetint32Specify how many records to skip.Responses 200OK 400Bad Request 401Unauthorized 403ForbiddenUpdated about 1 year ago