Get details about all posted requisitions
get
/hcmRestApi/resources/11.13.18.05/recruitingJobSitePostedJobs
Request
Query Parameters
-
effectiveDate: string
This query parameter is used to fetch resources which are effective dated as of the specified start date. The value of this query parameter is a string having a date in yyyy-MM-dd format
-
expand: string
When this parameter is provided, the specified children are included in the resource payload (instead of just a link). The value of this query parameter is "all" or "". More than one child can be specified using comma as a separator. Example: ?expand=Employees,Localizations. Nested children can also be provided following the format "Child.NestedChild" (Example: ?expand=Employees.Managers). If a nested child is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?expand=Employees.Managers" is the same as "?expand=Employees,Employees.Managers" (which will expand Employees and Managers).
-
fields: string
This parameter filters the resource fields. Only the specified fields are returned, which means that if no fields are specified, no fields are returned (useful to get only the links). If an indirect child resource is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?fields=Employees.Managers:Empname" is the same as "?fields=;Employees:;Employees.Managers:Empname" (which will only return the "Empname" field for Managers). the value of this query parameter is a list of resource fields. The attribute can be a direct (Example: Employees) or indirect (Example: Employees.Managers) child. It cannot be combined with expand query parameter. If both are provided, only fields will be considered.
Format: ?fields=Attribute1,Attribute2
Format for fields in child resource: ?fields=Accessor1:Attribute1,Attribute2 -
finder: string
Used as a predefined finder to search the collection.
Format ?finder=<finderName>;<variableName>=<variableValue>,<variableName2>=<variableValue2>
The following are the available finder names and corresponding finder variables- PrimaryKey Finds all posted job requisitions using a primary key.
Finder Variables- RequisitionId; integer; Requisition identifier used to find a requisition.
- RowFinder Finds all posted job requisitions.
Finder Variables- Language; string; Requisition language use to find multilingual content.
- RequisitionNumber; string; Requisition number used to find posted job requisitions.
- SysEffectiveDate; object;
- findByDates Finds all job requisitions using dates.
Finder Variables- EndDate; string; End date used to find requisitions based on the last updated date.
- Language; string; Requisition language use to find multilingual content.
- RequisitionNumber; string; Requisition number used to find a requisition.
- StartDate; string; Start date used to find requisitions based on the last updated date.
- SysEffectiveDate; object;
- PrimaryKey Finds all posted job requisitions using a primary key.
-
limit: integer
This parameter restricts the number of resources returned inside the resource collection. If the limit exceeds the resource count then the framework will only return the available resources.
-
links: string
This parameter can be used to show only certain links while accessing a singular resource or a resource collection. The parameter value format is a comma-separated list of : <link_relation>
Example:
self,canonical -
offset: integer
Used to define the starting position of the resource collection. If offset exceeds the resource count then no resources are returned. Default value is 0.
-
onlyData: boolean
The resource item payload will be filtered in order to contain only data (no links section, for example).
-
orderBy: string
This parameter orders a resource collection based on the specified fields. The parameter value is a comma-separated string of attribute names, each optionally followed by a colon and "asc" or "desc". Specify "asc" for ascending and "desc" for descending. The default value is "asc". For example, ?orderBy=field1:asc,field2:desc
-
q: string
This query parameter defines the where clause. The resource collection will be queried using the provided expressions. The value of this query parameter is one or more expressions. Example: ?q=Deptno>=10 and <= 30;Loc!=NY
Format: ?q=expression1;expression2
You can use these queryable attributes to filter this collection resource using the q query parameter:- DomesticTravelRequired; string; Indicates whether domestic travel is required or not for the posted requisition.
- EducationLevel; string; Education level of the posted requisition.
- ExternalContactEmail; string; External contact email of the posted requisition.
- ExternalContactName; string; External contact name of the posted requisition.
- ExternalPublishedJobEndDate; string; External published job end date of the posted requisition.
- ExternalPublishedJobStartDate; string; External published job start date of the posted requisition.
- ExternalPublishedJobStatus; string; External published status of the posted requisition.
- FullTimeOrPartTime; string; Full time or part time attribute of the posted requisition.
- GeographyNodeId; integer; Geography node ID of the posted requisition.
- HiredCount; integer; Hire count of the posted requisition.
- HotJob; string; Hot job indicator of the posted requisition.
- InternationalTravelRequired; string; Indicates whether international travel is required or not for the posted requisition.
- JobFunction; string; Job function of the posted requisition.
- JobShift; string; Job shift of the posted requisition.
- JobType; string; Job type of the posted requisition.
- NumberOfOpenings; integer; Number of openings of the posted requisition.
- PrimaryLocationCountryCode; string; Primary location country code of the posted requisition.
- PrimaryLocationLevelTwoCode; string; Primary location level two code of the posted requisition.
- PrimaryWorkLocationId; integer; Primary work location ID of the posted requisition.
- PrimaryWorkLocationName; string; Primary work location name of the posted requisition.
- PrimaryWorkLocationPostalCode; string; Primary work location postal code of the posted requisition.
- PublishedJobLastUpdateDate; string; Published job last update date of the posted requisition.
- RegularOrTemporary; string; Regular or temporary attribute of the posted requisition.
- RequisitionId; integer; Identifier of the posted requisition.
- RequisitionLastUpdateDate; string; Last update date of the posted requisition.
- RequisitionNumber; string; Requisition number of the posted requisition.
- UnlimitedOpenings; string; Unlimited opening indicator of the posted requisition.
- WorkerType; string; Worker type of the posted requisition.
- WorkplaceTypeCode; string; Workplace type code of the posted requisition.
-
totalResults: boolean
The resource collection representation will include the "estimated row count" when "?totalResults=true", otherwise the count is not included. The default value is "false".
Header Parameters
-
Effective-Of:
This header accepts a string value. The string is a semi-colon separated list of
= . It is used to perform effective date range operations. The accepted parameters are RangeMode, RangeSpan, RangeStartDate, RangeEndDate, RangeStartSequence and RangeEndSequence. The parameter values are always strings. The possible values for RangeMode are SET_LOGICAL_START, SET_LOGICAL_END, END_DATE, SET_EFFECTIVE_START, SET_EFFECTIVE_END, REPLACE_CORRECTION, REPLACE_UPDATE, RECONCILE_CORRECTION, CORRECTION, RECONCILE_UPDATE, UPDATE, ZAP and DELETE_CHANGES. The possible values for RangeSpan are PHYSICAL_ROW_END_DATE and LOGICAL_ROW_END_DATE. The values for RangeStartDate and RangeEndDate have to be a string representation of a date in yyyy-MM-dd format. The value for RangeStartSequence and RangeEndSequence must be strings such that when parsed they yield positive integers. -
Metadata-Context:
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version:
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
Default Response
The following table describes the default response for this task.
Headers
-
Metadata-Context:
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version:
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Root Schema : recruitingJobSitePostedJobs
Type:
Show Source
object-
count(required): integer
The number of resource instances returned in the current range.
-
hasMore(required): boolean
Indicates whether more resources are available on the server than the subset returned in the response. If the value is true, then there are more resources to retrieve from the server. The default value is false.
-
items: array
Items
Title:
ItemsThe items in the collection. -
limit(required): integer
The actual paging size used by the server.
-
links(required): array
Links
Title:
LinksThe link relations associated with the resource instance. -
offset(required): integer
The offset value used in the current page.
-
totalResults: integer
The estimated row count when "?totalResults=true", otherwise the count is not included.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : recruitingJobSitePostedJobs-item-response
Type:
Show Source
object-
DomesticTravelRequired: string
Read Only:
trueMaximum Length:30Indicates whether domestic travel is required or not for the posted requisition. -
EducationLevel: string
Title:
Lookup CodeRead Only:trueMaximum Length:30Education level of the posted requisition. -
ExternalContactEmail: string
Read Only:
trueMaximum Length:240External contact email of the posted requisition. -
ExternalContactName: string
Read Only:
trueMaximum Length:240External contact name of the posted requisition. -
ExternalPublishedJobEndDate: string
(date-time)
Title:
End DateRead Only:trueExternal published job end date of the posted requisition. -
ExternalPublishedJobStartDate: string
(date-time)
Title:
Start DateRead Only:trueExternal published job start date of the posted requisition. -
ExternalPublishedJobStatus: string
Title:
Posting StatusRead Only:trueMaximum Length:30External published status of the posted requisition. -
FullTimeOrPartTime: string
Read Only:
trueMaximum Length:30Full time or part time attribute of the posted requisition. -
GeographyNodeId: integer
(int64)
Read Only:
trueGeography node ID of the posted requisition. -
HiredCount: integer
(int32)
Read Only:
trueHire count of the posted requisition. -
HotJob: string
Read Only:
trueMaximum Length:1Hot job indicator of the posted requisition. -
InternationalTravelRequired: string
Read Only:
trueMaximum Length:30Indicates whether international travel is required or not for the posted requisition. -
JobFunction: string
Read Only:
trueMaximum Length:30Job function of the posted requisition. -
JobShift: string
Read Only:
trueMaximum Length:30Job shift of the posted requisition. -
JobType: string
Title:
VisibilityRead Only:trueMaximum Length:30Job type of the posted requisition. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
NumberOfOpenings: integer
(int32)
Read Only:
trueNumber of openings of the posted requisition. -
PhaseName: string
Read Only:
trueMaximum Length:255Phase name of the posted requisition. -
PrimaryLocationCountryCode: string
Read Only:
trueMaximum Length:2Primary location country code of the posted requisition. -
PrimaryLocationLevelTwoCode: string
Read Only:
trueMaximum Length:255Primary location level two code of the posted requisition. -
PrimaryWorkLocationId: integer
(int64)
Read Only:
truePrimary work location ID of the posted requisition. -
PrimaryWorkLocationName: string
Title:
Display NameRead Only:trueMaximum Length:240Primary work location name of the posted requisition. -
PrimaryWorkLocationPostalCode: string
Title:
Postal CodeRead Only:trueMaximum Length:30Primary work location postal code of the posted requisition. -
PublishedJobLastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:truePublished job last update date of the posted requisition. -
RegularOrTemporary: string
Read Only:
trueMaximum Length:30Regular or temporary attribute of the posted requisition. -
requisitionAdditionalAttributes: array
Recruiting Requisition Additional Attributes
Title:
Recruiting Requisition Additional AttributesThe requisitionAdditionalAttributes resource provides the additional attributes of the posted job requisition. Note that the service endpoints in this resource category can only be used by approved Oracle Cloud Marketplace partners. -
RequisitionId: integer
(int64)
Read Only:
trueIdentifier of the posted requisition. -
requisitionLanguages: array
Requisition Languages
Title:
Requisition LanguagesThe requisitionLanguages resource is a child of jobDistributionDetails. It includes the details of the languages mentioned in the job description. -
RequisitionLastUpdateDate: string
(date-time)
Read Only:
trueLast update date of the posted requisition. -
RequisitionNumber: string
Read Only:
trueMaximum Length:240Requisition number of the posted requisition. -
skills: array
Requisition Skills
Title:
Requisition SkillsThe skills resource provides details about the skills included in the job requisition. -
StateName: string
Read Only:
trueMaximum Length:255State name of the posted requisition. -
UnlimitedOpenings: string
Read Only:
trueMaximum Length:1Unlimited opening indicator of the posted requisition. -
WorkerType: string
Read Only:
trueMaximum Length:30Worker type of the posted requisition. -
WorkplaceTypeCode: string
Read Only:
trueMaximum Length:30Workplace type code of the posted requisition.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Recruiting Requisition Additional Attributes
Type:
arrayTitle:
Recruiting Requisition Additional AttributesThe requisitionAdditionalAttributes resource provides the additional attributes of the posted job requisition. Note that the service endpoints in this resource category can only be used by approved Oracle Cloud Marketplace partners.
Show Source
Nested Schema : Requisition Languages
Type:
arrayTitle:
Requisition LanguagesThe requisitionLanguages resource is a child of jobDistributionDetails. It includes the details of the languages mentioned in the job description.
Show Source
Nested Schema : Requisition Skills
Type:
arrayTitle:
Requisition SkillsThe skills resource provides details about the skills included in the job requisition.
Show Source
Nested Schema : link
Type:
Show Source
object-
href: string
Title:
hyperlink referenceThe URI to the related resource. -
kind: string
Title:
kindAllowed Values:[ "collection", "item", "describe", "other" ]The kind of the related resource. -
name: string
Title:
nameThe name of the link to the related resource. -
properties: object
properties
-
rel: string
Title:
relationAllowed Values:[ "self", "lov", "parent", "canonical", "child", "enclosure", "action", "custom" ]The name of the relation to the resource instance. Example: self.
Nested Schema : properties
Type:
Show Source
object-
changeIndicator: string
Change indicator or the ETag value of the resource instance.
Nested Schema : recruitingJobSitePostedJobs-requisitionAdditionalAttributes-item-response
Type:
Show Source
object-
AttributeName: string
Read Only:
trueMaximum Length:255Attribute name of the additional attribute. -
AttributeType: string
Read Only:
trueMaximum Length:255Attribute type of the additional attribute. -
FlexContextCode: string
Read Only:
trueMaximum Length:255Flexfield context code of the additional attribute. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
LOVFlag: boolean
Read Only:
trueMaximum Length:255List of value of the additional attribute. -
Type: string
Read Only:
trueMaximum Length:255Type of the additional attribute. -
Value: string
Read Only:
trueMaximum Length:255Value of the additional attribute.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : recruitingJobSitePostedJobs-requisitionLanguages-item-response
Type:
Show Source
object-
ApplyURL: string
Read Only:
trueThe URL for applying in the requisition languages. -
DefaultLanguageFlag: boolean
Read Only:
trueMaximum Length:1Default language of the requisition. -
EmployerDescriptionStr: string
Read Only:
trueDescription of the employer in the requisition languages. -
ExternalDescription: string
Description of the external candidate in the requisition languages.
-
ExternalDescriptionHtml: string
HTML description for the external candidate in the requisition languages.
-
ExternalQualificationsHTML: string
HTML qualifications for the external candidate in the requisition languages.
-
ExternalResponsibilitiesHTML: string
HTML responsibilities for the external candidate in the requisition languages.
-
JobFamily: string
Read Only:
trueMaximum Length:240Details of the job family in the requisition languages. -
LanguageCode: string
Code assigned to the language in the requisition languages.
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
media: array
Requisition Media
Title:
Requisition MediaThe media resource is a child of requisitionLanguages. It includes the details of the type of media used in the job distribution. -
OrganizationDescriptionStr: string
Read Only:
trueDescription of the organization in the requisition languages. -
OrganizationNameML: string
Title:
OrganizationRead Only:trueMaximum Length:240Display name of the organization in the requisition languages. -
otherWorkLocations: array
Other Work Locations
Title:
Other Work LocationsThe otherWorkLocations resource is a child of the requisitionLanguages resource. It provides the details of the other work locations used in the job distribution. Note that the service endpoints in this resource category can only be used by approved Oracle Cloud Marketplace partners. -
PrimaryLocation: string
Read Only:
truePrimary job location mentioned in the requisition languages. -
PrimaryLocationCountryName: string
Country name of the primary location in the requisition languages.
-
PrimaryLocationLevelThreeName: string
Read Only:
trueMaximum Length:255Third level name of the primary location in the requisition languages. -
PrimaryLocationLevelTwoName: string
Read Only:
trueMaximum Length:255Second level name of the primary location in the requisition languages. -
PrimaryWorkLocationCity: string
Title:
Town or CityRead Only:trueMaximum Length:30City of the primary work location in the requisition languages. -
secondaryLocations: array
Secondary Locations
Title:
Secondary LocationsThe secondaryLocations resource includes all the details of the secondary preferred location for the job distribution. -
ShortDescription: string
Short description of the requisition languages.
-
skills: array
Requisition Skills
Title:
Requisition SkillsThe skills resource provides details about the skills included in the job requisition. -
StudyLevelML: string
Read Only:
trueMaximum Length:80Educational qualification needed in the requisition languages. -
Title: string
Read Only:
trueMaximum Length:240Title of the requisition languages.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Requisition Media
Type:
arrayTitle:
Requisition MediaThe media resource is a child of requisitionLanguages. It includes the details of the type of media used in the job distribution.
Show Source
Nested Schema : Other Work Locations
Type:
arrayTitle:
Other Work LocationsThe otherWorkLocations resource is a child of the requisitionLanguages resource. It provides the details of the other work locations used in the job distribution. Note that the service endpoints in this resource category can only be used by approved Oracle Cloud Marketplace partners.
Show Source
Nested Schema : Secondary Locations
Type:
arrayTitle:
Secondary LocationsThe secondaryLocations resource includes all the details of the secondary preferred location for the job distribution.
Show Source
Nested Schema : Requisition Skills
Type:
arrayTitle:
Requisition SkillsThe skills resource provides details about the skills included in the job requisition.
Show Source
Nested Schema : recruitingJobSitePostedJobs-requisitionLanguages-media-item-response
Type:
Show Source
object-
Id: integer
(int64)
Read Only:
trueID assigned to the media used in requisition languages. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
Priority: integer
(int32)
Read Only:
truePriority assigned to the media used in requisition languages. -
RequisitionMediaLinkId: integer
(int64)
Read Only:
truePriority assigned to the media used in requisition languages. -
ThumbURL: string
Read Only:
trueMaximum Length:1000Thumb URL assigned to the media used in requisition languages. -
Title: string
Read Only:
trueMaximum Length:240Title assigned to the media used in requisition languages. -
Type: string
Title:
Lookup CodeRead Only:trueMaximum Length:30Type assigned to the media used in requisition languages. -
URL: string
Read Only:
trueMaximum Length:1000URL of the media used in the job application.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : recruitingJobSitePostedJobs-requisitionLanguages-otherWorkLocations-item-response
Type:
Show Source
object-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
LocationId: integer
(int64)
Title:
Other Work LocationsLocation ID of the other work location. -
LocationName: string
Read Only:
trueMaximum Length:240Location name of the other work location.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : recruitingJobSitePostedJobs-requisitionLanguages-secondaryLocations-item-response
Type:
Show Source
object-
GeographyNodeId: integer
(int64)
Title:
Primary LocationRead Only:trueGeography node ID of the secondary location. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
Location: string
Read Only:
trueLocation of requisitions.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : recruitingJobSitePostedJobs-requisitionLanguages-skills-item-response
Type:
Show Source
object-
Importance: integer
(int64)
Read Only:
trueHigh importance indicator of a skill for the posted requisition. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MinimumSkillLevel: string
Read Only:
trueMaximum Length:2000Minimum level of a skill for the posted requisition. -
MinimumYearsExperience: integer
(int64)
Read Only:
trueMinimum years of experience for the posted requisition. -
Required: string
Read Only:
trueMaximum Length:30Required indicator of a skill for the posted requisition. -
SectionName: string
Read Only:
trueMaximum Length:240Section name of a skill for the posted requisition. -
Skill: string
Read Only:
trueMaximum Length:700Skill of the posted requisition. -
SkillType: string
Read Only:
trueMaximum Length:30Skill type of a skill for the posted requisition.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : recruitingJobSitePostedJobs-skills-item-response
Type:
Show Source
object-
Importance: integer
(int64)
Read Only:
trueHigh importance indicator of a skill for the posted requisition. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MinimumSkillLevel: string
Read Only:
trueMaximum Length:2000Minimum level of a skill for the posted requisition. -
MinimumYearsExperience: integer
(int64)
Read Only:
trueMinimum years of experience for the posted requisition. -
Required: string
Read Only:
trueMaximum Length:30Required indicator of a skill for the posted requisition. -
SectionName: string
Read Only:
trueMaximum Length:240Section name of a skill for the posted requisition. -
Skill: string
Read Only:
trueMaximum Length:700Skill of the posted requisition. -
SkillType: string
Read Only:
trueMaximum Length:30Skill type of a skill for the posted requisition.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source