https://api.developer.cribwise.com/api-details#api=reporting&operation=RawTransactions_Get
https://api.cribwise.com/Reporting/v1/RawTransactions?$filter=(CreatedOn gt 2024-01-01) and (CreatedOn lt 2024-01-31)
Get the data between two dates with gt (greater than) and lt (less than)
https://api.cribwise.com/Reporting/v1/RawTransactions?$filter=(PartNumber eq '00039970') and (YearMonth eq '2024-03')
Filter on two different values with eq (equal to)
Comments
0 comments
Please sign in to leave a comment.