-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathexampleresponse.json
61 lines (61 loc) · 2.22 KB
/
exampleresponse.json
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
{
"emailAddress": "[email protected]",
"firstName": "John",
"headline": "Software Developer at Pied Piper. Enjoys good UX, Toblerones and long dinners on the beach.",
"id": "rAnDoMtExT",
"industry": "Computer Software",
"lastName": "Doe",
"pictureUrl": "https://placem.at/people?w=300,h=300",
"positions": {
"_total": 3,
"values": [
{
"company": {
"id": 1,
"industry": "Computer Software",
"name": "Pied Piper",
"size": "1-10",
"type": "Privately Held"
},
"id": 2,
"isCurrent": true,
"startDate": {
"month": 9,
"year": 2017
},
"summary": "Architected the revolutionary encryption algorithm that Pied Piper now markets as their primary product. This led to Pied Piper's $100000000000USD valuation at YCombinator 20XX.",
"title": "Lead Software Engineer"
},
{
"company": {
"id": 500513,
"industry": "Computer Software",
"name": "Google",
"size": "1001-5000",
"type": "GOOG"
},
"id": 500513,
"isCurrent": true,
"startDate": {
"month": 4,
"year": 2014
},
"summary": "Develops and deploys innovative and disruptive products in emerging markets accross the flat earth, leading to a 50% reduction of downtime.",
"title": "DevOps Consultant"
},
{
"company": {
"name": "University Board Game Club"
},
"id": 101,
"isCurrent": true,
"startDate": {
"month": 2,
"year": 2012
},
"summary": "Weaves intricate stories of imaginary worlds to incite a feeling of wonder and excitement in participants.",
"title": "Dungeon Master"
}
]
}
}