GetJobDetails
Retrieves the properties of a specified job.
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:

JobAttributes
The general job 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 ACL templates

Status
The job status

ReportParameters
The report parameters from the report parameters value file associated with the job

ResourceGroup
The name of the resource group to which the job is assigned
Response elements
JobAttributes
JobProperties. The general job attributes.
InputDetail
JobInputDetail. The job input parameters.
Schedules
JobSchedule. The job schedule information.
PrinterOptions
PrinterOptions. 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 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 access control list (ACL) for the file can access the file.
WaitForEvent
Event. An event that must complete before processing the response.