Last active
July 21, 2023 16:30
-
-
Save aasumitro/237a2c33c54797b7ca10ef22d5631f5c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"error": false, | |
"code": 200, | |
"message": "OK", | |
"data": { | |
"company": { | |
"id": "7ace78a0-d73f-45a8-9008-c9140fb83ae0", | |
"name": "The Test Company", | |
"description": "Test company has service .... ", | |
"sector": "IT", | |
"logo": "", | |
"headquarter": "Test City, Test Country", | |
"size": "0-10", | |
"website_url": "https://test.com", | |
"linkedin_url": "https://linkedin.com/in/test", | |
"twitter_url": "https://twitter.com/test", | |
"facebook_url": "https://facebook.com/test", | |
"instagram_url": "https://instagram.com/test", | |
"github_url": "https://github.com/test" | |
}, | |
"job": { | |
"id": "f8e27753-122f-47b7-be0d-c3d46f25a403", | |
"name": "this test job", | |
"team": "Sr BE", | |
"job_type": { | |
"id": "ee35008e-ad00-45bc-8bca-995a493deb35", | |
"name": "Full-time" | |
}, | |
"location": { | |
"id": "0a711b8f-5a88-4d61-8d16-9ffcf23ed255", | |
"name": "Singapore" | |
}, | |
"remote": false, | |
"salary_currency": { | |
"id": "cf4ed9b9-b3ce-41ca-92bc-927284b5d886", | |
"name": "Singapore dollar", | |
"code": "SGD" | |
}, | |
"salary_from": 1199, | |
"salary_up_to": 1199, | |
"salary_frequency": { | |
"id": "990b18f4-c104-499d-9e68-9d8cdb92971d", | |
"name": "per-month" | |
}, | |
"description": "We Try to find best Senior Backend Engineer", | |
"green_skills": [ | |
{ | |
"id": "d7736933-a94f-4e23-9542-ecb1c3410ed9", | |
"name": "Sustainable Engineering", | |
"Proficiency": 3 | |
} | |
], | |
"technical_skills": [ | |
"Business Intelligence and Data Analytics", | |
"Technical Report Writing", | |
"Project Management", | |
"Stakeholder Engagement and Management", | |
"Problem Solving", | |
"Teamwork", | |
"Communication", | |
"Lifelong Learning" | |
], | |
"critical_skills": [ | |
{ | |
"id": "95b62d20-96df-4f7a-8d9d-0d5184a72376", | |
"name": "Communication", | |
"Proficiency": { | |
"id": "22eb58a3-1c2f-449e-8de2-8bb00d564d2e", | |
"name": "Intermediate" | |
} | |
}, | |
{ | |
"id": "a217eb72-7a43-4324-8547-519ec2b5ae33", | |
"name": "Critical Thinking", | |
"Proficiency": { | |
"id": "21a59a0f-2939-4b76-9816-b886e1250aa4", | |
"name": "Advanced" | |
} | |
}, | |
{ | |
"id": "8a9a1980-574b-4414-9639-3b7a4a36f032", | |
"name": "Leadership", | |
"Proficiency": { | |
"id": "22eb58a3-1c2f-449e-8de2-8bb00d564d2e", | |
"name": "Intermediate" | |
} | |
} | |
], | |
"languages": [ | |
{ | |
"id": "8d3f3e79-1862-4f07-85e5-79105b4e15b7", | |
"name": "English", | |
"Proficiency": { | |
"id": "9d45e4d6-d51c-4c4a-aa5a-8a9ee39f2b0b", | |
"name": "Professional Working Proficiency" | |
} | |
} | |
], | |
"screening_questions": [ | |
{ | |
"id": "5dfab651-980d-4c66-bb91-21c797be6f8f", | |
"name": "work authorization", | |
"question": "are you legally allowed to work in Singapore?", | |
"choices": [ | |
{ | |
"name": "yes", | |
"disqualify": false | |
}, | |
{ | |
"name": "no", | |
"disqualify": false | |
} | |
] | |
} | |
], | |
"status": "PUBLISH", | |
"expired_at": "2023-07-28T05:26:25.459Z", | |
"closed_at": null, | |
"total_candidates": 0 | |
}, | |
"similar_jobs": [] | |
} | |
} |
Author
aasumitro
commented
Jul 21, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment