-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAPI_JSON.txt
162 lines (129 loc) · 3.85 KB
/
API_JSON.txt
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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
SKills----
{
"id": 1,
"skill": ".NetCore",
"skillClass": "Red",
"skillClassIndex": 0
},
{
"id": 2,
"skill": "Django",
"skillClass": "blue",
"skillClassIndex": 0
}
Education List -----
{
"id": 1,
"educationType": "B.tech",
"institutionName": "Priyadarshini",
"branch": "computer",
"district": "Nellore",
"state": "Andhra Pradesh",
"country": "India",
"yearOfPassing": 2019,
"percentage": 72,
"startDate": "2021-02-10",
"endDate": "2021-02-12"
},
{
"id": 2,
"educationType": "Intermediate",
"institutionName": "Sri Chaitanya",
"branch": "''",
"district": "Nellore",
"state": "Andhra Pradesh",
"country": "India",
"yearOfPassing": 2019,
"percentage": 72,
"startDate": "2018-02-11",
"endDate": "2020-02-11"
}
Experience ---------------------------------------
{
"id": 1,
"employer": "Mphasis Ltd India",
"jobTitle": "Associate Software Engineer",
"city": "Pune",
"state": "Andhra Pradesh",
"country": "India",
"jobDescription": "dimpif ifim ifei mddidnienvinvsivsvinsvisevinvnivinvievnvin inivnvinsvnisvnisvnisvnivnivi",
"experience": 20,
"fromDate": "2019-06-11",
"toDate": "2020-02-11"
},
{
"id": 2,
"employer": "Infosys Ltd India",
"jobTitle": "Associate Systems Engineer",
"city": "Banglore",
"state": "Andhra Pradesh",
"country": "India",
"jobDescription": "dimpif ifim ifei mddidnienvinvsivsvinsvisevinvnivinvievnvin inivnvinsvnisvnisvnisvnivnivi",
"experience": 20,
"fromDate": "2019-06-11",
"toDate": "2020-02-11"
},
Projects -------------------------------------------------
{
"id": 1,
"title": "Develop",
"description": "asvaevvaevaevsdvsdvsdvdvdvadadv",
"link": "svkd vadklvadvkladvnklavnk",
"skills": [
1
]
},
{
"id": 2,
"title": "AST",
"description": "asfaqegavaegwegaaeg",
"link": "https://github.com/gsrsagar",
"skills": [
1,
2
]
}
Personal Details -----------------------------------------
{
"id": 1,
"fullName": "Sagar GuvvaLA",
"emailId": "gsr@gmail.com",
"contactNo": "+91 9494744280",
"district": "Nellore",
"state": "Andhra Pradesh",
"country": "India",
"githubProfile": "https://github.com/gsrsagar",
"linkedInProfile": "https:\" \"",
"codingProfile": "https://"
},
{
"id": 2,
"fullName": "ledger Swami",
"emailId": "ledger@gmail.com",
"contactNo": "+91 9494744281",
"district": "Nellore",
"state": "Andhra Pradesh",
"country": "India",
"githubProfile": "https://github.com/gsrsagar",
"linkedInProfile": "https:\" \"",
"codingProfile": "https://"
},
ALl Resumes ----------------------------------------------------------
{
"Details": [
{
"id": 1,
"personalDetails": 1,
"careerObjective": 1,
"education": [
1
],
"skills": [
1
],
"experience": [
1
]
}
]
}