OpenFn / adaptors

The new home for OpenFn adaptors; re-usable connectors for the most common DPGs and DPI building blocks.
GNU General Public License v3.0
4 stars 8 forks source link

`openLMIS` Requisition operations #671

Open mtuchi opened 1 week ago

mtuchi commented 1 week ago

Ref: #533

Description

Requisition (API):

Demo Server Credentials: URL: https://demo-v3.openlmis.org/#!/home username: administrator password: password

OpenLMIS API requests are authenticated by an OAuth2 access token passed as a query parameter. See a sample API request below:

GET /api/reports/templates/requisitions/{id}?access_token=
9a556033-ed13-4dde-9561-158469d15134

URI Parameters
id: required (string)

Query Parameters
access_token: required (string)
OAuth2 access token

Link to test OAuth2 token here: https://github.com/OpenLMIS/openlmis-auth/blob/master/src/main/resources/db/demo-data/auth.api_keys.csv