-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (26 loc) · 1.56 KB
/
index.html
File metadata and controls
29 lines (26 loc) · 1.56 KB
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
<html>
<body>
<body>
<h4>Classifications </h4>
<h6> Classification from SESAR</h6>
<li>/v1/vocabularies/classifications/{id} Get classification content by classification id</li>
<li>/v1/vocabularies/classifications/all Get a complete list of classifications</li>
<li> /v1/vocabularies/classifications/name/{name} Get Classification content by Classification name</li>
<li> /v1/vocabularies/materials/all Get a complete list of materials in SESAR system</li>
<h4>Country</h4>
<h6>Countries from SESAR</h6>
<li>/v1/vocabularies/countries/{id} Get country content by country id</li>
<li>/v1/vocabularies/countries/all Get a complete list of Countries from SESAR </li>
<li> /v1/vocabularies/countries/name/{name} Get country content by country name </li>
<h4>GroupSample </h4>
<h6>Samples from a group in SESAR</h6>
<li>/v1/samples/downloadcsv/group Get a list of sample profile by group name </li>
<li>/v1/samples/downloadcsv/limit/{limit}/pagenum/{pagenum}/group Get a list of sample profile by group name</li>
<li>/v1/samples/group Get a list of sample profile by group name</li>
<li>/v1/samples/group/id/{id} Get a list of sample profile by group id</li>
<li>/v1/samples/group/id/{id}/limit/{limit}/pagenum/{pagenum} Get a list of sample profile by group id </li>
<li>/v1/samples/limit/{limit}/pagenum/{pagenum}/group Get a list of sample profile by group name</li>
<li>/v1/samples/total/group Get total number of sample profile by group name</li>
<li>/v1/samples/total/group/id/{id} Get total number of sample profile by group id</li>
</body>
</html>