Job Posting Opcode JPL: List Job Postings
Job Posting Opcode JPL: List Job Postings
This opcode is used to retrieve the list of Job Postings defined for the specified show. Job Category, Exhibitor, and Booth filters may be specified.
Calling the API
The API is called via a secure HTTPS request. This HTTPS request may be a GET or POST operation. Each request must supply the authentication credentials assigned to the caller by Notified. Only requests with valid credentials will be processed. These credentials identify the caller and provide access only to a specific customer area.
The format of the call is: https://api.onlinexperiences.com/scripts/Server.nxp?LASCmd=AI:4;F:APIUTILS!50560&APIUserAuthCode={YourAuthCode}&APIUserCredentials={YourCredentials}&OpCodeList={Opcode[OpCode[…]]}&OutputFormat={X|H|T(default)}&ShowKey={ShowKey}&{Additional, opcode-specific parameters in name=value format…}
Note: The format of the APAC Data Center is: https://api.apac.onlinexperiences.com.
Specific parameter ordering is unimportant, with the only restriction being that the first parameter MUST BE LASCmd=AI:4;F:APIUTILS!50560. All other parameters may appear in any sequence order.
API Parameter |
Type/Size |
Req. |
Comment |
---|---|---|---|
APIUserAuthCode |
Varchar 80 |
Y |
Your API authorization code as supplied by Notified. |
APIUserCredentials |
Varchar 80 |
Y |
Your API user credentials as supplied by Notified. |
OpCodeList |
Varchar 2000 |
Y |
Should include JPL to invoke this function. |
OutputFormat |
Char 1 |
N |
T for text, H for HTTP URL-encoded, or X for XML. Defaults to T. |
ShowKey |
Integer |
Y |
The ShowKey to list Job Postings for. |
ExhibitorKey |
Integer |
N |
ExhibitorKey to filter results for. |
ExhibitorName |
Varchar 80 |
N |
Exhibitor Name to filter results for. |
ExhibitorExternalID |
Varchar 255 |
N |
Exhibitor ExternalID to filter results for. |
BoothKey |
Integer |
N |
BoothKey to filter results for. |
BoothName |
Varchar 128 |
N |
Booth Name to filter results for. |
BoothExternalID |
Varchar 255 |
N |
Booth ExternalID to filter results for. |
JobCategoryKey |
Integer |
N |
JobCategoryKey to filter results for. |
JobCategoryDescription |
Varchar 80 |
N |
Job Category Description to filter results for. |
JobCategoryExternalID |
Varchar 255 |
N |
Job Category ExternalID to filter results for. |
Return Outputs
This API returns a result set of Job Posting information upon successful completion. The result set is structured as follows:
Column |
Type/Size |
---|---|
JobTitle |
Varchar 100 |
JobPostingKey |
Integer |
JobCode |
Varchar 255 |
ExhibitorKey |
Integer |
ExhibitorName |
Varchar 80 |
ExhibitorExternalID |
Varchar 255 |
BoothKey |
Integer |
BoothName |
Varchar 128 |
BoothExternalID |
Varchar 255 |
JobCategoryKey |
Integer |
JobCategoryDescription |
Varchar 80 |
JobCategoryExternalID |
Varchar 255 |
DateTimePosted |
Datetime YYYY-MM-DD HH:MI:SS format |
DateTimeLastUpdated |
Datetime YYYY-MM-DD HH:MI:SS format |
ConfirmationFromShowUserKey |
Integer |
ConfirmationFromShowUserName |
Varchar 80 |
ConfirmationType |
Integer |
ConfirmationOption |
Integer |
Active |
Bit (0/1) |
IsTravelRequired |
Varchar 40 |
CanTelecommute |
Bit (0/1) |
AllowJobRating |
Bit (0/1) |
WillSponsorH1B |
Bit (0/1) |
RequiresCitizenship |
Integer |
HideJobContact |
Bit (0/1) |
Salary |
Varchar 30 |
JobType |
Integer |
JobLevel |
Varchar 30 |
Experience |
Varchar 30 |
Education |
Varchar 30 |
JobLocation |
Varchar 80 |
JobDescription |
Varchar 2GB |
CustomApplicantMessagePage |
Varchar 2GB |
HideApplyButton |
Bit (0/1) |
Potential Error Codes
There are no potential error codes for this API call.