SearchResult
Attributes
Name | Type | Description |
---|---|---|
jobPostingId | long | The ID of the jobposting. |
postingVersionId | long | The version ID of the jobposting. |
title | string | The title of the jobposting. |
applyOnlineLink | string | The URL to a website where the user can apply. |
config | Map |
Configuration info belonging to the jobposting. For details, please see the response example below. |
jobStartDate | long | Start date of the jobposting as Unix timestamp. |
postingVersionStartDate | long | Start date of the current jobposting version as Unix timestamp. |
postingVersionEndDate | long | End date of the current jobposting version as Unix timestamp. |
JSON response
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
{ "jobPostingId": 11111, "postingVersionId": 555555, "title": "Random Posting", "applyOnlineLink": "https://jobdb.softgarden.de/jobdb/public/jobposting/applyonline/click?jp=11111&ADP", "config": { "ProjectLocation": ["4ffc4d482cad47df817a37c96dcd17e4"], "ProjectNumber": ["0001"], "audience": ["3a3af3667f000002010ad49215c3a5f4"], "ProjectLocationGerman": ["Hamburg"], "location": ["4ffc4d482cad47df817a37c96dcd17e4"], "company": ["ACME"], "softgardenvisibility": ["visible"], "internalPostingName": ["Random Posting"], "listingStartDate": ["1372111200000"], "jobcategory": ["00002"], "ProjectCompanyNameGerman": ["ACME" ] }, "jobStartDate": 1372111200000, "postingVersionStartDate": 1372111200000, "postingVersionEndDate": 0 } |