Crego APIs
APIs Doc
Home Page
Web Apps
Web Apps
  • Jupiter
  • Venus
APIs Doc
Home Page
Web Apps
Web Apps
  • Jupiter
  • Venus
  1. Schemas
  • Reports
  • Auth
    • Get Token
      POST
    • Refresh Token
      POST
    • Ping
      GET
  • LMS
  • Omni
  • LOS
  • CRM
  • Flow
  • Sample Flow
  • Schemas
    • Lend
      • Loan
      • Demand
      • Demand Component
      • Settlement
      • Payout
      • Payment
      • Restructure
      • Tranche
      • Tranche Group
    • Core
      • Setting
      • Branch
      • Props
      • AuditLog
      • Namespace
    • Contact
      • Contact
      • Bank
      • Address
      • Relation
    • Flow
      • Base
        • Schema Definition
        • Schedule
        • Field Mapping
      • Node Config
        • Code Snippet
        • Web Form
        • API Request
        • Flow Connector
        • Checklist
        • CSV Import
        • Task
        • Web Page
      • Plugins
        • Signing
          • Leegality
            • LeegalityInitiateSigning
            • LeegalityRefreshSigning
          • Signzy
            • SignzyInitiateSigning
            • SignzyRefreshSigning
        • Mandate
          • Signzy
            • SignzyInitiateMandate
            • SignzyRefreshMandate
          • Digio
            • DigioInitiateMandate
            • DigioRefreshMandate
          • Transbank
            • TransbankInitiateMandate
            • TransbankRefreshMandate
        • Bureau
          • Transbank Experian Smart Match
          • Surepass
          • Transbank Cibil
        • Statement
          • Transbank
            • TransbankFetchInstitutionId
            • TransbankStartUpload
            • TransbankUpload
            • TransbankCompleteUpload
            • TransbankStatusCheck
        • ITR
          • SignzyITRPull
        • GST
          • SignzyCreateRequest
          • SignzySubmitOTP
          • SignzyFetchReport
        • Financial
        • OCR
        • SignzyPANToGST
      • Workflow
        • Flow
        • Design
        • Runner
        • Base Node
        • Preset
        • Secret
        • VisitedNode
        • Template
    • Product
      • Limit
      • Account
      • Product
      • Config
      • Program
      • Program Partner
    • COA
      • COA
      • Entry
      • Transaction
      • Financial Period
      • Txn Mapping
    • Base
      • List Response
      • BaseModel
      • Delete Response
    • Docs
      • Storage
      • Document
      • Category
      • File
    • Archive
      • CRM
        • ITR
          • ITR1
          • CreationInfo
          • BankStatement
        • Person
        • Root
        • Business
        • Bank
        • Address
        • Document
        • State
        • Financial
    • Schemas
      • Error
      • Task
      • BulkOpsResponse
      • DemandComponent
      • TaskUpdate
      • BulkOpsDetailResponse
      • Demand
      • PeriodicTask
      • ErrorResponse
      • ScheduleConfigRequest
      • PeriodicTaskCreate
      • ScheduleRestructureRequest
      • PeriodicTaskUpdate
      • ComponentValidationRequest
      • IntervalSchedule
      • ImportRequest
      • IntervalScheduleCreate
      • ComponentTypesResponse
      • CrontabSchedule
      • ScheduleSummaryResponse
      • CrontabScheduleCreate
      • UserMini
    • Response
      • BadRequest
      • Unauthorized
      • Forbidden
      • NotFound
      • InternalServerError
APIs Doc
Home Page
Web Apps
Web Apps
  • Jupiter
  • Venus
APIs Doc
Home Page
Web Apps
Web Apps
  • Jupiter
  • Venus
  1. Schemas

PeriodicTask

Periodic task scheduled with Celery Beat

{
    "id": 1,
    "name": "Daily Report Generation",
    "task": "reports.tasks.generate_report",
    "interval": {
        "id": 1,
        "every": 1,
        "period": "days"
    },
    "crontab": {
        "id": 1,
        "minute": "0",
        "hour": "9",
        "day_of_week": "1-5",
        "day_of_month": "*",
        "month_of_year": "*",
        "timezone": "UTC"
    },
    "args": [
        "daily",
        "financial"
    ],
    "kwargs": {
        "report_type": "daily",
        "include_charts": true
    },
    "headers": {
        "property1": "string",
        "property2": "string"
    },
    "expires": "2019-08-24T14:15:22.123Z",
    "expires_at": "2019-08-24T14:15:22.123Z",
    "one_off": false,
    "start_time": "2019-08-24T14:15:22.123Z",
    "enabled": true,
    "total_run_count": 45,
    "last_run_at": "2019-08-24T14:15:22.123Z",
    "date_changed": "2019-08-24T14:15:22.123Z",
    "description": "Generate daily financial reports"
}
Built with