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
| {
"status": true,
"request_id": "aff4fe86-a063-40a2-910f-cfbd4531",
"data": {
"total": 28105,
"page": 1,
"has_next_page": true,
"results": [
{
"name": "#://CNXT owns THeXDesK",
"slug": "cnxt-owns-thexdesk--d4b30578",
"uuid": "d4b30578-cd82-449f-8259-c5771a305b75",
"image": null,
"type": "ownership",
"owner": {
"uuid": "fae3f75b-ce54-f05b-9d2d-c8b1ac8b368b",
"slug": "cnxt",
"name": "#://CNXT",
"type": "organization",
"image": "https://images.crunchbase.com/image/upload/vzd8q0tr4itrehd5emjx"
},
"ownee": {
"uuid": "8b89d048-8da4-4002-a4e0-8fdeaba79c6c",
"slug": "thexdesk",
"name": "THeXDesK",
"type": "organization",
"image": "https://images.crunchbase.com/image/upload/lkor9n0mz3iahktohqhw"
},
"ownership_type": "subsidiary"
},
{
"name": "+Simple owns GMBC",
"slug": "simple-fr-owns-gmbc--50b83f48",
"uuid": "50b83f48-74ce-4740-b4ac-574bb299233a",
"image": null,
"type": "ownership",
"owner": {
"uuid": "bfd7a3e0-80ca-74d1-7b95-2721b98abdb6",
"slug": "simple-fr",
"name": "+Simple",
"type": "organization",
"image": "https://images.crunchbase.com/image/upload/nzjhyrxsi1nu4nn4a4ld"
},
"ownee": {
"uuid": "b8b8e4db-3792-4962-b17d-f89ef49bd5f5",
"slug": "gmbc",
"name": "GMBC",
"type": "organization",
"image": "https://images.crunchbase.com/image/upload/cknkgbga3ngg6etkayki"
},
"ownership_type": "subsidiary"
}
// ... more items
],
"resolved_filters": {}
},
"request_params": {
"per_page": "2",
"sort": "asc",
"ownership_type": "subsidiary"
}
}
|