Allows you to retrieve any manual journals

GET {{baseUrl}}/ManualJournals?where=<string>&order=<string>&page=<integer>

Request Params

KeyDatatypeRequiredDescription
wherestringFilter by an any element
orderstringOrder by an any element
pagestringe.g. page=1 – Up to 100 manual journals will be returned in a single API call with line items shown for each overpayment

HEADERS

KeyDatatypeRequiredDescription
If-Modified-SincestringOnly records created or modified since this timestamp will be returned
xero-tenant-idstring(Required) Xero identifier for Tenant

RESPONSES

status: OK

{&quot;Id&quot;:&quot;8a508ec1-b578-48bf-97df-020c918fbf7d&quot;,&quot;Status&quot;:&quot;OK&quot;,&quot;ProviderName&quot;:&quot;Provider Name Example&quot;,&quot;DateTimeUTC&quot;:&quot;/Date(1552357217359)/&quot;,&quot;ManualJournals&quot;:[{&quot;Date&quot;:&quot;/Date(1553126400000+0000)/&quot;,&quot;Status&quot;:&quot;POSTED&quot;,&quot;LineAmountTypes&quot;:&quot;NoTax&quot;,&quot;UpdatedDateUTC&quot;:&quot;/Date(1552357188083+0000)/&quot;,&quot;ManualJournalID&quot;:&quot;0b159335-606b-485f-b51b-97b3b32bad32&quot;,&quot;Narration&quot;:&quot;Reversal: These aren&#39;t the droids you are looking for&quot;,&quot;JournalLines&quot;:[],&quot;ShowOnCashBasisReports&quot;:true,&quot;HasAttachments&quot;:false},{&quot;Date&quot;:&quot;/Date(1552348800000+0000)/&quot;,&quot;Status&quot;:&quot;POSTED&quot;,&quot;LineAmountTypes&quot;:&quot;NoTax&quot;,&quot;UpdatedDateUTC&quot;:&quot;/Date(1552357188147+0000)/&quot;,&quot;ManualJournalID&quot;:&quot;99cb8353-ce73-4a5d-8e0d-8b0edf86cfc4&quot;,&quot;Narration&quot;:&quot;These aren&#39;t the droids you are looking for&quot;,&quot;JournalLines&quot;:[],&quot;ShowOnCashBasisReports&quot;:true,&quot;HasAttachments&quot;:true},{&quot;Date&quot;:&quot;/Date(1552262400000+0000)/&quot;,&quot;Status&quot;:&quot;DRAFT&quot;,&quot;LineAmountTypes&quot;:&quot;NoTax&quot;,&quot;UpdatedDateUTC&quot;:&quot;/Date(1552357216843+0000)/&quot;,&quot;ManualJournalID&quot;:&quot;ecb6b362-c78f-462a-a229-a66abf115e92&quot;,&quot;Narration&quot;:&quot;Foo bar&quot;,&quot;JournalLines&quot;:[],&quot;ShowOnCashBasisReports&quot;:true,&quot;HasAttachments&quot;:false}]}