Skip to main content

CreateExportDataJob

POST /tp-api/exports

Post a new exports job or retrieve jobId if job already running.

Request Body required
  • startDate date-time required

    The startDate timestamp, should be in ISO8601 format.

  • endDate date-time required

    The endDate timestamp, should be in ISO8601 format.

  • exportType string required

    Possible values: [ELEARNING_ENROLLMENTS, LEARNING_ACTIVITIES, NETWORKS, USERS]

    Job Status

  • format string required

    Possible values: [CSV, JSONL]

    Job Status

Responses

Default Response

Schema
  • job object required
  • id string required

    Job ID.

Loading...