Retrieve file data - JSON file
This API is to retrieve the file data of orders/invoices/events/ All Bulk Uploads in JSON format
Check Response - It's not showing JSON only. CSV also covered
Method - GET
API End Point
/apis/oingest/v1/json-uploadPath Parameters
Key
Values
1. page 2. page_size 3. policy_types 4. client_type
1. 1 2. 10 3. orders, invoices 4. UI
Sample API End Point ( Orders, Invoices )
/apis/oingest/v1/json-upload?page=1&page_size=10&policy_types=orders,invoices&client_type=UIAbove sample endpoint will fetch file details of 10 records of Orders & Invoice uploaded in JSON format from page number 1.
Sample API End Point ( events )
/apis/oingest/v1/json-uploadAbove sample endpoint without any query parameters will fetch all records of events JSON file details uploaded in RightRev system.
Screenshot for reference

Response
Last updated
Was this helpful?

