-
Notifications
You must be signed in to change notification settings - Fork 55
Expand file tree
/
Copy pathGET_response_include_org.json
More file actions
96 lines (96 loc) · 2.43 KB
/
GET_response_include_org.json
File metadata and controls
96 lines (96 loc) · 2.43 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
{
"pagination": {
"total_results": 2,
"total_pages": 1,
"first": {
"href": "http://somewhere.org/v3/spaces?page=1&per_page=50"
},
"last": {
"href": "http://somewhere.org/v3/spaces?page=1&per_page=50"
},
"next": null,
"previous": null
},
"resources": [
{
"guid": "885735b5-aea4-4cf5-8e44-961af0e41920",
"created_at": "2017-02-01T01:33:58Z",
"updated_at": "2017-02-01T01:33:58Z",
"name": "space1",
"relationships": {
"organization": {
"data": {
"guid": "e00705b9-7b42-4561-ae97-2520399d2133"
}
}
},
"links": {
"self": {
"href": "http://somewhere.org/v3/spaces/885735b5-aea4-4cf5-8e44-961af0e41920"
},
"organization": {
"href": "http://somewhere.org/v3/organizations/e00705b9-7b42-4561-ae97-2520399d2133"
}
},
"metadata": {
"labels": {}
}
},
{
"guid": "d4c91047-7b29-4fda-b7f9-04033e5c9c9f",
"created_at": "2017-02-02T00:14:30Z",
"updated_at": "2017-02-02T00:14:30Z",
"name": "space2",
"relationships": {
"organization": {
"data": {
"guid": "b4ce91bd-31df-4b7d-8fd4-21a6b533276b"
}
}
},
"links": {
"self": {
"href": "http://somewhere.org/v3/spaces/d4c91047-7b29-4fda-b7f9-04033e5c9c9f"
},
"organization": {
"href": "http://somewhere.org/v3/organizations/b4ce91bd-31df-4b7d-8fd4-21a6b533276b"
}
},
"metadata": {
"labels": {}
}
}
],
"included": {
"organizations": [
{
"guid": "e00705b9-7b42-4561-ae97-2520399d2133",
"created_at": "2017-02-01T01:33:58Z",
"updated_at": "2017-02-01T01:33:58Z",
"name": "org1",
"links": {
"self": {
"href": "http://somewhere.org/v3/organizations/e00705b9-7b42-4561-ae97-2520399d2133"
}
},
"metadata": {
"labels": {}
}
},
{
"guid": "b4ce91bd-31df-4b7d-8fd4-21a6b533276b",
"created_at": "2017-02-02T00:14:30Z",
"updated_at": "2017-02-02T00:14:30Z",
"name": "org2",
"links": {
"self": {
"href": "http://somewhere.org/v3/organizations/b4ce91bd-31df-4b7d-8fd4-21a6b533276b"
}
},
"metadata": {
"labels": {}
}
}
]
}
}