cURL
curl --request GET \ --url https://api.mapademics.com/v1/jobs/{jobId} \ --header 'X-API-Key: <api-key>'
{ "id": "<string>", "organizationId": "<string>", "name": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "employerId": "<string>", "description": "<string>", "jobDescriptionHref": "<string>", "locations": [ { "type": "location", "locationId": "new-york-ny" } ], "salaryMin": 123, "salaryMax": 123, "onetSocCode": "<string>", "skills": [ { "skillId": "<string>", "level": 3, "skillName": "<string>", "confidence": 0.5 } ], "deletedAt": "2023-11-07T05:31:56Z" }
Retrieves job description details including parsed skills if available
API key for authentication
Unique identifier for the job
Job retrieved successfully
Show child attributes
Extracted skills from job description
Was this page helpful?