Get all recruitingCESites
get
/hcmRestApi/resources/11.13.18.05/recruitingCESites
Request
Query Parameters
-
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 Find recruitingCESites by a unique ID
Finder Variables- SiteId; integer; Finds Recruiting CE Site by a unique Site ID and the primary key
- ThemeId; integer; Finds Recruiting CE Site by a unique Theme ID and the primary key
- SiteByCode Find recruitingCESites by SiteByCode
Finder Variables- SiteCode; string; Find recruitingCESites by SiteByCode and SiteCode; string;
- SiteByNumberFinder Find recruitingCESites by SiteByNumberFinder
Finder Variables- SiteNumber; string; Find recruitingCESites by SiteByNumberFinder and SiteNumber; string;
- PrimaryKey Find recruitingCESites by a unique ID
-
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:- CustomAction; string; Custom action defined on the recruitingCESites.
- DefaultLang; string; Default Language of the recruitingCESites.
- EmailTemplateId; integer; ID assigned to each HTML email template for the career site.
- EventsEnabledFlag; boolean; Indicates whether events are enabled for a career site. Note that the service endpoints in this resource category are only for Oracle internal use.
- Language; string; Language opted on the recruitingCESites.
- OgImageSrc; string; Image source used as Open Graph Image when sharing the page on social platforms.
- ReplacementSiteNumber; string; Replacement site number for the recruitingCESites.
- SeoDescription; string; Get SEO description
- SeoKeywords; string; Get SEO keywords
- SeoOrganizationLogo; string; Get SEO organization logo
- SeoOrganizationName; string; Get SEO organization name
- SeoOrganizationSameAs; string; Get SEO organization url
- SequenceNumber; integer; Sequence number for the recruitingCESites.
- SiteCode; string; Code assigned to the recruitingCESites.
- SiteId; integer; Unique ID assigned to each site.
- SiteName; string; Name assigned to the recruitingCESites.
- SiteNumber; string; Number assigned to the recruitingCESites.
- SiteURLName; string; Site display name for URL.
- StatusCode; string; Status code assigned to the recruitingCESites.
- TemplateNumber; string; Number assigned to the template of the recruitingCESites.
- ThemeId; integer; Unique ID assigned to each site theme.
- ThemeNumber; string; Number assigned to the theme of the recruitingCESites.
-
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
-
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 : recruitingCESites
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 : recruitingCESites-item-response
Type:
Show Source
object-
cookieConsent: array
Cookie Consent
Title:
Cookie ConsentThe cookieConsent resource is a child of recruitingCESites. It includes the details of the accepted cookies. Note that the service endpoints in this resource category are only for Oracle internal use. -
CustomAction: string
Custom action defined on the recruitingCESites.
-
customFonts: array
Site Custom Fonts
Title:
Site Custom FontsThe customFonts resource is a child of recruitingCESites. It includes the details for the custom fonts. Note that the service endpoints in this resource category are only for Oracle internal use. -
customIcons: array
Site Custom Icons
Title:
Site Custom IconsThe customIcons resource is a child of recruitingCESites. It includes the details for the custom icons. Note that the service endpoints in this resource category are only for Oracle internal use. -
DefaultLang: string
Maximum Length:
4Default Language of the recruitingCESites. -
EmailTemplateId: integer
(int64)
ID assigned to each HTML email template for the career site.
-
EventsEnabledFlag: boolean
Indicates whether events are enabled for a career site. Note that the service endpoints in this resource category are only for Oracle internal use.
-
filters: array
Filters
Title:
FiltersThe filters resource is a child of recruitingCESites. It includes all the filters of the recruitingCESites. Note that the service endpoints in this resource category are only for Oracle internal use. - footerLinks: array Foot Links
-
headerLinks: array
Header Links
Title:
Header LinksThe headerLinks resource is a child of recruitingCESites. It includes all the header links of the recruitingCESites. Note that the service endpoints in this resource category are only for Oracle internal use. -
jobCategoryLinks: array
Job Category Links
Title:
Job Category LinksThe jobCategoryLinks resource is a child of recruitingCESites. It includes all the category specific links of the recruitingCESites. Note that the service endpoints in this resource category are only for Oracle internal use. -
Language: string
Read Only:
trueMaximum Length:255Language opted on the recruitingCESites. -
languages: array
Languages
Title:
LanguagesThe languages resource is a child of recruitingCESites. It includes the details of languages in recruitingCESites. Note that the service endpoints in this resource category are only for Oracle internal use. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
OgImageSrc: string
Maximum Length:
1000Image source used as Open Graph Image when sharing the page on social platforms. -
pages: array
Pages
Title:
PagesThe pages resource is a child of recruitingCESites. It includes the details of the pages in recruitingCESites. Note that the service endpoints in this resource category are only for Oracle internal use. -
ReplacementSiteNumber: string
Replacement site number for the recruitingCESites.
-
SeoDescription: string
Maximum Length:
1000Get SEO description -
SeoKeywords: string
Maximum Length:
4000Get SEO keywords -
SeoOrganizationLogo: string
Maximum Length:
1000Get SEO organization logo -
SeoOrganizationName: string
Maximum Length:
300Get SEO organization name -
SeoOrganizationSameAs: string
Maximum Length:
4000Get SEO organization url -
SequenceNumber: integer
(int64)
Sequence number for the recruitingCESites.
-
settings: array
Settings
Title:
SettingsThe settings resource is a child of recruitingCESites. It includes all the settings of the recruitingCESites. Note that the service endpoints in this resource category are only for Oracle internal use. -
SiteCode: string
Maximum Length:
200Code assigned to the recruitingCESites. -
siteFavicon: array
Site Favicon
Title:
Site FaviconThe siteFavicon is the child resource of recruitingCESites. It includes three sizes of favorite icons for each site. Note that the service endpoints in this resource category are only for Oracle internal use. -
SiteId: integer
(int64)
Unique ID assigned to each site.
-
SiteName: string
Maximum Length:
240Name assigned to the recruitingCESites. -
SiteNumber: string
Maximum Length:
240Number assigned to the recruitingCESites. -
SiteURLName: string
Maximum Length:
240Site display name for URL. -
StatusCode: string
Maximum Length:
20Status code assigned to the recruitingCESites. -
talentCommunitySignUp: array
Talent Community Sign Up
Title:
Talent Community Sign UpThe resource gives talent community sign up in recruitingCESites. Note that the service endpoints in this resource category are only for Oracle internal use. -
TemplateNumber: string
Maximum Length:
240Number assigned to the template of the recruitingCESites. -
ThemeId: integer
(int64)
Unique ID assigned to each site theme.
-
ThemeNumber: string
Maximum Length:
240Number assigned to the theme of the recruitingCESites. -
translations: array
Header Link Translations
Title:
Header Link TranslationsThe translations resource is a child of cookieConsent. It includes translations of the cookie consent in recruitingCESites. Note that the service endpoints in this resource category are only for Oracle internal use.
Nested Schema : Site Custom Fonts
Type:
arrayTitle:
Site Custom FontsThe customFonts resource is a child of recruitingCESites. It includes the details for the custom fonts. Note that the service endpoints in this resource category are only for Oracle internal use.
Show Source
Nested Schema : Site Custom Icons
Type:
arrayTitle:
Site Custom IconsThe customIcons resource is a child of recruitingCESites. It includes the details for the custom icons. Note that the service endpoints in this resource category are only for Oracle internal use.
Show Source
Nested Schema : Filters
Type:
arrayTitle:
FiltersThe filters resource is a child of recruitingCESites. It includes all the filters of the recruitingCESites. Note that the service endpoints in this resource category are only for Oracle internal use.
Show Source
Nested Schema : Header Links
Type:
arrayTitle:
Header LinksThe headerLinks resource is a child of recruitingCESites. It includes all the header links of the recruitingCESites. Note that the service endpoints in this resource category are only for Oracle internal use.
Show Source
Nested Schema : Job Category Links
Type:
arrayTitle:
Job Category LinksThe jobCategoryLinks resource is a child of recruitingCESites. It includes all the category specific links of the recruitingCESites. Note that the service endpoints in this resource category are only for Oracle internal use.
Show Source
Nested Schema : Languages
Type:
arrayTitle:
LanguagesThe languages resource is a child of recruitingCESites. It includes the details of languages in recruitingCESites. Note that the service endpoints in this resource category are only for Oracle internal use.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Pages
Type:
arrayTitle:
PagesThe pages resource is a child of recruitingCESites. It includes the details of the pages in recruitingCESites. Note that the service endpoints in this resource category are only for Oracle internal use.
Show Source
Nested Schema : Settings
Type:
arrayTitle:
SettingsThe settings resource is a child of recruitingCESites. It includes all the settings of the recruitingCESites. Note that the service endpoints in this resource category are only for Oracle internal use.
Show Source
Nested Schema : Site Favicon
Type:
arrayTitle:
Site FaviconThe siteFavicon is the child resource of recruitingCESites. It includes three sizes of favorite icons for each site. Note that the service endpoints in this resource category are only for Oracle internal use.
Show Source
Nested Schema : Talent Community Sign Up
Type:
arrayTitle:
Talent Community Sign UpThe resource gives talent community sign up in recruitingCESites. Note that the service endpoints in this resource category are only for Oracle internal use.
Show Source
Nested Schema : Header Link Translations
Type:
arrayTitle:
Header Link TranslationsThe translations resource is a child of cookieConsent. It includes translations of the cookie consent in recruitingCESites. Note that the service endpoints in this resource category are only for Oracle internal use.
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 : recruitingCESites-customFonts-item-response
Type:
Show Source
object-
CustomFontId: integer
(int64)
ID assigned to each custom font.
-
customFontsSettings: array
Site Custom Font Settings
Title:
Site Custom Font SettingsThe customFontsSettings resource is a child of customFonts. It includes the details for the custom font settings. Note that the service endpoints in this resource category are only for Oracle internal use. -
FontName: string
Maximum Length:
4000Name of the font. -
FontNumber: string
Maximum Length:
1000Size of the font. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : Site Custom Font Settings
Type:
arrayTitle:
Site Custom Font SettingsThe customFontsSettings resource is a child of customFonts. It includes the details for the custom font settings. Note that the service endpoints in this resource category are only for Oracle internal use.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : recruitingCESites-customFonts-customFontsSettings-item-response
Type:
Show Source
object-
customFontsFiles: array
Site Custom Font Setting Files
Title:
Site Custom Font Setting FilesThe customFontsFiles resource is a child of customFontsSettings. It includes the details for the custom font files. Note that the service endpoints in this resource category are only for Oracle internal use. -
FontNumber: string
Maximum Length:
1000Size of the font in custom font settings. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ObjectVersionNumber: integer
(int32)
Number assigned to each version of the custom font setting.
-
SettingId: integer
(int64)
ID assigned to each setting of the custom fonts.
-
SettingNumber: string
Maximum Length:
1000Number assigned to each setting of the custom fonts. -
Style: string
Maximum Length:
4000Style of the custom font. -
Weight: string
Maximum Length:
4000Weight of the custom font.
Nested Schema : Site Custom Font Setting Files
Type:
arrayTitle:
Site Custom Font Setting FilesThe customFontsFiles resource is a child of customFontsSettings. It includes the details for the custom font files. Note that the service endpoints in this resource category are only for Oracle internal use.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : recruitingCESites-customFonts-customFontsSettings-customFontsFiles-item-response
Type:
Show Source
object-
FileId: integer
(int64)
ID assigned to the file of the custom font setting.
-
FileNumber: string
Maximum Length:
1000Number assigned to the file of the custom font setting. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ObjectVersionNumber: integer
(int32)
Number assigned to each version of the custom font files.
-
SettingNumber: string
Maximum Length:
1000Number assigned to each setting of the custom font files. -
Type: string
Maximum Length:
1000Type of the custom font file. -
URL: string
Maximum Length:
4000URL of the custom font file.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : recruitingCESites-customIcons-item-response
Type:
Show Source
object-
customIconSettings: array
Site Custom Icon Settings
Title:
Site Custom Icon SettingsThe customIconSettings resource is a child of customIcons. It includes the details for the custom icon settings. Note that the service endpoints in this resource category are only for Oracle internal use. -
Definition: string
Maximum Length:
1000Description of the custom icon. -
IconCode: string
Maximum Length:
32Icon code for the custom icon -
IconId: integer
(int64)
ID assigned to the custom icon.
-
Image: string
(byte)
Image for the custom icon when used instead of code.
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
StatusCode: string
Maximum Length:
32Status code assigned to the custom icon. -
Type: string
Maximum Length:
32Type of custom icon.
Nested Schema : Site Custom Icon Settings
Type:
arrayTitle:
Site Custom Icon SettingsThe customIconSettings resource is a child of customIcons. It includes the details for the custom icon settings. Note that the service endpoints in this resource category are only for Oracle internal use.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : recruitingCESites-customIcons-customIconSettings-item-response
Type:
Show Source
object-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
SettingId: integer
(int64)
ID assigned to each setting of the custom icon.
-
SettingKey: string
Maximum Length:
1000Key assigned to the custom icon. -
SettingValue: string
Maximum Length:
1000Value assigned to the icon settings.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : recruitingCESites-filters-item-response
Type:
Show Source
object-
ColumnName: string
Maximum Length:
255Column name of the site context filters. -
ContextCode: string
Maximum Length:
255Context code of the site context filters. -
DFFId: string
Maximum Length:
255Flexfield ID of the site context filters. -
DimensionKey: string
Key assigned to the dimension in filters.
-
DimensionTypeCode: string
Code assigned to the type of dimensions in the filters.
-
GeographyId: integer
ID assigned to the geography selected in filters.
-
GeographyNodeId: integer
ID assigned to the geographical node selected in the filters.
-
JobFamilyId: integer
ID assigned to the job family in the filters.
-
JobFunctionCode: string
Job function code assigned to the filters.
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ObjectCtxId: integer
ID assigned to the filters pertaining to the candidate experience.
-
OrganizationId: integer
Organization ID assigned to the filters.
-
RecruitingTypeCode: string
Recruiting type code assigned to the filters.
-
SegmentAttributeName: string
Read Only:
trueMaximum Length:255Segment attribute name of the site context filters. -
SegmentCode: string
Maximum Length:
255Segment code of the site context filters. -
SegmentName: string
Read Only:
trueMaximum Length:255Segment name of the site context filters.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : recruitingCESites-headerLinks-item-response
Type:
Show Source
object-
Language: string
Read Only:
trueMaximum Length:255Language of the header links. -
LinkId: integer
(int64)
Unique ID assigned to each header link.
-
LinkName: string
Maximum Length:
4000Name of the header links. -
LinkNumber: string
Maximum Length:
240Number of the header links -
LinkOrder: integer
(int64)
Order of the header links.
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
LinkText: string
Maximum Length:
240Text of the header links. -
LinkTypeCode: string
Maximum Length:
45Code assigned to the type of header links. -
LinkURL: string
Maximum Length:
2048URL of the header links. -
ParentLinkNumber: string
Maximum Length:
240Number assigned to the parent of the header link. -
sublinks: array
Sublinks
Title:
SublinksThe child links resource is a child of headerLinks. It includes all the child links of each header link of the recruitingCESites. Note that the service endpoints in this resource category are only for Oracle internal use. -
translations: array
Header Link Translations
Title:
Header Link TranslationsThe translations resource is a child of cookieConsent. It includes translations of the cookie consent in recruitingCESites. Note that the service endpoints in this resource category are only for Oracle internal use. -
VisibleOnMobile: boolean
Indicates if the header link is visible on mobile.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Sublinks
Type:
arrayTitle:
SublinksThe child links resource is a child of headerLinks. It includes all the child links of each header link of the recruitingCESites. Note that the service endpoints in this resource category are only for Oracle internal use.
Show Source
Nested Schema : Header Link Translations
Type:
arrayTitle:
Header Link TranslationsThe translations resource is a child of cookieConsent. It includes translations of the cookie consent in recruitingCESites. Note that the service endpoints in this resource category are only for Oracle internal use.
Show Source
Nested Schema : recruitingCESites-headerLinks-sublinks-item-response
Type:
Show Source
object-
Language: string
Read Only:
trueMaximum Length:255Language of the child links. -
LinkId: integer
(int64)
Unique ID assigned to each header sublink.
-
LinkName: string
Maximum Length:
4000Name of the child links. -
LinkNumber: string
Maximum Length:
240Number of the child links. -
LinkOrder: integer
(int64)
Order of the child links.
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
LinkText: string
Maximum Length:
240Text of the child links. -
LinkTypeCode: string
Maximum Length:
45Code assigned to the type of child links. -
LinkURL: string
Maximum Length:
2048URL of the child links. -
ParentLinkNumber: string
Maximum Length:
240Number assigned to the parent of the child links. -
translations: array
Header Link Translations
Title:
Header Link TranslationsThe translations resource is a child of cookieConsent. It includes translations of the cookie consent in recruitingCESites. Note that the service endpoints in this resource category are only for Oracle internal use. -
VisibleOnMobile: boolean
Indicates if the child links are visible on mobile.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Header Link Translations
Type:
arrayTitle:
Header Link TranslationsThe translations resource is a child of cookieConsent. It includes translations of the cookie consent in recruitingCESites. Note that the service endpoints in this resource category are only for Oracle internal use.
Show Source
Nested Schema : recruitingCESites-headerLinks-sublinks-translations-item-response
Type:
Show Source
object-
Language: string
Maximum Length:
4Language of the header translation. -
LinkId: integer
(int64)
Unique ID assigned to each header link translation.
-
LinkName: string
Maximum Length:
1000Link name of the header translation. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
LinkText: string
Maximum Length:
240Link text of the header translation. -
LinkURL: string
Maximum Length:
2048Link URL of the header translation. -
SourceLang: string
Maximum Length:
4Source language of the header translation.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : recruitingCESites-headerLinks-translations-item-response
Type:
Show Source
object-
Language: string
Maximum Length:
4Language of the header translation. -
LinkId: integer
(int64)
Unique ID assigned to each header link translation.
-
LinkName: string
Maximum Length:
1000Link name of the header translation. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
LinkText: string
Maximum Length:
240Link text of the header translation. -
LinkURL: string
Maximum Length:
2048Link URL of the header translation. -
SourceLang: string
Maximum Length:
4Source language of the header translation.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : recruitingCESites-jobCategoryLinks-item-response
Type:
Show Source
object-
HeroImageURL: string
Maximum Length:
2048URL of the hero image assigned to the job category tiles. -
IntroText: string
Maximum Length:
4000Introductory text for the job category. -
JobFamilyIds: string
Maximum Length:
2048List of job family identifiers for the job category tiles. -
Language: string
Read Only:
trueMaximum Length:255Language of the job category links. -
LinkId: integer
(int64)
Unique identifier assigned to each job category link.
-
LinkName: string
Maximum Length:
4000Name of the job category link. -
LinkNumber: string
Maximum Length:
240Number of the job category links. -
LinkOrder: integer
(int64)
Order of the job category links.
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
LinkText: string
Maximum Length:
240Text of the job category link. -
LinkTypeCode: string
Maximum Length:
45Code assigned to the type of job category links. -
LinkURL: string
Maximum Length:
2048URL of the external page or custom page assigned to job category tiles. -
ParentLinkNumber: string
Maximum Length:
240Number assigned to the parent of the job category link. -
TileImageURL: string
Maximum Length:
2048URL of the tile image assigned to the job category tiles. -
translations: array
Header Link Translations
Title:
Header Link TranslationsThe translations resource is a child of cookieConsent. It includes translations of the cookie consent in recruitingCESites. Note that the service endpoints in this resource category are only for Oracle internal use.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Header Link Translations
Type:
arrayTitle:
Header Link TranslationsThe translations resource is a child of cookieConsent. It includes translations of the cookie consent in recruitingCESites. Note that the service endpoints in this resource category are only for Oracle internal use.
Show Source
Nested Schema : recruitingCESites-jobCategoryLinks-translations-item-response
Type:
Show Source
object-
HeroImageURL: string
Maximum Length:
2048Hero image URL of the job category translation. -
IntroText: string
Maximum Length:
4000Introductory text for the job category translation. -
JobFamilyIds: string
Maximum Length:
2048Job family identifiers of the job category translation. -
Language: string
Maximum Length:
4Language of the job category translation. -
LinkId: integer
(int64)
Unique identifier assigned to each job category link translation.
-
LinkName: string
Maximum Length:
1000Link name of the job category translation. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
LinkText: string
Maximum Length:
240Link text of the job category translation. -
LinkURL: string
Maximum Length:
2048Link URL of the job category translation. -
SourceLang: string
Maximum Length:
4Source language of the job category translation. -
TileImageURL: string
Maximum Length:
2048Tile image URL of the job category translation.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : recruitingCESites-languages-item-response
Type:
Show Source
object-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
SiteId: integer
(int64)
Site ID of the language.
-
SiteLanguage: string
Maximum Length:
4Language of the site where the pages are published.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : recruitingCESites-pages-item-response
Type:
Show Source
object-
CreationDate: string
(date-time)
Read Only:
trueDate of creation of the pages in the recruitingCESites. -
CustomAction: string
Custom action that can be done on pages defined on the recruitingCESites.
-
ElementId: integer
(int64)
Unique ID assigned to each element in the page.
-
ElementNumber: string
Maximum Length:
240Element number assigned to the pages in the recruitingCESites. -
Language: string
Read Only:
trueMaximum Length:255Language used in the pages on the recruitingCESites. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
OgDescription: string
Maximum Length:
1000Organization description. -
OgImageSrc: string
Maximum Length:
1000Organization image source. -
PageCode: string
Maximum Length:
240Code assigned to the pages in the recruitingCESites. -
PageId: integer
(int64)
Unique ID assigned to each page.
-
pageParams: array
Section Parameters
Title:
Section ParametersThe sectionParams resource is a child of sections. It includes the parameters of the sections in each page of recruitingCESites. Note that the service endpoints in this resource category are only for Oracle internal use. -
PublishedDate: string
(date-time)
Date of publishing of the pages in the recruitingCESites.
-
sections: array
Sections
Title:
SectionsThe sections resource is a child of pages. It includes the details of the sections in each page in recruitingCESites. Note that the service endpoints in this resource category are only for Oracle internal use. -
SeoDescription: string
Maximum Length:
4000Description of the search engine optimization used on the pages. -
SiteCode: string
Code assigned to the recruitingCESites on which the pages are published.
-
SiteNumber: string
Maximum Length:
240Number of the parent resource for page assigned to the recruitingCESites. -
StatusCode: string
Maximum Length:
20Code assigned to the status of the pages. -
Title: string
Maximum Length:
200Title assigned to the pages in the recruitingCESites. -
translations: array
Header Link Translations
Title:
Header Link TranslationsThe translations resource is a child of cookieConsent. It includes translations of the cookie consent in recruitingCESites. Note that the service endpoints in this resource category are only for Oracle internal use.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Section Parameters
Type:
arrayTitle:
Section ParametersThe sectionParams resource is a child of sections. It includes the parameters of the sections in each page of recruitingCESites. Note that the service endpoints in this resource category are only for Oracle internal use.
Show Source
Nested Schema : Sections
Type:
arrayTitle:
SectionsThe sections resource is a child of pages. It includes the details of the sections in each page in recruitingCESites. Note that the service endpoints in this resource category are only for Oracle internal use.
Show Source
Nested Schema : Header Link Translations
Type:
arrayTitle:
Header Link TranslationsThe translations resource is a child of cookieConsent. It includes translations of the cookie consent in recruitingCESites. Note that the service endpoints in this resource category are only for Oracle internal use.
Show Source
Nested Schema : recruitingCESites-pages-pageParams-item-response
Type:
Show Source
object-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ParamKey: string
Maximum Length:
4000Code assigned to the section parameters. -
ParamValue: string
Maximum Length:
4000Value of the section parameters. -
SettingId: integer
(int64)
ID assigned to each setting in the page section parameters.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : recruitingCESites-pages-sections-item-response
Type:
Show Source
object-
components: array
Components
Title:
ComponentsThe components resource is a child of sections. It includes the details of components in the sections of each page in the recruitingCESites. Note that the service endpoints in this resource category are only for Oracle internal use. -
CustomAction: string
Custom action that can be done on sections defined on the recruitingCESites.
-
ElementId: integer
(int64)
Element ID in page sections.
-
ElementNumber: string
Maximum Length:
240Element number of the sections on the pages in the recruitingCESites -
ElementOrder: integer
(int64)
Default Value:
0Element order of the sections on the pages in the recruitingCESites -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
sectionParams: array
Section Parameters
Title:
Section ParametersThe sectionParams resource is a child of sections. It includes the parameters of the sections in each page of recruitingCESites. Note that the service endpoints in this resource category are only for Oracle internal use.
Nested Schema : Components
Type:
arrayTitle:
ComponentsThe components resource is a child of sections. It includes the details of components in the sections of each page in the recruitingCESites. Note that the service endpoints in this resource category are only for Oracle internal use.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Section Parameters
Type:
arrayTitle:
Section ParametersThe sectionParams resource is a child of sections. It includes the parameters of the sections in each page of recruitingCESites. Note that the service endpoints in this resource category are only for Oracle internal use.
Show Source
Nested Schema : recruitingCESites-pages-sections-components-item-response
Type:
Show Source
object-
ComponentContent: string
(byte)
Content of the components in the sections.
-
componentParams: array
Section Parameters
Title:
Section ParametersThe sectionParams resource is a child of sections. It includes the parameters of the sections in each page of recruitingCESites. Note that the service endpoints in this resource category are only for Oracle internal use. -
componentTranslations: array
Component Translations
Title:
Component TranslationsThe componentTranslations resource is a child of the recruitingCESites resource. It includes the details of the translations of the components in the sections of each page in the career site. Note that the service endpoints in this resource category are only for Oracle internal use. -
CustomAction: string
Custom action that can be done on components defined on the recruitingCESites.
-
ElementId: integer
(int64)
Element ID in page section components.
-
ElementNumber: string
Maximum Length:
240Element number of the components in the sections. -
ElementOrder: integer
(int64)
Default Value:
0Element order of the components. -
Language: string
Read Only:
trueMaximum Length:255Language of the components in the sections. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : Section Parameters
Type:
arrayTitle:
Section ParametersThe sectionParams resource is a child of sections. It includes the parameters of the sections in each page of recruitingCESites. Note that the service endpoints in this resource category are only for Oracle internal use.
Show Source
Nested Schema : Component Translations
Type:
arrayTitle:
Component TranslationsThe componentTranslations resource is a child of the recruitingCESites resource. It includes the details of the translations of the components in the sections of each page in the career site. Note that the service endpoints in this resource category are only for Oracle internal use.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : recruitingCESites-pages-sections-components-componentParams-item-response
Type:
Show Source
object-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ParamKey: string
Maximum Length:
4000Code assigned to the section parameters. -
ParamValue: string
Maximum Length:
4000Value of the section parameters. -
SettingId: integer
(int64)
ID assigned to each setting in the page section parameters.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : recruitingCESites-pages-sections-components-componentTranslations-item-response
Type:
Show Source
object-
ComponentContent: string
(byte)
Content displayed in the component translations.
-
ElementId: integer
(int64)
Read Only:
trueElement ID in page section component translations. -
Language: string
Maximum Length:
4Language of the component translations. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
SourceLang: string
Maximum Length:
4Source language of the component translations.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : recruitingCESites-pages-sections-sectionParams-item-response
Type:
Show Source
object-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ParamKey: string
Maximum Length:
4000Code assigned to the section parameters. -
ParamValue: string
Maximum Length:
4000Value of the section parameters. -
SettingId: integer
(int64)
ID assigned to each setting in the page section parameters.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : recruitingCESites-pages-translations-item-response
Type:
Show Source
object-
Language: string
Maximum Length:
4Language of the page translation. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
OgDescription: string
Maximum Length:
1000Organization Description of the page. -
OgImageSrc: string
Maximum Length:
1000Organization image source of the page. -
PageId: integer
(int64)
Unique ID assigned to each page translation.
-
SeoDescription: string
Maximum Length:
4000Search engine optimization description of the page. -
SourceLang: string
Maximum Length:
4Source language of the page translation. -
Title: string
Maximum Length:
200Title of the page.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : recruitingCESites-settings-item-response
Type:
Show Source
object-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
SettingId: integer
(int64)
Unique ID assigned to each setting in recruitingCESites.
-
SettingKey: string
Maximum Length:
1000Code assigned to the settings. -
SettingValue: string
Maximum Length:
1000Value assigned to the settings.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : recruitingCESites-siteFavicon-item-response
Type:
Show Source
object-
FaviconId: integer
(int64)
Unique ID assigned to each favorite icon.
-
FaviconImg: string
(byte)
Favorite icon image.
-
ImgType: string
Maximum Length:
20Type of a favorite icon image. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
SiteId: integer
(int64)
ID assigned to multiple favorite icons.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : recruitingCESites-talentCommunitySignUp-item-response
Type:
Show Source
object-
ButtonLabel: string
Maximum Length:
1000Label of the buttons on the talent community sign up site. -
Description: string
Maximum Length:
1000Description of the sign up in the talent community site. -
Id: string
Read Only:
trueMaximum Length:255ID assigned to each sign up in the talent community. -
Language: string
Read Only:
trueMaximum Length:255Language used in the sign up in the talent community on the recruitingCESites.. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ShowAtSearchResultsFlag: boolean
Indicates when search results appear on a site.
-
ShowWhenNoSearchResultsFoundFlag: boolean
Indicates when no results come up during a search executed on the recruitingCESites.
-
SiteId: integer
(int64)
Site ID in talent community sign up.
-
Title: string
Maximum Length:
1000Title assigned to each of the sign up in the talent community in the recruitingCESites. -
translations: array
Header Link Translations
Title:
Header Link TranslationsThe translations resource is a child of cookieConsent. It includes translations of the cookie consent in recruitingCESites. Note that the service endpoints in this resource category are only for Oracle internal use.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Header Link Translations
Type:
arrayTitle:
Header Link TranslationsThe translations resource is a child of cookieConsent. It includes translations of the cookie consent in recruitingCESites. Note that the service endpoints in this resource category are only for Oracle internal use.
Show Source
Nested Schema : recruitingCESites-talentCommunitySignUp-translations-item-response
Type:
Show Source
object-
ButtonLabel: string
Maximum Length:
1000Label of the button in talent community sign up. -
Description: string
Maximum Length:
1000Description of the talent community sign up. -
Language: string
Read Only:
trueMaximum Length:4Language of the talent community sign up. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
SiteId: integer
(int64)
Read Only:
trueSite ID in talent community sign up translation. -
SourceLang: string
Read Only:
trueMaximum Length:4Source language of the talent community sign up translation. -
Title: string
Maximum Length:
1000Title of the talent community sign up.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : recruitingCESites-translations-item-response
Type:
Show Source
object-
Language: string
Read Only:
trueMaximum Length:4Language of the site translation. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
SeoDescription: string
Maximum Length:
1000Description for SEO. -
SeoKeywords: string
Maximum Length:
4000Set of comma-separated SEO keywords. -
SeoOrganizationLogo: string
Maximum Length:
1000Organization logo defined for SEO. -
SeoOrganizationName: string
Maximum Length:
300Name of the organization defined for SEO. -
SeoOrganizationSameAs: string
Maximum Length:
4000Organization URLs defined for SEO. -
SiteId: integer
(int64)
Unique ID assigned to each site translation.
-
SiteName: string
Maximum Length:
240Name of the site. -
SourceLang: string
Read Only:
trueMaximum Length:4Source language of the site translation.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source