GetNoticeJobDetails
Retrieves the properties of the specified job notice.
Request elements
JobId
String. The ID of the job from which to retrieve properties.
ResultDef
ArrayOfString. The properties to retrieve. You can specify the following properties:

InputDetail
The job input parameters

Schedules
The job schedule information

PrinterOptions
The printer settings, if available

NotifyUsers
The names of users to receive notifications about the job

NotifyGroups
The names of groups to receive notifications about the job

NotifyChannels
The names of channels to receive notifications about the job

DefaultOutputFileACL
The output file access control list (ACL) templates

Status
The job status

ReportParameters
The report parameters from the report object value (.rov) file associated with the job

ResourceGroup
The name of the resource group to which the job is assigned
NotifiedChannelId
String. The ID of the channel that received the notice.
NotifiedChannelName
String. The name of the channel that received the notice.
GroupingEnabled
Boolean. Provided for backward compatibility. If the Actuate Basic information object executable (.dox) file was created using Actuate 7 Service Pack 2 or a later release, set GroupingEnabled to True. In this case, BIRT iHub Information and Management Consoles enable the grouping and aggregation pages. If the DOX was created using an earlier version of an Actuate product, set GroupingEnabled to False.
SupportedQueryFeatures
SupportedQueryFeatures. Specifies additional query features.
Response elements
JobAttributes
JobProperties. The general job attributes.
InputDetail
JobInputDetail. The job input parameters.
Schedules
JobSchedule. The job schedule information.
PrinterOptions
JobPrinterOptions. The job printer settings.
NotifyUsers
ArrayOfString. The names of users to receive notifications about the job.
NotifyGroups
ArrayOfString. The names of groups to receive notifications about the job.
NotifyChannels
ArrayOfString. The names of channels to receive notifications about the job.
DefaultOutputFileACL
ArrayOfPermission. The output file access control list (ACL) templates.
Status
String. The job status.
ReportParameters
ArrayOfParameterValue. The report parameters from report object value (.rov) file associated with the job.
OutputFileAccessType
FileAccess. The access rights to the output file. One of the following values:

Private
Only the owner of the file and an administrator can access the file.

Shared
All users and roles specified in the ACL for the file can access the file.
WaitForEvent
Event. An event that must be completed before the response is processed.