Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

We can view opCharts Inventory below using these endpoints - http[s]://server/omk/opCharts/v2/inventory

API Routes

Each resource has a consistent set of operations

Request Method

Operation

URL Example

id required

Notes

GETread list /server/omk/opCharts/v2/inventorynReturns a list of all the inventory subconcepts.
GETread list/server/omk/opCharts/v2/inventory/subconcepty

Returns a list of all the inventory ids for the given subconcept.

Paginated.






GETread one /server/omk/opCharts/v2/inventory/idyReturns the details of the requested inventory record.

...