-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathGetAllResponse.json
More file actions
96 lines (96 loc) · 2.74 KB
/
GetAllResponse.json
File metadata and controls
96 lines (96 loc) · 2.74 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
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"data": [
{
"type": "post-searchs",
"id": "201",
"attributes": {
"content": "Post def content",
"created": "2015-01-31T14:00:00.0000000+00:00",
"title": "Post abc"
},
"relationships": {
"author": {
"links": {
"self": "https://www.example.com/post-searchs/201/relationships/author",
"related": "https://www.example.com/post-searchs/201/author"
}
},
"comments": {
"links": {
"self": "https://www.example.com/post-searchs/201/relationships/comments",
"related": "https://www.example.com/post-searchs/201/comments"
}
}
}
},
{
"type": "post-searchs",
"id": "202",
"attributes": {
"content": "Post cde content",
"created": "2015-02-05T08:10:00.0000000+00:00",
"title": "Post efg"
},
"relationships": {
"author": {
"links": {
"self": "https://www.example.com/post-searchs/202/relationships/author",
"related": "https://www.example.com/post-searchs/202/author"
}
},
"comments": {
"links": {
"self": "https://www.example.com/post-searchs/202/relationships/comments",
"related": "https://www.example.com/post-searchs/202/comments"
}
}
}
},
{
"type": "post-searchs",
"id": "203",
"attributes": {
"content": "Post efg content",
"created": "2015-02-07T11:11:00.0000000+00:00",
"title": "Post hij"
},
"relationships": {
"author": {
"links": {
"self": "https://www.example.com/post-searchs/203/relationships/author",
"related": "https://www.example.com/post-searchs/203/author"
}
},
"comments": {
"links": {
"self": "https://www.example.com/post-searchs/203/relationships/comments",
"related": "https://www.example.com/post-searchs/203/comments"
}
}
}
},
{
"type": "post-searchs",
"id": "204",
"attributes": {
"content": "Post hij content",
"created": "2015-02-08T06:59:00.0000000+00:00",
"title": "Post klm"
},
"relationships": {
"author": {
"links": {
"self": "https://www.example.com/post-searchs/204/relationships/author",
"related": "https://www.example.com/post-searchs/204/author"
}
},
"comments": {
"links": {
"self": "https://www.example.com/post-searchs/204/relationships/comments",
"related": "https://www.example.com/post-searchs/204/comments"
}
}
}
}
]
}