For the complete documentation index, see llms.txt. This page is also available as Markdown.

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-upload

Path 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=UI
  • Above 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-upload
  • Above 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?