Retrieve file data - CSV file
This API is to retrieve the manually uploaded orders/invoices/events/ All Bulk Uploads CSV file data
Method - GET
API End Point
/apis/oingest/v1/csv-uploadPath Parameters
1. page 2. page_size 3. policy_types 4. client_type
1. 1 2. 10 3. orders, invoices, bulkregroup , bulkrclinesregroup, bulkreallocate, glsegmentupdate, rcbulkholds 4. UI
Sample API End Point ( Orders,Invoices )
/apis/oingest/v1/csv-upload?page=1&page_size=10&policy_types=orders,invoices&client_type=UIAbove sample endpoint will fetch 10 records of Orders & Invoice CSV file details uploaded in RightRev system from page number 1.
Sample API End Point ( events )
/apis/oingest/v1/csv-uploadAbove sample endpoint without any query parameters will fetch all records of events CSV file details uploaded in RightRev system.
Sample API End Point ( bulkreallocate )
/apis/oingest/v1/csv-upload?page=1&page_size=10&policy_types=bulkreallocate&client_type=UIAbove sample endpoint will fetch all records of BULK RE-ALLOCATE CSV file details uploaded in RightRev system.
Screenshot for reference

Response
Last updated
Was this helpful?

