Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

RFID Queries API

Named query management for subscription-based event filtering

This API exposes 5 operations across 3 paths, and defines 3 schemas. It is described by OpenAPI 3.0.3, at version 2.0.0.

Requests are made against a single base URL, https://{host}/epcis.

5 operations 3 paths 3 schemas 1 DELETE3 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
2.0.0
Base URL
https://api.zebra.com
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

RFID Queries API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (BearerAuth).

Paths & Operations 5

Across 3 paths, the API surfaces 5 operations — 1 DELETE, 3 GET, 1 POST. Each is listed below with its method, path, parameters, and response codes.

Queries 5

Named query management for subscription-based event filtering

POST
/queries
Create Named Query
createNamedQuery body → 201400401
GET
/queries
List Named Queries
getNamedQueries → 200401
GET
/queries/{queryName}
Get Named Query
getNamedQuery 1 param → 200404
DELETE
/queries/{queryName}
Delete Named Query
deleteNamedQuery 1 param → 204404
GET
/queries/{queryName}/events
Execute Named Query
executeNamedQuery 2 params → 200404

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are EPCISEvent (13 properties), EPCISEventList (5 properties), NamedQuery (5 properties). Each schema is shown below with its type and property counts.

NamedQuery
object
5 properties
EPCISEventList
object
5 properties
EPCISEvent
object
13 properties 3 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

rfid-queries-api-openapi.yml Raw ↑