JOC API

Version 2.7.3

Download RAML
JOC API
/inventory/changes
POST

shows one or more changes


Parameters in the POST body schema

"lastPublishedBy": {
Name Type Description Example Default
names optional, array An array of names (string) of changes to receive information for. "names" : ["myFirstChange"] }
states optional, array The states to filter the results. If no states are set all states will be considered. "states" : ["OPEN","CLOSED"]
owner optional, string Filter for the owner of the given change.
lastPublishedBy optional, string Filter for the account the change was last published by.
created optional, object filter for changes being created in the specified timespan.
from required, string allowed formats are:
  • ISO format yyyy-mm-dd HH:MM[:SS]
  • now
  • now + HH:MM[:SS]
  • now + SECONDS
to required, string allowed formats are:
  • ISO format yyyy-mm-dd HH:MM[:SS]
  • now
  • now + HH:MM[:SS]
  • now + SECONDS
modified optional, object filter for changes being modified in the specified timespan.
from required, string allowed formats are:
  • ISO format yyyy-mm-dd HH:MM[:SS]
  • now
  • now + HH:MM[:SS]
  • now + SECONDS
to required, string allowed formats are:
  • ISO format yyyy-mm-dd HH:MM[:SS]
  • now
  • now + HH:MM[:SS]
  • now + SECONDS
closed optional, object filter for changes being closed in the specified timespan.
from required, string allowed formats are:
  • ISO format yyyy-mm-dd HH:MM[:SS]
  • now
  • now + HH:MM[:SS]
  • now + SECONDS
to required, string allowed formats are:
  • ISO format yyyy-mm-dd HH:MM[:SS]
  • now
  • now + HH:MM[:SS]
  • now + SECONDS
details optional, boolean A switch to receive additional details about items assigned to the change. false