-
Notifications
You must be signed in to change notification settings - Fork 0
/
db.json
106 lines (106 loc) · 3.21 KB
/
db.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
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
{
"_embedded" : {
"entityModels" : [ {
"id" : 251,
"minCtc" : 0.0,
"maxCtc" : 1403000.0,
"payType" : "PER_ANNUM",
"internWithPrePlacement" : null,
"skillsRequired" : null,
"jobType" : "FULL_TIME",
"noOfRounds" : null,
"jobTitle" : "ARM Campus Hiring 2023 Batch",
"jobStatus" : "IN_PROGRESS",
"jobPostedDate" : "2022-08-19 16:07:34",
"jobApplyBy" : "2022-08-21 00:00:00",
"hiringStartDate" : "2022-08-21 00:00:00",
"location" : "Bangalore",
"duration" : null,
"jobTag" : "Engineering",
"workType" : "REGULAR",
"noOfOpenings" : "29",
"incentives" : [ ],
"stipendType" : "FIXED",
"jobStartDate" : null,
"companyId" : 183,
"companyName" : "ARM",
"webSiteLink" : "www.arm.com",
"imagePath" : "",
"studentSearchEnum" : "ALL_STUDENTS_WITH_POLICY",
"respectPlacementPolicy" : true,
"respectJobOffer" : true,
"isMassRecruiting" : false,
"appliedCount" : 551,
"isPublished" : true,
"createdBy" : "kb_dainy",
"createdDate" : "2022-08-19 16:07:34",
"lastModifiedBy" : "kb_dainy",
"lastModifiedDate" : "2022-08-19 16:07:34",
"genders" : [ "MALE", "FEMALE" ],
"batchPassedOutYear" : [ ],
"jobApplyTime" : "10:00:00",
"categoryId" : 3,
"jobStatusMap" : {
"IN_PROGRESS" : "IN_PROGRESS",
"CLOSED" : "CLOSED",
"YET_TO_OPEN" : "YET_TO_OPEN"
},
"jobTypeMap" : {
"INTERN" : "INTERN",
"Internship With Pre Placement Offer" : "INTERNSHIP_WITH_FULL_TIME",
"FULL_TIME" : "FULL_TIME",
"CONTRACT_TO_HIRE" : "CONTRACT_TO_HIRE"
},
"stipendTypeMap" : {
"Performance Based" : "PERFORMANCE_BASED",
"Between" : "BETWEEN",
"Unpaid" : "UNPAID",
"Fixed" : "FIXED"
},
"_links" : {
"self" : {
"href" : "https://app.haveloc.com/brokerage/jobViews/251"
},
"delete" : {
"href" : "https://app.haveloc.com/brokerage/jobs/251"
},
"save" : {
"href" : "https://app.haveloc.com/brokerage/jobs"
},
"all" : {
"href" : "https://app.haveloc.com/brokerage/jobSubViews?respectConfigProp=true"
},
"companyLink" : {
"href" : "https://app.haveloc.com/brokerage/companies/183"
},
"jobFormLink" : {
"href" : "https://app.haveloc.com/brokerage/downloadJobForm/jobId/251"
},
"policy-category-link" : {
"href" : "https://app.haveloc.com/brokerage/policyCat/3"
}
}
}]
},
"_links" : {
"first" : {
"href" : "https://app.haveloc.com/brokerage/jobSubViews?page=0&size=20&sort=lastModifiedDate,desc"
},
"self" : {
"href" : "https://app.haveloc.com/brokerage/jobSubViews{?respectConfigProp}",
"templated" : true
},
"next" : {
"href" : "https://my-json-server.typicode.com/vamsikrishnacse/fulltime/db"
},
"last" : {
"href" : "https://app.haveloc.com/brokerage/jobSubViews?page=3&size=20&sort=lastModifiedDate,desc"
}
},
"page" : {
"size" : 20,
"totalElements" : 66,
"totalPages" : 4,
"number" : 0
}
}