UserJobsDTO
name
string · requiredJob name
isActive
boolean · requiredWhether job is active
timeZone
string · requiredJob timezone
jobCronExpression
string · requiredCron expression for job scheduling
id
integer · int64lastRun
string · date-timeLast execution time
nextRun
string · date-timeNext scheduled execution time
status
string · enumStatus of user job execution
Enum values:FAILEDRUNNINGSUCCESSPROVISIONINGREADYjobDuration
integer · int64Job duration in milliseconds
jobRunFrequency
string · enumFrequency of job execution
Enum values:HOURLYDAILYWEEKLYMONTHLYuserJobStartTime
string · date-timeJob start time
userId
integer · int64userReportGenerationTasks
object[]userEmailTasks
object[]jobStatusDetails
stringDetailed job status information
jobErrorDetails
stringError details if job failed
UserPBIReportGenerationTasksDTO
id
integer · int64name
stringTask name
isActive
booleanWhether task is active
lastRun
string · date-timenextRun
string · date-timetimeZone
stringstatus
string · enumStatus of user job execution
Enum values:FAILEDRUNNINGSUCCESSPROVISIONINGREADYjobDuration
integer · int64userWorkspace
stringPowerBI/Tableau workspace name
userWorkspaceId
stringPowerBI/Tableau workspace ID
userReportName
stringReport name
reportType
string · enumType of report to generate
Enum values:DASHBOARDSREPORTSgenerateSamples
booleanWhether to generate sample data
userJobId
integer · int64pbiUserName
stringPowerBI username
pbiPassword
stringPowerBI password (encrypted)
reportRunPeriod
string · enumPeriod for report generation
Enum values:DAILYWEEKLYMONTHLYQUARTERLYscriptName
stringScript name for report generation
filePrefix
stringPrefix for generated files
reportUrl
string · uriReport URL
dataIngestionMode
string · enumData ingestion mode
Enum values:BATCHSTREAMINGnumberOfLoops
integerNumber of processing loops
timeout
integerTimeout in milliseconds
transparentBackground
booleanWhether to use transparent background
pagesToPrint
stringPages to print specification
pageSize
stringPage size specification
generateExcel
booleanWhether to generate Excel output
listOfExcelVisuals
stringList of Excel visuals to generate
shouldPDFBeGenerated
booleanWhether to generate PDF output
reportDateField
stringDate field for report filtering
biTool
string · enumSupported Business Intelligence tools
Enum values:POWER_BITABLEAU_ONLINETABLEAU_SERVERlocale
stringReport locale
userReportGenerationFilterData
object[]
UserEmailTasksDTO
id
integer · int64fromEmail
string · emailSender email address
isActive
booleanWhether email task is active
emailBody
stringEmail body content
emailTitle
stringEmail subject
emailSignature
stringEmail signature
userJobId
integer · int64Associated job ID
UserPowerBIWorkspacesDTO
id
stringWorkspace ID
name
stringWorkspace name
isReadOnly
booleanWhether workspace is read-only
isOnDedicatedCapacity
booleanWhether workspace is on dedicated capacity
capacityId
stringCapacity ID
UserPowerBIReportsDTO
id
stringReport ID
name
stringReport name
webUrl
string · uriReport web URL
embedUrl
string · uriReport embed URL
UserPowerBIDashboardsDTO
id
stringDashboard ID
displayName
stringDashboard name
webUrl
string · uriDashboard web URL
embedUrl
string · uriDashboard embed URL
TableauProjectDTO
id
stringProject ID
name
stringProject name
description
stringProject description
contentPermissions
stringContent permissions setting
parentProjectId
stringParent project ID
TableauWorkbookDTO
id
stringWorkbook ID
name
stringWorkbook name
description
stringWorkbook description
contentUrl
stringContent URL
showTabs
booleanWhether tabs are shown
size
integerWorkbook size in bytes
createdAt
string · date-timeupdatedAt
string · date-time
TableauViewDTO
id
stringView ID
name
stringView name
contentUrl
stringContent URL
viewUrlName
stringView URL name
workbookId
stringParent workbook ID
UserTableauAuthTokenDTO
userJobId
integer · int64 · requiredAssociated job ID
tableauServerUrl
string · uri · requiredTableau server URL
tableauUsername
string · requiredTableau username
tableauPassword
string · requiredTableau password
tableauSiteName
stringTableau site name
UserAutomatedFiltersDTO
id
integer · int64userJobId
integer · int64Associated job ID
filterName
stringFilter name
filterValue
stringFilter value
isActive
booleanWhether filter is active
UserReportGenerationFilterDataDTO
id
integer · int64userReportGenerationTasksId
integer · int64Associated report generation task ID
filterName
stringFilter name
filterValue
stringFilter value
toEmail
stringSemicolon separated list of contacts
ccEmail
stringSemicolon separated list of contacts
bccEmail
stringSemicolon separated list of contacts
UserJobPDFCount
userId
integer · int64userJobId
integer · int64jobName
stringpdfCount
integerNumber of PDFs generated
month
stringMonth in YYYY-MM format
year
integer
OrganizationTotalPDFCount
organizationName
stringtotalPdfCount
integerTotal PDFs generated by organization
month
stringMonth in YYYY-MM format
year
integer
JobExecution
id
integer · int64jobId
integer · int64status
string · enumStatus of user job execution
Enum values:FAILEDRUNNINGSUCCESSPROVISIONINGREADYstartTime
string · date-timeendTime
string · date-timeduration
integer · int64Execution duration in milliseconds
errorMessage
stringError message if execution failed
JobSummary
jobId
integer · int64jobName
stringexecutions
object[]totalExecutions
integerTotal number of executions
successfulExecutions
integerNumber of successful executions
failedExecutions
integerNumber of failed executions
UserJobStatus
Status of user job execution