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

Retrieve file data - API calls

This API is to retrieve the file data of orders/invoices/events/ All Bulk Uploads via API.

Method - GET

API End Point

/apis/oingest/v1/csv-upload

Path Parameters

Key
Values

1. page 2. page_size 3. policy_types 4. client_type

1. 1 2. 10 3. orders, invoices 4. API

Sample API End Point ( Orders, Invoices )

/apis/oingest/v1/csv-upload?page=1&page_size=10&policy_types=orders,invoices&client_type=API
  • Above sample endpoint will fetch file details of 10 records of Orders & Invoice uploaded via API from page number 1.

Sample API End Point ( events )

/apis/oingest/v1/csv-upload
  • Above sample endpoint without any query parameters will fetch all records of events file details uploaded in RightRev system.

Screenshot for reference

Response

Last updated

Was this helpful?