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

Request Method

Operation

URL Example

id required

Notes






GETread list /server/omk/opCharts/v2/inventoryn

CHANGED response: Returns a list of all the

inventory subconcepts

inventory ids.

Paginated.

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





GETread
list
list /server/omk/opCharts/v2/inventory/
subconcept
subconcepts
y
nCHANGED URI: Returns a list of all the inventory
ids for the given subconcept.Paginated
subconcepts.
GETread
one 
list/server/omk/opCharts/v2/inventory/subconcepts/
id
subconcepty
Returns the details of the requested inventory record

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

Paginated.






GETread list /server/omk/opCharts/v2/nodes/node_uuid/inventory/subconceptsn

CHANGED URI: Returns a list of all the inventory subconcepts for the given node_uuid.

Paginated.

GETread list /server/omk/opCharts/v2/nodes/node_uuid/inventory/subconcepts/subconcepty

CHANGED URI: Returns the list of inventory data for the given node_uuid and subconcept.

Paginated.

Request Modifiers (query parameters)

...