| PositionId |
Integer |
The id of the position
|
| PublishedState |
String or null |
The published state of the position
|
| Title |
String or null |
The title of the position
|
| DateCreated |
DateTime |
The date the position was created
|
| DateModified |
DateTime |
The date the position was modified
|
| DateArchived |
DateTime or null |
The date the position was archived
|
| HasLiveListing |
Boolean |
Whether the position has any live listings
|
| TotalCandidates |
Integer |
The number of candidates who have applied for this position
|
| Listings |
Collection of <PositionListingDetails> or null |
The listings for the position
|
| PositionListingId |
Integer |
The id of the listing
|
| ListingId |
Integer or null |
The id of the listing
|
| StartDate |
DateTime or null |
The start date of the listing
|
| EndDate |
DateTime or null |
The end date of the listing
|
| IsLive |
Boolean |
Whether the listing is live
|
| IsAccessible |
Boolean |
Whether the listing is accessible
|
| ShortDescription |
String or null |
A short description used to differentiate the listing
|
| ReferenceId |
String or null |
A reference id to help track the listing
|
| PayAndBenefits |
String or null |
A description of the pay and benefits of the position
|
| ContactDetails |
<PositionListingContactDetails> or null |
Details for who to contact regarding the listing
|
| ContactName |
String or null |
The name of the person to contact regarding the listing
|
| PreferredApplicationMethod |
String or null |
The preferred way for applicants to apply
|
| EmailAddress |
String or null |
The email address of the person to contact regarding the listing
|
| ApplicationUrl |
String or null |
The url to send applicants to if using an off site application method
|
| PhoneNumbers |
Collection of <PhoneNumberDetails> or null |
Phone numbers of people to contact regarding the listing
|
| Prefix |
String or null |
The prefix of the phone number
|
| Number |
String or null |
The rest of the phone number
|
|
|
| Descriptions |
Collection of <PositionListingDescription> or null |
The descriptions of the position listing
|
| Type |
String or null |
The type of the description
|
| Text |
String or null |
The text of the description
|
|
| Promotions |
<PositionListingPromotion> or null |
The promotions of the position listing
|
| BundleType |
Enumeration |
The type of promotion bundle
|
|
| None |
0 |
None
|
| Bronze |
1 |
Bronze
|
| Silver |
2 |
Silver
|
| Gold |
3 |
Gold
|
| Platinum |
4 |
Platinum
|
| Fifth |
5 |
Fifth
|
| Sixth |
6 |
Sixth
|
|
| PromotionData |
<PromotionData> or null |
The data required for the promotion bundle
|
| Branding |
Collection of <PromotionBrandingItem> or null |
The branding for the position listing
|
| BrandingId |
Integer |
The id of the branding item
|
| BrandingType |
String or null |
The type of the branding item: Logo or Banner
|
| BrandingUri |
String or null |
The uri for the branding image
|
| IsDeleted |
Boolean |
Whether the branding is deleted
|
|
| BulletPoints |
Collection of String or null |
The bullet points for the featured position listing
|
| CandidateAccessQuota |
Integer or null |
The available quota for profile unlocks in the candidate database
|
|
| EnabledPromotions |
Collection of Enumeration or null |
The promotions that apply to the position listing
|
|
| Featured |
1 |
Position listing is featured
|
| Branded |
2 |
Position listing is branded
|
| SevenDayListing |
3 |
Position listing is a seven day listing
|
| BulletPoints |
4 |
Position listing can have bullet points
|
| CandidateDatabaseAccess |
5 |
Candidate database access granted
|
| Photos |
6 |
Position listing can have photos
|
| Video |
7 |
Position listing can have videos
|
| PromotedListing |
8 |
Position listing can have promoted listing
|
|
|
| PhotoIds |
Collection of Integer or null |
The photo IDs of the position listing
|
| PhotoDetails |
Collection of <PositionListingPhotoDetail> or null |
A collection of photos for the listing. This collection is read-only.
|
| PhotoId |
Integer |
The id of the photo
|
| Urls |
<PositionListingPhotoUrls> or null |
All the photo urls for different sized versions of the photo.
|
| Thumbnail |
String or null |
The URL for the thumbnail sized photo (always 85x64, with white borders).
|
| List |
String or null |
The URL for the list view sized photo (scaled down to fit 160x120).
|
| Medium |
String or null |
The URL for the medium sized photo (scaled down to fit 175x175).
|
| Gallery |
String or null |
The URL for the gallery sized photo (scaled down to fit 233x176).
|
| Large |
String or null |
The URL for the large sized photo (scaled down to fit 352x264).
|
| FullSize |
String or null |
The URL for the full sized photo (scaled down to fit 670x502).
|
| PlusSize |
String or null |
The URL for the plus sized photo (scaled down to fit).
|
|
| TransformData |
<PositionListingPhotoTransformData> or null |
The transform information if the photo was transformed. Null otherwise.
|
| SourcePhotoDetails |
<PositionListingSourcePhotoDetails> or null |
Details of the original source photo used for the transformation.
|
| PhotoId |
Integer |
The id of the original source photo used for the transformation.
|
| Urls |
<PositionListingPhotoUrls> or null |
The photo urls for different sized versions of the source photo.
|
|
(This type has already been defined)
|
| Dimensions |
<PositionListingPhotoDimensions> or null |
The dimensions of the source photo.
|
| Width |
Integer |
The width of the photo in pixels.
|
| Height |
Integer |
The height of the photo in pixels.
|
|
|
| Rotation |
Integer |
The number of degrees the original was rotated clockwise.
|
| Crop |
<BoundingBox> or null |
The bounding box of where the original photo was cropped.
|
| Min |
<BoundingPoint> or null |
A point representing the top left of the bounding box
|
| X |
Integer |
The point on the X axis
|
| Y |
Integer |
The point on the Y axis
|
|
| Max |
<BoundingPoint> or null |
A point representing the bottom left of the bounding box
|
|
(This type has already been defined)
|
|
|
| Dimensions |
<PositionListingPhotoDimensions> or null |
The dimensions of the photo. If the photo has been transformed (eg. cropped or rotated), it will be the transformed photo dimensions.
|
|
(This type has already been defined)
|
|
| Video |
<PositionListingVideoDetails> or null |
Details of the video for the listing.
|
| VideoKey |
String or null |
The id of the video
|
| Thumbnails |
Collection of <PositionListingVideoThumbnail> or null |
Thumbnails for the video.
|
| Url |
String or null |
The url of the thumbnail
|
| Size |
String or null |
The size of the thumbnail. Possible values are "Index", "Medium" and "High".
|
| Width |
Integer or null |
The width of the thumbnail
|
| Height |
Integer or null |
The height of the thumbnail
|
|
|
| SalaryOptIn |
Boolean |
Indicates if the advertiser has opted in to display salary data in LDP/SRP.
|
|
| Stages |
Collection of <PositionStage> or null |
Summaries of the stages for this position
|
| StageId |
Integer |
The stage's id
|
| DisplayName |
String or null |
Label for the stage
|
| CandidateCount |
Integer |
Count of the candidates at this stage for the position
|
|
| LatestListingVisitCount |
Integer or null |
Count of how many times the latest listing has been visited
|
| LatestListingWatchCount |
Integer or null |
Count of how many times the latest listing has been added to a watchlist
|
| OwnerCompanyId |
Integer |
The id of the company who owns the position
|
| PositionCompanyName |
String or null |
The name of the company where the position is vacant
|
| CategoryIds |
Collection of Integer or null |
The IDs of the categories for the position
|
| PayType |
String or null |
Indicates the type of pay for the position. e.g. Hourly or salary
|
| PayMin |
Number or null |
The minimum pay for the position
|
| PayMax |
Number or null |
The maximum pay for the position
|
| EmploymentDurationType |
String or null |
Indicates the type of duration for the position
|
| EmploymentType |
String or null |
Indicates the type of employment for the position
|
| Self |
<Link> or null |
A link to retrieve this position resource
|
| Href |
String or null |
An HREF representing the uri to the resource
|
| Rel |
String or null |
A REL representing the relationship between the sending resource and the linked resource
|
| Prompt |
String or null |
A PROMPT, optional display text to represent the resource to a user
|
| Method |
String or null |
A METHOD, optional field to represent the HTTP method/verb to use. If not provided, default to GET.
|
|
| Locations |
Collection of <PositionLocation> or null |
The locations of the position
|
| DistrictId |
Integer or null |
The district id of the location
|
|
| IsEntryLevel |
Boolean |
Indicates whether this is an entry level position
|
| IsWorkFromHome |
Boolean |
Indicates whether working from home is available for this position
|
{
"PositionId": 123,
"PublishedState": "ABC",
"Title": "ABC",
"DateCreated": "\/Date(1514764800)\/",
"DateModified": "\/Date(1514764800)\/",
"DateArchived": "\/Date(1514764800)\/",
"HasLiveListing": false,
"TotalCandidates": 123,
"Listings": [
{
"PositionListingId": 123,
"ListingId": 123,
"StartDate": "\/Date(1514764800)\/",
"EndDate": "\/Date(1514764800)\/",
"IsLive": false,
"IsAccessible": false,
"ShortDescription": "ABC",
"ReferenceId": "ABC",
"PayAndBenefits": "ABC",
"ContactDetails": {
"ContactName": "ABC",
"PreferredApplicationMethod": "ABC",
"EmailAddress": "ABC",
"ApplicationUrl": "ABC",
"PhoneNumbers": [
{
"Prefix": "ABC",
"Number": "ABC"
},
{
"Prefix": "ABC",
"Number": "ABC"
}
]
},
"Descriptions": [
{
"Type": "ABC",
"Text": "ABC"
},
{
"Type": "ABC",
"Text": "ABC"
}
],
"Promotions": {
"BundleType": 0,
"PromotionData": {
"Branding": [
{
"BrandingId": 123,
"BrandingType": "ABC",
"BrandingUri": "ABC",
"IsDeleted": false
},
{
"BrandingId": 123,
"BrandingType": "ABC",
"BrandingUri": "ABC",
"IsDeleted": false
}
],
"BulletPoints": [
"ABC",
"ABC"
],
"CandidateAccessQuota": 123
},
"EnabledPromotions": [
1,
1
]
},
"PhotoIds": [
123,
123
],
"PhotoDetails": [
{
"PhotoId": 123,
"Urls": {
"Thumbnail": "ABC",
"List": "ABC",
"Medium": "ABC",
"Gallery": "ABC",
"Large": "ABC",
"FullSize": "ABC",
"PlusSize": "ABC"
},
"TransformData": {
"SourcePhotoDetails": {
"PhotoId": 123,
"Urls": {
},
"Dimensions": {
"Width": 123,
"Height": 123
}
},
"Rotation": 123,
"Crop": {
"Min": {
"X": 123,
"Y": 123
},
"Max": {
}
}
},
"Dimensions": {
}
},
{
"PhotoId": 123,
"Urls": {
"Thumbnail": "ABC",
"List": "ABC",
"Medium": "ABC",
"Gallery": "ABC",
"Large": "ABC",
"FullSize": "ABC",
"PlusSize": "ABC"
},
"TransformData": {
"SourcePhotoDetails": {
"PhotoId": 123,
"Urls": {
},
"Dimensions": {
"Width": 123,
"Height": 123
}
},
"Rotation": 123,
"Crop": {
"Min": {
"X": 123,
"Y": 123
},
"Max": {
}
}
},
"Dimensions": {
}
}
],
"Video": {
"VideoKey": "ABC",
"Thumbnails": [
{
"Url": "ABC",
"Size": "ABC",
"Width": 123,
"Height": 123
},
{
"Url": "ABC",
"Size": "ABC",
"Width": 123,
"Height": 123
}
]
},
"SalaryOptIn": false
},
{
"PositionListingId": 123,
"ListingId": 123,
"StartDate": "\/Date(1514764800)\/",
"EndDate": "\/Date(1514764800)\/",
"IsLive": false,
"IsAccessible": false,
"ShortDescription": "ABC",
"ReferenceId": "ABC",
"PayAndBenefits": "ABC",
"ContactDetails": {
"ContactName": "ABC",
"PreferredApplicationMethod": "ABC",
"EmailAddress": "ABC",
"ApplicationUrl": "ABC",
"PhoneNumbers": [
{
"Prefix": "ABC",
"Number": "ABC"
},
{
"Prefix": "ABC",
"Number": "ABC"
}
]
},
"Descriptions": [
{
"Type": "ABC",
"Text": "ABC"
},
{
"Type": "ABC",
"Text": "ABC"
}
],
"Promotions": {
"BundleType": 0,
"PromotionData": {
"Branding": [
{
"BrandingId": 123,
"BrandingType": "ABC",
"BrandingUri": "ABC",
"IsDeleted": false
},
{
"BrandingId": 123,
"BrandingType": "ABC",
"BrandingUri": "ABC",
"IsDeleted": false
}
],
"BulletPoints": [
"ABC",
"ABC"
],
"CandidateAccessQuota": 123
},
"EnabledPromotions": [
1,
1
]
},
"PhotoIds": [
123,
123
],
"PhotoDetails": [
{
"PhotoId": 123,
"Urls": {
"Thumbnail": "ABC",
"List": "ABC",
"Medium": "ABC",
"Gallery": "ABC",
"Large": "ABC",
"FullSize": "ABC",
"PlusSize": "ABC"
},
"TransformData": {
"SourcePhotoDetails": {
"PhotoId": 123,
"Urls": {
},
"Dimensions": {
"Width": 123,
"Height": 123
}
},
"Rotation": 123,
"Crop": {
"Min": {
"X": 123,
"Y": 123
},
"Max": {
}
}
},
"Dimensions": {
}
},
{
"PhotoId": 123,
"Urls": {
"Thumbnail": "ABC",
"List": "ABC",
"Medium": "ABC",
"Gallery": "ABC",
"Large": "ABC",
"FullSize": "ABC",
"PlusSize": "ABC"
},
"TransformData": {
"SourcePhotoDetails": {
"PhotoId": 123,
"Urls": {
},
"Dimensions": {
"Width": 123,
"Height": 123
}
},
"Rotation": 123,
"Crop": {
"Min": {
"X": 123,
"Y": 123
},
"Max": {
}
}
},
"Dimensions": {
}
}
],
"Video": {
"VideoKey": "ABC",
"Thumbnails": [
{
"Url": "ABC",
"Size": "ABC",
"Width": 123,
"Height": 123
},
{
"Url": "ABC",
"Size": "ABC",
"Width": 123,
"Height": 123
}
]
},
"SalaryOptIn": false
}
],
"Stages": [
{
"StageId": 123,
"DisplayName": "ABC",
"CandidateCount": 123
},
{
"StageId": 123,
"DisplayName": "ABC",
"CandidateCount": 123
}
],
"LatestListingVisitCount": 123,
"LatestListingWatchCount": 123,
"OwnerCompanyId": 123,
"PositionCompanyName": "ABC",
"CategoryIds": [
123,
123
],
"PayType": "ABC",
"PayMin": 123.0,
"PayMax": 123.0,
"EmploymentDurationType": "ABC",
"EmploymentType": "ABC",
"Self": {
"Href": "ABC",
"Rel": "ABC",
"Prompt": "ABC",
"Method": "ABC"
},
"Locations": [
{
"DistrictId": 123
},
{
"DistrictId": 123
}
],
"IsEntryLevel": false,
"IsWorkFromHome": false
}