[]
        
(Showing Draft Content)

ScheduleTemplate

ScheduleTemplate

[POST] /api/admin/scheduleTemplates

Request Body

Type: application/json-patch+json, application/json, text/json, application/*+json

ScheduleTemplateViewModel

Responses

[200] Success

ScheduleTemplateViewModel

Type: [text/plain], [application/json], [text/json]

[GET] /api/admin/scheduleTemplates

Parameters

Name In Type
documentType query string

Responses

[200] Success

ScheduleTemplateViewModel

Type: [text/plain], [application/json], [text/json]

[PUT] /api/admin/scheduleTemplates/{id}

Parameters

Name In Type
idRequired path string
cascade query boolean

Request Body

Type: application/json-patch+json, application/json, text/json, application/*+json

ScheduleTemplateViewModel

Responses

[200] Success

[DELETE] /api/admin/scheduleTemplates/{id}

Parameters

Name In Type
idRequired path string

Responses

[200] Success

Models

Ƭ ScheduleTemplateViewModel

Name Type
idNullable string
nameNullable string
descriptionNullable string
documentTypeNullable string
triggerInfo TriggerInfo
deliveryInfo DeliveryInfo
rolesNullable Array<string>
referencedFilesNullable Array<FileModel>
historyDataExpiryDurationNullable string
enableRetryForFailure Boolean

Ƭ TriggerInfo

Name Type
startDateNullable string
endDateNullable string
timeZoneIdNullable string
cronExpressionNullable string

Ƭ DeliveryInfo

Name Type
exportInfo ExportInfo
deployment DeploymentModel

Ƭ FileModel

Name Type
nameNullable string
creatorNullable string

Ƭ ExportInfo

Name Type
formatNullable string
settingsNullable string

Ƭ DeploymentModel

Name Type
typeNullable string
localDeployment LocalDeploymentModel
emailDeployment EmailDeploymentModel
wfsDeployment WFSDeploymentModel
appMsgDeployment AppMsgDeploymentModel
externalStorageDeployment ExternalStorageDeploymentModel

Ƭ LocalDeploymentModel

Name Type
allowAnonymousNullable Boolean
storePolicy StorePolicyModel

Ƭ EmailDeploymentModel

Name Type
emailNullable string
ccNullable string
bccNullable string
replyToNullable string
subjectNullable string
bodyNullable string
bodyForEmptyDocumentNullable string
attachmentTypeNullable string
allowAnonymousNullable Boolean
storePolicy StorePolicyModel
useRichTextNullable Boolean
allowUserChangeEmailToNullable Boolean
allowUserChangeCcNullable Boolean
allowUserChangeBccNullable Boolean

Ƭ WFSDeploymentModel

Name Type
fileNameNullable string
fullPathNullable string
overwrite Boolean

Ƭ AppMsgDeploymentModel

Name Type
appNameNullable string
subjectNullable string
bodyNullable string
allowUserToChooseRecipientsNullable Boolean
recipients AppMsgRecipientsModel
urlNullable string
attachmentTypeNullable string
allowAnonymousNullable Boolean
storePolicy StorePolicyModel

Ƭ ExternalStorageDeploymentModel

Name Type
storageIdNullable string
storageNameNullable string
storageTypeNullable string

Ƭ StorePolicyModel

Name Type
typeNullable string
dateNullable string
spanNullable int32
unitNullable string

Ƭ AppMsgRecipientsModel

Name Type
organizationsNullable Array<string>
rolesNullable Array<string>
usersNullable Array<string>