-
Notifications
You must be signed in to change notification settings - Fork 0
/
v1_2.html
56 lines (54 loc) · 1.54 KB
/
v1_2.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 1.2 endpoints</h1>
<section id="functionalities">
<h2>Implemented functionalities</h2>
<p>FasT&T is a full implementation of the EPCIS 1.2 specification, and include several HTTP endpoints to allow managing the data.</p>
<ul>
<li>Capture</li>
<ul>
<li>Events</li>
<li>Capture Master Data (CBV)</li>
</ul>
<li>Queries:</li>
<ul>
<li>GetVendorVersion</li>
<li>GetStandardVersion</li>
<li>GetQueryNames</li>
<li>GetSubsciptionIDs</li>
<li>Poll:</li>
<ul>
<li>SimpleEventQuery</li>
<li>SimpleMasterDataQuery</li>
</ul>
</ul>
<li>Query Callback:</li>
<ul>
<li>CallbackResults</li>
<li>CallbackQueryTooLargeException</li>
<li>CallbackImplementationException</li>
</ul>
<li>Subscriptions:</li>
<ul>
<li>Subscribe to an EPCIS request</li>
<li>Unsubscribe from EPCIS repository</li>
<li>Trigger subscriptions that register to specific trigger name</li>
<li>Execute subscription based on schedule</li>
</ul>
</ul>
</section>
</body>
</html>