Evalytics
  • Evalytics api
  • Algemeen
    • Overzicht
    • Authenticatie
    • Foutmeldingen
    • Algemene query parameters
    • Paginering
    • Metadata
  • Onderdelen
    • Faculteiten/opleidingen
    • Concept gebruikers
    • Gebruikers
    • Docenten
    • Cursussen
    • Generic topics
    • Groepen
    • Evaluation calendar
    • Evaluation
    • Topic types
    • Vragensets
    • Results
    • Periodic export
    • Automatic report generation
  • API Changelog
Powered by GitBook
On this page
  • Enable the periodic data export feature
  • Download a single periodically exported file
  • Download all periodically exported files as a zip
  • Disable the periodic data export feature
  • Data model
  1. Onderdelen

Periodic export

Export raw data periodically, e.g. for use with other analysis tools.

Enable the periodic data export feature

POST https://api-portal.evalytics/dataexport/enable

Be sure to save the private key in a safe place, you must be able to provide it when downloading exported files.

{
  "enabled": boolean,
  "privateKey": string
}

Download a single periodically exported file

GET https://api-portal.evalytics.nl/dataexport/download

Query Parameters

Name
Type
Description

file*

String

Possible values:

answerSetResult, answerSetTextResult, evaluation, evaluationBlock, evaluationBlockQuestion, evaluationBlockQuestionSet, evaluationBlockTeacher, evaluationCode, evaluationLabel, evaluationToLabel, organisation, question, questionLabel, questionScale, questionScaleValue, questionToLabel, subject, subjectGrade, subjectGradePeriod, subjectLabel, subjectToLabel, subjectTopicType, subjectTopicTypeTeacher, teacher, genericTopic, genericTopicToLabel, genericTopicLabel, genericTopicTopicType, topicType, year, period, subjectPeriod

fileType*

String

Possible values:

csv, json

privateKey*

String

The private key (encryption key) that was created when the periodic export feature was enabled

{
    // Response
}

Download all periodically exported files as a zip

GET https://api-portal.evalytics.nl/dataexport/downloadAll

Query Parameters

Name
Type
Description

fileType*

String

Possible values:

csv, json

privateKey*

String

The private key (encryption key) that was created when the periodic export feature was enabled

{
    // Response
}

Disable the periodic data export feature

POST https://api-portal.evalytics.nl/dataexport/disable

Query Parameters

Name
Type
Description

deleteSettings

Boolean

Removes previously exported files and invalidates the private key

{
    "enabled": boolean
}

Data model

PreviousResultsNextAutomatic report generation

Last updated 8 months ago

10MB
data-export.svg
image
The SVG in full size
27KB
data-export.diagram
For use with
https://diagramplus.com/