- Select the GET method.
- Enter the URL of endpoint that will provide you with the information you need.
For example, for retrieving readout results of Biological Indicators for sterilization, this endpoint should be used
https://exchange.bionovacloud.com/exchange/api/Reading/GetBiSterilizationResults
- In the Authorization tab, select the type “Bearer Token” and paste your access token in the box that says Token.
3.1 In the Body tab, select the raw option, and then the JSON format. Finally type-in your information request in a JSON text with the following format:
{
"From": "2020-10-01 00:20:23",
"To": "2020-11-30 18:48:01",
"StatusRead": "3"
}
Parameter reference:
"From"
: It refers to the date and time from where the results will be searched.
Format: “yyyy-MM-dd HH:mm:ss”."To"
: Refers to the date and time to which the results will be searched.
Format: “yyyy-MM-dd HH:mm:ss”."StatusRead"
: Determines the type of result to query.
If you enter 3, it shows readouts on FINISHED state.
If you enter 2, it shows readouts on SAVED state.
3.2 Click on Send and you will get the response from Bionova Exchange.