EPCIS REST Like Query Examples

Method Name URL
Get All Master Data http://{baseURL}:{port}/epcis/Service/Poll/SimpleMasterDataQuery
Get All Master Data including Attributes http://{baseURL}:{port}/epcis/Service/Poll/SimpleMasterDataQuery?includeAttributes=True
Get All Master Data including Children http://{baseURL}:{port}/epcis/Service/Poll/SimpleMasterDataQuery?includeChildren=True
Get Master Data with Specific Vocabulary Type ( e.g. business location ) http://{baseURL}:{port}/epcis/Service/Poll/SimpleMasterDataQuery?vocabularyName=urn:epcglobal:epcis:vtype:BusinessLocation
Get Master Data having specific attributes ( filtering ) http://{baseURL}:{port}/epcis/Service/Poll/SimpleMasterDataQuery?attributeNames=http://epcis.example.com/mda/latitude
Get Master Data including specific vocabulary ( e.g. urn:epc:id:sgln:0037000.00729.0 ) http://{baseURL}:{port}/epcis/Service/Poll/SimpleMasterDataQuery?EQ_name=urn:epc:id:sgln:0037000.00729.0
Get Master Data including specific vocabulary with indirect descendants http://{baseURL}:{port}/epcis/Service/Poll/SimpleMasterDataQuery?WD_name=urn:epc:id:sgln:0037000.00729.0
Get Master Data only having specific attributes ( isNull ) http://{baseURL}:{port}/epcis/Service/Poll/SimpleMasterDataQuery?HASATTR=http://epcis.example.com/mda/latitude
Get Master Data with attributes having specific value ( e.g. latitude = +18.000 ) http://{baseURL}:{port}/epcis/Service/Poll/SimpleMasterDataQuery?EQATTR_http://epcis.example.com/mda/latitude=%2B18.0000