-
Notifications
You must be signed in to change notification settings - Fork 0
/
v2_0.html
56 lines (53 loc) · 1.75 KB
/
v2_0.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<html>
<head>
<link rel="stylesheet" href="css/style.css" media="all" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="charset" content="UTF-8" />
<title>FasT&T - EPCIS Sandbox</title>
</head>
<body>
<menu>
<a href="index.html">Home</a>
<a href="v1_2.html">EPCIS 1.2</a>
<a href="v2_0.html">EPCIS 2.0</a>
<a href="sandbox.html">Sandbox</a>
<a href="contact.html">Contact</a>
</menu>
<h1>FasT&T - EPCIS 2.0 endpoints</h1>
<section id="functionalities">
<h2>Implemented functionalities</h2>
<p>FasT&T is an implementation of the EPCIS 2.0 specification, and include several HTTP endpoints to allow managing the data.</p>
<ul>
<li>Capture</li>
<ul>
<li>Capture list of Events</li>
<li>Capture single event</li>
</ul>
<li>Queries:</li>
<ul>
<li>List events (+ filters)</li>
<li>Create a named query</li>
<li>Execute a named query</li>
</ul>
<li>Subscriptions:</li>
<ul>
<li>Subscribe to a named query via webhooks</li>
<li>Subscribe to a named query via websockets</li>
</ul>
<li>Discovery:</li>
<ul>
<li>EventType discovery endpoint</li>
<li>EPCs discovery endpoint</li>
<li>Business Steps discovery endpoint</li>
<li>Business Locations discovery endpoint</li>
<li>Read Points discovery endpoint</li>
<li>Dispositions discovery endpoint</li>
</ul>
</ul>
</section>
<section id="compatibility">
<p>All the events captured using the v2.0 endpoints are compatible with the v1.2 endpoints and vice-versa.</p>
<p>Likely, all the events captured can be queried in either XML of JSON format independently of the language used to capture them.</p>
</section>
</body>
</html>