There was an error while loading. Please reload this page.
DRES supports logging of interaction sequences and complete result lists, following the VBS logging specification.
Logs are submitted via HTTP POST with Content-Type: application/json:
Content-Type: application/json
Query / interaction log:
POST http(s)://{server}/api/v2/log/query/{evaluationId}
Result log:
POST http(s)://{server}/api/v2/log/result/{evaluationId}
Authentication works the same way as for submissions — via session cookie or a session query parameter.
session
The full message format is defined in the DRES OpenAPI specification, which is available on any running DRES instance.