Authorization: Bearer ********************{
"title": "Software Engineer",
"description": "We are looking for a skilled software engineer.",
"jobType": "Part-time",
"salary": "70000",
"employmentType": "Permanent",
"seniorityLevel": "Mid-level",
"location": "New York, USA",
"industry": "Technology",
"company": "Tech Solutions Inc.",
"companyId":1,
"modeOfApplication": "internal",
"email": "hr@techsolutions.com",
"applicationWebsite": "https://www.techsolutions.com/careers",
"attachedResume": true,
"numberOfVacancy": 3,
"closingDate": "2024-12-31T23:59:59Z",
"status": "published",
"tags": [
{ "name": "JavaScript" },
{ "name": "TypeScript" },
{ "name": "Node.js" }
],
"sendRejection": true,
"preQualification": [
{ "questionId": 2, "idealAnswer": "yes", "mustHave": true },
{ "questionId": 1, "idealAnswer": "yes", "mustHave": true },
{ "questionId": 4, "idealAnswer": "yes" ,"mustHave": false }
]
}
curl --location 'http://localhost:3000/api/v1/jobs?page=1&perPage=100' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "Software Engineer",
"description": "We are looking for a skilled software engineer.",
"jobType": "Part-time",
"salary": "70000",
"employmentType": "Permanent",
"seniorityLevel": "Mid-level",
"location": "New York, USA",
"industry": "Technology",
"company": "Tech Solutions Inc.",
"companyId":1,
"modeOfApplication": "internal",
"email": "hr@techsolutions.com",
"applicationWebsite": "https://www.techsolutions.com/careers",
"attachedResume": true,
"numberOfVacancy": 3,
"closingDate": "2024-12-31T23:59:59Z",
"status": "published",
"tags": [
{ "name": "JavaScript" },
{ "name": "TypeScript" },
{ "name": "Node.js" }
],
"sendRejection": true,
"preQualification": [
{ "questionId": 2, "idealAnswer": "yes", "mustHave": true },
{ "questionId": 1, "idealAnswer": "yes", "mustHave": true },
{ "questionId": 4, "idealAnswer": "yes" ,"mustHave": false }
]
}'{
"message": "Job Posted successfully",
"status": "Success",
"data": {
"reference": "415178f7-3ab6-4ff3-8b6f-2710717fd996",
"tenantId": "169e5bb6-e82f-4ddb-a895-f2ae124140e6",
"title": "Software Engineer",
"description": "We are looking for a skilled software engineer.",
"slug": "software-engineer",
"jobType": "Full-time",
"employerId": 4,
"salary": "70000",
"employmentType": "Permanent",
"seniorityLevel": "Mid-level",
"location": "New York, USA",
"industry": "Technology",
"company": "Tech Solutions Inc.",
"modeOfApplication": "Online",
"email": "hr@techsolutions.com",
"applicationWebsite": "https://www.techsolutions.com/careers",
"attachedResume": true,
"numberOfVacancy": 3,
"closingDate": "2024-12-31T23:59:59Z",
"status": "published",
"id": 55,
"createdAt": "2024-09-20T19:26:07.664Z",
"updatedAt": "2024-09-20T19:26:07.664Z",
"deletedAt": null
}
}