Kizspy. mehe API at url:
http://localhost:9999/tutorials return information of all tutorials in database,using GET method.
Each tutorial requires the information shown in Figure 1. Note that:
[images]: is an embedded attribute from the Images entities
[comments]: is a reference attribute of the Comments entities
[category]: is a reference attribute of the Categories entities
Body Cookies
Headers (8)
Test Results
Visualize JSON
Zoom
Pretty
Raw Preview
1 [
2
{
3
4
5
6
7
{
8
9
"_id": "652c1cd546a765d027fb163c",
"title": "Internet of Things (IoT) Tutorial",
"author": "David Packer",
"images": [
"_id": "652c1cd546a765d027fb163e",
"url": "/images/iot.png",
10
"caption": "IoT Tutorial"
11
},
12 >
16
},
17 >
21
}
22
1,
23
24
{
25
26
+ 100%
"comments":[
"_id": "652cc6cd83c0aab446fd6a06",
"username": "Tom Cruise",
Close