Get all event details
get
/hcmRestApi/resources/11.13.18.05/recruitingUIEventDetails
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 Finds event details by the primary key.
Finder Variables- EventId; integer; Event details provided by the primary key event identifier.
- findByEventId Finds event details by event identifier.
Finder Variables- EventId; integer; Event details provided by the event identifier parameter.
- PrimaryKey Finds event details by the 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:- ApplyFlowId; integer; Apply flow identifier for the event.
- EnableInterviewFlag; boolean; Flag indicating whether interviews are enabled for the event.
- EventCategoryCode; string; Category code for the event.
- EventCreationMode; string; Mode in which the event was created.
- EventEndDate; string; End date of the event.
- EventId; integer; Unique identifier for the event.
- EventLastRegDate; string; The last registration date for the event.
- EventLastUpdateDate; string; Date the event was last updated.
- EventName; string; Name of the event.
- EventNotes; string; Notes associated with the event.
- EventNumber; string; Event number identifier.
- EventOwnerId; integer; The owner identifier of the event.
- EventPurpose; string; Purpose of the event.
- EventStartDate; string; Start date of the event.
- EventTimezoneCode; string; Time zone code for the event.
- EventVisibilityCode; string; Visibility code of the event.
- ExistingEventId; integer; Unique identifier of an existing event used to create a new event.
- ManualRegnConfirmFlag; boolean; Flag for manual registration confirmation for the event
- MaxRegCount; integer; Maximum number of registrations allowed for the event.
- PhaseCode; string; Phase code for the event.
- PublishEndDate; string; End date for publishing the event.
- PublishStartDate; string; Start date for publishing the event.
- PublishStatusCode; string; Status code for publishing the event.
- PublishTimezoneCode; string; Time zone code for publishing the event.
-
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: string
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: string
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 : recruitingUIEventDetails
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 : recruitingUIEventDetails-item-response
Type:
Show Source
object-
ApplyFlowId: integer
(int64)
Apply flow identifier for the event.
-
attachments: array
Candidate Attachments
Title:
Candidate AttachmentsThe InternalAttachments resource provides information about files attached by the recruiting team. -
EnableInterviewFlag: boolean
Maximum Length:
1Flag indicating whether interviews are enabled for the event. -
eventCareerSites: array
Career Sites Associated with an Event
Title:
Career Sites Associated with an EventThe career sites resource provides the association of the recruiting event with external career sites. -
EventCategoryCode: string
Maximum Length:
30Category code for the event. -
EventCreationMode: string
Maximum Length:
30Mode in which the event was created. -
EventDescHtml: string
(byte)
HTML description of the event.
-
EventEndDate: string
(date-time)
End date of the event.
-
EventId: integer
(int64)
Unique identifier for the event.
-
eventLanguages: array
Available Languages
Title:
Available LanguagesThe event languages resource provides the language-specific translations of event details for multilingual recruiting events. -
EventLastRegDate: string
(date-time)
The last registration date for the event.
-
EventLastUpdateDate: string
(date-time)
Date the event was last updated.
-
eventLocation: array
Recruiting Event Location
Title:
Recruiting Event LocationThe event location resource provides event location related details. -
eventMedia: array
Event Media Resources
Title:
Event Media ResourcesThe event media resource provides media assets related to an event. -
EventName: string
Maximum Length:
240Name of the event. -
EventNotes: string
Maximum Length:
1000Notes associated with the event. -
EventNumber: string
Read Only:
trueMaximum Length:64Event number identifier. -
EventOwnerId: integer
(int64)
The owner identifier of the event.
-
EventPurpose: string
Maximum Length:
512Purpose of the event. -
EventShortDesc: string
(byte)
Short description of the event.
-
EventStartDate: string
(date-time)
Start date of the event.
-
eventTeam: array
Event Team Members
Title:
Event Team MembersThe event team resources provides the team members assigned to the recruiting event. -
EventTimezoneCode: string
Maximum Length:
50Time zone code for the event. -
eventTranslation: array
Event Translations
Title:
Event TranslationsThe event translations resource provides the translations of event details for multilingual recruiting events. -
EventVisibilityCode: string
Maximum Length:
30Visibility code of the event. -
ExistingEventId: integer
Unique identifier of an existing event used to create a new event.
-
interviewDetails: array
Event Interview Details
Title:
Event Interview DetailsThe interview resource provides the interview details related to recruiting events. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ManualRegnConfirmFlag: boolean
Maximum Length:
1Flag for manual registration confirmation for the event -
MaxRegCount: integer
(int32)
Maximum number of registrations allowed for the event.
-
PhaseCode: string
Maximum Length:
64Phase code for the event. -
PublishEndDate: string
(date-time)
End date for publishing the event.
-
PublishStartDate: string
(date-time)
Start date for publishing the event.
-
PublishStatusCode: string
Maximum Length:
30Status code for publishing the event. -
PublishTimezoneCode: string
Maximum Length:
50Time zone code for publishing the event.
Nested Schema : Candidate Attachments
Type:
arrayTitle:
Candidate AttachmentsThe InternalAttachments resource provides information about files attached by the recruiting team.
Show Source
Nested Schema : Career Sites Associated with an Event
Type:
arrayTitle:
Career Sites Associated with an EventThe career sites resource provides the association of the recruiting event with external career sites.
Show Source
Nested Schema : Available Languages
Type:
arrayTitle:
Available LanguagesThe event languages resource provides the language-specific translations of event details for multilingual recruiting events.
Show Source
Nested Schema : Recruiting Event Location
Type:
arrayTitle:
Recruiting Event LocationThe event location resource provides event location related details.
Show Source
Nested Schema : Event Media Resources
Type:
arrayTitle:
Event Media ResourcesThe event media resource provides media assets related to an event.
Show Source
Nested Schema : Event Team Members
Type:
arrayTitle:
Event Team MembersThe event team resources provides the team members assigned to the recruiting event.
Show Source
Nested Schema : Event Translations
Type:
arrayTitle:
Event TranslationsThe event translations resource provides the translations of event details for multilingual recruiting events.
Show Source
Nested Schema : Event Interview Details
Type:
arrayTitle:
Event Interview DetailsThe interview resource provides the interview details related to recruiting events.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : recruitingUIEventDetails-attachments-item-response
Type:
Show Source
object-
AsyncTrackerId: string
Title:
Asynchronous Upload Tracker IdAttribute provided for the exclusive use by the Attachment UI components to assist in uploading files. -
AttachedDocumentId: integer
(int64)
Title:
Attached Document IdUnique identifier of the attachment. System generated primary key. -
CategoryName: string
Title:
CategoryMaximum Length:30Category of the attachment. - ContentRepositoryFileShared: boolean
-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:255User who created the attachment. -
CreatedByUserName: string
Title:
Created By User NameRead Only:trueName of the user who created the attachment. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate and time when the attachment record was created. -
DatatypeCode: string
Title:
TypeMaximum Length:30Default Value:FILEValue that indicates data type code of attachment. -
Description: string
Title:
DescriptionMaximum Length:255Description of the attachment. -
DmDocumentId: string
Maximum Length:
255Unique identifier of the attachment. -
DmFolderPath: string
Title:
Dm Folder PathMaximum Length:1000Folder path of the attachment. -
DmVersionNumber: string
Maximum Length:
255Version number of the attachment. -
DocumentPreviewURL: string
Read Only:
trueMaximum Length:255Attachment context. -
DownloadInfo: string
Title:
DownloadInfoJSON object represented as a string containing information used to programmatically retrieve a file attachment. -
ErrorStatusCode: string
Title:
Error Status CodeError status code for the attachment. -
ErrorStatusMessage: string
Title:
Error Status MessageError status message for the attachment. -
ExpirationDate: string
(date-time)
Title:
Expiration DateExpiration date and time of the attachment content. -
FileContents: string
(byte)
Title:
File ContentsContents of the attachment. -
FileName: string
Title:
File NameMaximum Length:2048File name of the attachment. -
FileUrl: string
Title:
File UrlURL of the attachment. -
FileWebImage: string
(byte)
Title:
File Web ImageRead Only:trueThe base64 encoded image of the file displayed in .png format if the source is a convertible image. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueDate and time when the attachment was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:255User who last updated the attachment. -
LastUpdatedByUserName: string
Title:
Last Updated By UserRead Only:trueName of the user who last updated the attachment. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PostProcessingAction: string
Title:
PostProcessingActionThe name of the action that can be performed after an attachment is uploaded. -
Title: string
Title:
TitleTitle of the attachment. -
UploadedFileContentType: string
Title:
Uploaded File Content TypeFile content type of the attachment. -
UploadedFileLength: integer
Title:
File SizeFile length of the attachment. -
UploadedFileName: string
Title:
Uploaded File NameFile name of the attachment. -
UploadedText: string
Title:
Uploaded TextText of the attachment. -
Uri: string
Title:
UriMaximum Length:4000URI of the attachment. -
Url: string
Title:
UrlMaximum Length:4000URL of the attachment. -
UserName: string
Title:
User NameRead Only:trueMaximum Length:255User name associated with the attachment.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
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 : recruitingUIEventDetails-eventCareerSites-item-response
Type:
Show Source
object-
EventId: integer
(int64)
Unique identifier for the event in career sites.
-
EventSiteId: integer
(int64)
Unique identifier for the career site.
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
SiteCode: string
Read Only:
trueMaximum Length:255Site code for the career site. -
SiteId: integer
(int64)
Unique identifier for the career site.
-
SiteName: string
Read Only:
trueMaximum Length:255Name of the career site. -
SiteNumber: string
Read Only:
trueMaximum Length:255Career site number identifier.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : recruitingUIEventDetails-eventLanguages-item-response
Type:
Show Source
object-
EventId: integer
(int64)
Unique identifier for the event in multiple languages.
-
EventLanguageId: integer
(int64)
Unique identifier for the event language.
-
IsBaseFlag: boolean
Maximum Length:
1Flag indicating if this is the base language for the event. -
LanguageCode: string
Maximum Length:
4Code for the event language. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : recruitingUIEventDetails-eventLocation-item-response
Type:
Show Source
object-
AccessCode: string
Maximum Length:
30Access code for the event location. -
AddlAddressAttribute1: string
Maximum Length:
255Additional address attribute 1 for the event location. -
AddlAddressAttribute2: string
Maximum Length:
255Additional address attribute 2 for the event location. -
AddlAddressAttribute3: string
Maximum Length:
255Additional address attribute 3 for the event location. -
AddlAddressAttribute4: string
Maximum Length:
255Additional address attribute 4 for the event location. -
AddlAddressAttribute5: string
Maximum Length:
255Additional address attribute 5 for the event location. -
AddressId: integer
(int64)
Unique identifier for the address of the event location.
-
AddressLine1: string
Maximum Length:
255Address line 1 of the event location. -
AddressLine2: string
Maximum Length:
255Address line 2 of the event location. -
AddressLine3: string
Maximum Length:
255Address line 3 of the event location. -
AddressLine4: string
Maximum Length:
255Address line 4 of the event location. -
Building: string
Maximum Length:
255Building name or number for the event location. -
Country: string
Maximum Length:
255Country for the event location. -
EventFormatCode: string
Maximum Length:
30Code for the format of the event. -
EventId: integer
(int64)
Unique identifier for the event in event locations.
-
FloorNumber: string
Maximum Length:
255Floor number of the event location. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
LocationId: integer
(int64)
Unique identifier for the location.
-
LocationTypeCode: string
Maximum Length:
30Type code for the event location. -
LocationUsageId: integer
(int64)
Unique identifier for the usage of the location.
-
LongPostalCode: string
Maximum Length:
255Extended postal code for the event location. -
MaxCapacity: integer
(int32)
Maximum capacity for the event location.
-
MeetingId: string
Maximum Length:
60Unique identifier for the meeting location. -
PhoneAreaCode: string
Maximum Length:
30Phone area code for the event location. -
PhoneCountryCode: string
Maximum Length:
30Candidate's phone country code in the recruiting tax credits. -
PhoneLegislationCode: string
Maximum Length:
4Candidate's phone country code in the recruiting tax credits. -
PhoneNumber: string
Maximum Length:
60Phone number for the event location. -
PostalCode: string
Maximum Length:
255Postal code for the event location. -
Region1: string
Maximum Length:
255Region 1 for the event location. -
Region2: string
Maximum Length:
255Region 2 for the event location. -
Region3: string
Maximum Length:
255Region 3 for the event location. -
TownOrCity: string
Maximum Length:
255Town or city for the event location. -
WebConfLink: string
Maximum Length:
300Web conferencing link for the event location.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : recruitingUIEventDetails-eventMedia-item-response
Type:
Show Source
object-
EventId: integer
Unique identifier for the event for event media.
-
EventMediaId: integer
Unique identifier for the event media.
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MediaLinkId: integer
Unique identifier for the media link.
-
MediaTypeCode: string
Maximum Length:
255Type code for the event media. -
SequenceNumber: integer
Sequence number for the event media.
-
ThumbnailURL: string
Maximum Length:
255URL for the thumbnail image of the event media. -
Title: string
Maximum Length:
255Title of the event media. -
URL: string
Maximum Length:
255URL for the event media.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : recruitingUIEventDetails-eventTeam-item-response
Type:
Show Source
object-
AssignmentId: integer
(int64)
Unique identifier for the event team assignment.
-
CollaboratorRespTypeCode: string
Maximum Length:
30Collaborator responsibility type code for the event team. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MemberTypeCode: string
Maximum Length:
30Type code for the event team member. -
ObjectId: integer
(int64)
Object identifier for the event team member.
-
ObjectType: string
Maximum Length:
30Object type for the event team member. -
PersonId: integer
(int64)
Unique identifier for the person in the event team.
-
TeamMemberId: integer
(int64)
Unique identifier for the event team member.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : recruitingUIEventDetails-eventTranslation-item-response
Type:
Show Source
object-
EventDescHtml: string
(byte)
HTML description of the event translation.
-
EventId: integer
(int64)
Unique identifier for the event in translations.
-
EventName: string
Maximum Length:
240Name of the event in the translation. -
EventNotes: string
Maximum Length:
1000Notes associated with the event translation. -
EventPurpose: string
Maximum Length:
500Purpose of the event in the translation. -
EventShortDesc: string
(byte)
Short description of the event in the translation.
-
Language: string
Maximum Length:
4Language code for the event translation. -
LanguageDescription: string
Read Only:
trueMaximum Length:255Description of the language for the event translation. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
SourceLang: string
Maximum Length:
4Source language for the event translation. -
SourceLanguageDescription: string
Read Only:
trueMaximum Length:255Description of the source language for the event translation.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : recruitingUIEventDetails-interviewDetails-item-response
Type:
Show Source
object-
EventId: integer
(int64)
Unique identifier for the event in interview details.
-
eventInterviewers: array
Event Interviewers
Title:
Event InterviewersThe event interviewers resource provies the details of the recruiting event interviewers. -
InterviewDetailsId: integer
(int64)
Unique identifier for the interview details.
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : Event Interviewers
Type:
arrayTitle:
Event InterviewersThe event interviewers resource provies the details of the recruiting event interviewers.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : recruitingUIEventDetails-interviewDetails-eventInterviewers-item-response
Type:
Show Source
object-
DisplayName: string
Title:
NameRead Only:trueMaximum Length:240Display name of the event interviewer. -
InterviewDetailsId: integer
(int64)
Unique identifier for the interview details.
-
InterviewerPersonId: integer
(int64)
Person ID in recruiting job requisitions collaborators.
-
InterviewMemberId: integer
(int64)
Unique identifier for the event interviewer.
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PersonNameId: integer
(int64)
Read Only:
trueUnique identifier for the interviewer name.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Links
- executeAction
-
Executes a specific action for event details.
- fetchEventMetaData
-
Event information response that's returned as part of the payload response.
- fetchSectionsByFlowId
-
Retrieves sections by the flow identifier for an event.
- getCareerSitesForEvents
-
Operation: /hcmRestApi/resources/11.13.18.05/recruitingUIEventDetails/action/getCareerSitesForEventsRetrieves career sites linked to events.