Overview

Let's have a brief overview of the modules in the QIMA public API, in this page, you will understand the basic concepts of each module and how to use them.

Audit

Audit is one of the major business services of QIMA. We have various types of audits including Ethical Audit (EA), Manufacturing Audit (MA), Environmental Audit (ENVA), etc. Currently, we provide two audit APIs, one is for audit order creation, and the other is for getting audit reports.

Authentication

Authentication is the first step to use QIMA public APIs since all the APIs are protected by OAuth2.0. In the authentication module, we provide APIs for getting / refreshing / removing tokens.

You can find how to get the token in the landing page.

File

The file is a module for uploading and downloading files. In this module, we provide APIs for uploading files to or getting files from a specific QIMA order.

Inspection

Inspection is another major business service of QIMA. We have various types of inspections including Pre-Shipment Inspection (PSI), During Production Inspection (DUPRO), Pre-Customs Clearance Inspection (PEO), etc. Currently, we provide inspection APIs like inspection order creation, searching orders, getting details of a specific order and canceling orders.

Lab Testing

Lab Testing is another the major business services of QIMA. In this module, we provide APIs for create order directly. Two apis are involved here: one for LT booking order, another for Inquiry order.

Parameter

The parameter module is for getting common parameters in QIMA, such as geographical data, product categories, sample levels, etc. These data shall be used in the audit and inspection order creation.

Report

The report module is for searching or getting the PDF report of a specific inspection report.

Supplier

The supplier is a very important module in QIMA. You can use it to manage your supplier and factory information. Suppliers must be created before using them for creating an audit or inspection order. We provide a complete set of CRUD APIs for the supplier module.