EPCIS Query URL (Change IP or Domain if needed) (HTTP.GET)



Query Response

Method Name Description
Poll
  • Return events/vocabularies stored in the EPCIS repository in interest immediately
  • URL: http://{base-url}:{base-port}/epcis/Service/Poll/{queryName}
  • Parameters:
    List of characters should be encoded: + -> %2B , # -> %23
    eventType
    GE_eventTime LT_eventTime
    GE_recordTime LT_recordTime
    GE_errorDeclarationTime LT_errorDeclarationTime
    EQ_action
    EQ_bizStep
    EQ_disposition
    EQ_readPoint WD_readPoint
    EQ_bizLocation WD_bizLocation
    EQ_transformationID
    MATCH_epc MATCH_parentID
    MATCH_inputEPC MATCH_outputEPC MATCH_anyEPC
    MATCH_epcClass MATCH_anyEPCClass
    MATCH_inputEPCClass MATCH_outputEPCClass
    EQ_bizTransaction_
    EQ_source_
    EQ_destination_
    EQ_
    GT_ GE_ LT_ LE_
    EXISTS_ EXISTS_ILMD_ EXISTS_errorDeclaration
    EQ_eventID
    EQ_errorReason EQ_correctiveEventID
    orderBy orderDirection
    eventCountLimit maxEventCount
    NOTE: (EQ|GT|GE|LT|LE)_INNER_ , (EQ|GT|GE|LT|LE)_ILMD_, (EQ|GT|GE|LT|LE)_INNER_ILMD, (EQ|GT|GE|LT|LE)_ERROR_DECLARATION_, (EQ|GT|GE|LT|LE)_INNER_ERROR_DECLARATION_ are supported like (EQ|GT|GE|LT|GE)_


    vocabularyName
    includeAttributes includeChildren
    attributeNames
    EQ_name WD_name
    HASATTR
    EQATTR_
    maxElementCount
GetStandardVersion
  • Return the standard version of EPCIS
  • URL: http://{base-url}:{base-port}/epcis/Service/GetStandardVersion
  • Additional Parameters: Null
GetVendorVersion
  • Return the vendor specific version of EPCIS
  • URL: http://{base-url}:{base-port}/epcis/Service/GetVendorVersion
  • Additional Parameters: Null
GetQueryNames
  • Return a list of all query names available
  • URL: http://{base-url}:{base-port}/epcis/Service/GetQueryNames
  • Additional Parameters: Null
  • Return: [ {queryNames} ]